2024-02-11T16:48:39.722 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-11T16:48:39.723 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} --verbose --name yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556244 --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556244/orig.config.yaml 2024-02-11T16:48:39.756 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-11T16:48:39.840 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556244 branch: wip-yuri8-testing-2024-02-07-0820-pacific description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: null first_in_suite: false job_id: '7556244' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-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-yuri8-testing-2024-02-07-0820-pacific ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 kernel: hwe: true workunit: branch: wip-yuri8-testing-2024-02-07-0820-pacific sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 1730 sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri8-testing-2024-02-07-0820-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 targets: smithi029.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi073.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.apply: specs: - placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 - service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - cephadm.shell: host.a: - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-11_15:26:36 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-11T16:48:39.840 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa; will attempt to use it 2024-02-11T16:48:39.841 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks 2024-02-11T16:48:39.841 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-11T16:48:39.843 INFO:teuthology.task.internal:Checking packages... 2024-02-11T16:48:39.866 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '5db25abe00e218b6920215c0bef70af7e47c7152' 2024-02-11T16:48:39.867 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-11T16:48:39.867 INFO:teuthology.packaging:ref: None 2024-02-11T16:48:39.867 INFO:teuthology.packaging:tag: None 2024-02-11T16:48:39.867 INFO:teuthology.packaging:branch: wip-yuri8-testing-2024-02-07-0820-pacific 2024-02-11T16:48:39.867 INFO:teuthology.packaging:sha1: 5db25abe00e218b6920215c0bef70af7e47c7152 2024-02-11T16:48:39.867 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri8-testing-2024-02-07-0820-pacific 2024-02-11T16:48:40.124 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-530-g5db25abe-1focal 2024-02-11T16:48:40.125 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-11T16:48:40.132 INFO:teuthology.task.internal:no buildpackages task found 2024-02-11T16:48:40.132 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-11T16:48:40.139 INFO:teuthology.task.internal:Saving configuration 2024-02-11T16:48:40.152 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-11T16:48:40.158 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-11T16:48:40.184 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi029.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556244', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-11 16:41:02.979540', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-02-11T16:48:40.205 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi073.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556244', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-11 16:41:02.980672', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-02-11T16:48:40.205 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-11T16:48:40.212 INFO:teuthology.task.internal:roles: ubuntu@smithi029.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-02-11T16:48:40.212 INFO:teuthology.task.internal:roles: ubuntu@smithi073.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-02-11T16:48:40.212 INFO:teuthology.run_tasks:Running task console_log... 2024-02-11T16:48:40.284 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9034a3e430>, signals=[15]) 2024-02-11T16:48:40.285 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-11T16:48:40.291 INFO:teuthology.task.internal:Opening connections... 2024-02-11T16:48:40.291 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi029.front.sepia.ceph.com 2024-02-11T16:48:40.293 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:48:40.393 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi073.front.sepia.ceph.com 2024-02-11T16:48:40.394 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:48:40.491 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-11T16:48:40.498 DEBUG:teuthology.orchestra.run.smithi029:> uname -m 2024-02-11T16:48:40.504 INFO:teuthology.orchestra.run.smithi029.stdout:x86_64 2024-02-11T16:48:40.505 DEBUG:teuthology.orchestra.run.smithi029:> cat /etc/os-release 2024-02-11T16:48:40.555 INFO:teuthology.orchestra.run.smithi029.stdout:NAME="Ubuntu" 2024-02-11T16:48:40.555 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-02-11T16:48:40.555 INFO:teuthology.orchestra.run.smithi029.stdout:ID=ubuntu 2024-02-11T16:48:40.555 INFO:teuthology.orchestra.run.smithi029.stdout:ID_LIKE=debian 2024-02-11T16:48:40.555 INFO:teuthology.orchestra.run.smithi029.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-02-11T16:48:40.555 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION_ID="20.04" 2024-02-11T16:48:40.555 INFO:teuthology.orchestra.run.smithi029.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-11T16:48:40.555 INFO:teuthology.orchestra.run.smithi029.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-11T16:48:40.555 INFO:teuthology.orchestra.run.smithi029.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-11T16:48:40.555 INFO:teuthology.orchestra.run.smithi029.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-11T16:48:40.556 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION_CODENAME=focal 2024-02-11T16:48:40.556 INFO:teuthology.orchestra.run.smithi029.stdout:UBUNTU_CODENAME=focal 2024-02-11T16:48:40.556 INFO:teuthology.lock.ops:Updating smithi029.front.sepia.ceph.com on lock server 2024-02-11T16:48:40.590 DEBUG:teuthology.orchestra.run.smithi073:> uname -m 2024-02-11T16:48:40.597 INFO:teuthology.orchestra.run.smithi073.stdout:x86_64 2024-02-11T16:48:40.597 DEBUG:teuthology.orchestra.run.smithi073:> cat /etc/os-release 2024-02-11T16:48:40.647 INFO:teuthology.orchestra.run.smithi073.stdout:NAME="Ubuntu" 2024-02-11T16:48:40.647 INFO:teuthology.orchestra.run.smithi073.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-02-11T16:48:40.647 INFO:teuthology.orchestra.run.smithi073.stdout:ID=ubuntu 2024-02-11T16:48:40.647 INFO:teuthology.orchestra.run.smithi073.stdout:ID_LIKE=debian 2024-02-11T16:48:40.647 INFO:teuthology.orchestra.run.smithi073.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-02-11T16:48:40.647 INFO:teuthology.orchestra.run.smithi073.stdout:VERSION_ID="20.04" 2024-02-11T16:48:40.647 INFO:teuthology.orchestra.run.smithi073.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-11T16:48:40.648 INFO:teuthology.orchestra.run.smithi073.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-11T16:48:40.648 INFO:teuthology.orchestra.run.smithi073.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-11T16:48:40.648 INFO:teuthology.orchestra.run.smithi073.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-11T16:48:40.648 INFO:teuthology.orchestra.run.smithi073.stdout:VERSION_CODENAME=focal 2024-02-11T16:48:40.648 INFO:teuthology.orchestra.run.smithi073.stdout:UBUNTU_CODENAME=focal 2024-02-11T16:48:40.648 INFO:teuthology.lock.ops:Updating smithi073.front.sepia.ceph.com on lock server 2024-02-11T16:48:40.665 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-11T16:48:40.674 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-11T16:48:40.680 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-11T16:48:40.680 DEBUG:teuthology.orchestra.run.smithi029:> test '!' -e /home/ubuntu/cephtest 2024-02-11T16:48:40.682 DEBUG:teuthology.orchestra.run.smithi073:> test '!' -e /home/ubuntu/cephtest 2024-02-11T16:48:40.688 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-11T16:48:40.694 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-11T16:48:40.695 DEBUG:teuthology.orchestra.run.smithi029:> test -z $(ls -A /var/lib/ceph) 2024-02-11T16:48:40.731 DEBUG:teuthology.orchestra.run.smithi073:> test -z $(ls -A /var/lib/ceph) 2024-02-11T16:48:41.032 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-11T16:48:41.083 INFO:teuthology.run_tasks:Running task kernel... 2024-02-11T16:48:41.098 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-11T16:48:41.098 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2024-02-11T16:48:41.098 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2024-02-11T16:48:41.098 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2024-02-11T16:48:41.099 DEBUG:teuthology.orchestra.run.smithi029:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-11T16:48:41.099 DEBUG:teuthology.orchestra.run.smithi073:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-11T16:48:41.104 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T16:48:41.104 DEBUG:teuthology.orchestra.run.smithi029:> uname -r 2024-02-11T16:48:41.105 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T16:48:41.106 DEBUG:teuthology.orchestra.run.smithi073:> uname -r 2024-02-11T16:48:41.112 INFO:teuthology.orchestra.run.smithi073.stdout:5.4.0-124-generic 2024-02-11T16:48:41.113 INFO:teuthology.task.kernel:Running kernel on smithi073: 5.4.0-124-generic 2024-02-11T16:48:41.113 DEBUG:teuthology.orchestra.run.smithi073:> sudo apt-get clean 2024-02-11T16:48:41.150 INFO:teuthology.orchestra.run.smithi029.stdout:5.4.0-124-generic 2024-02-11T16:48:41.151 INFO:teuthology.task.kernel:Running kernel on smithi029: 5.4.0-124-generic 2024-02-11T16:48:41.151 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-get clean 2024-02-11T16:48:41.260 DEBUG:teuthology.orchestra.run.smithi073:> sudo apt-get update 2024-02-11T16:48:41.270 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-get update 2024-02-11T16:48:41.448 INFO:teuthology.orchestra.run.smithi073.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2024-02-11T16:48:41.470 INFO:teuthology.orchestra.run.smithi029.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2024-02-11T16:48:41.563 INFO:teuthology.orchestra.run.smithi073.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-02-11T16:48:41.570 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-02-11T16:48:41.617 INFO:teuthology.orchestra.run.smithi073.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2024-02-11T16:48:41.626 INFO:teuthology.orchestra.run.smithi029.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2024-02-11T16:48:41.843 INFO:teuthology.orchestra.run.smithi029.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,710 kB] 2024-02-11T16:48:41.861 INFO:teuthology.orchestra.run.smithi073.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [706 kB] 2024-02-11T16:48:41.961 INFO:teuthology.orchestra.run.smithi073.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2024-02-11T16:48:41.971 INFO:teuthology.orchestra.run.smithi029.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2024-02-11T16:48:42.138 INFO:teuthology.orchestra.run.smithi073.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,710 kB] 2024-02-11T16:48:42.185 INFO:teuthology.orchestra.run.smithi073.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [931 kB] 2024-02-11T16:48:42.188 INFO:teuthology.orchestra.run.smithi029.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,090 kB] 2024-02-11T16:48:42.305 INFO:teuthology.orchestra.run.smithi073.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [413 kB] 2024-02-11T16:48:42.315 INFO:teuthology.orchestra.run.smithi073.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-02-11T16:48:42.317 INFO:teuthology.orchestra.run.smithi073.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,547 kB] 2024-02-11T16:48:42.365 INFO:teuthology.orchestra.run.smithi029.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [706 kB] 2024-02-11T16:48:42.381 INFO:teuthology.orchestra.run.smithi073.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [35.5 kB] 2024-02-11T16:48:42.382 INFO:teuthology.orchestra.run.smithi073.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [355 kB] 2024-02-11T16:48:42.388 INFO:teuthology.orchestra.run.smithi029.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [413 kB] 2024-02-11T16:48:42.452 INFO:teuthology.orchestra.run.smithi073.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-02-11T16:48:42.453 INFO:teuthology.orchestra.run.smithi073.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [937 kB] 2024-02-11T16:48:42.465 INFO:teuthology.orchestra.run.smithi073.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [645 kB] 2024-02-11T16:48:42.468 INFO:teuthology.orchestra.run.smithi029.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-02-11T16:48:42.469 INFO:teuthology.orchestra.run.smithi029.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [35.5 kB] 2024-02-11T16:48:42.470 INFO:teuthology.orchestra.run.smithi029.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,547 kB] 2024-02-11T16:48:42.472 INFO:teuthology.orchestra.run.smithi073.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [197 kB] 2024-02-11T16:48:42.474 INFO:teuthology.orchestra.run.smithi073.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-02-11T16:48:42.474 INFO:teuthology.orchestra.run.smithi073.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2024-02-11T16:48:42.474 INFO:teuthology.orchestra.run.smithi073.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB] 2024-02-11T16:48:42.474 INFO:teuthology.orchestra.run.smithi073.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,796 B] 2024-02-11T16:48:42.475 INFO:teuthology.orchestra.run.smithi073.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-02-11T16:48:42.510 INFO:teuthology.orchestra.run.smithi029.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [355 kB] 2024-02-11T16:48:42.520 INFO:teuthology.orchestra.run.smithi029.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-02-11T16:48:42.520 INFO:teuthology.orchestra.run.smithi029.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [937 kB] 2024-02-11T16:48:42.520 INFO:teuthology.orchestra.run.smithi073.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,090 kB] 2024-02-11T16:48:42.551 INFO:teuthology.orchestra.run.smithi029.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [645 kB] 2024-02-11T16:48:42.562 INFO:teuthology.orchestra.run.smithi029.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [197 kB] 2024-02-11T16:48:42.565 INFO:teuthology.orchestra.run.smithi029.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-02-11T16:48:42.565 INFO:teuthology.orchestra.run.smithi029.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB] 2024-02-11T16:48:42.566 INFO:teuthology.orchestra.run.smithi029.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2024-02-11T16:48:42.566 INFO:teuthology.orchestra.run.smithi029.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,796 B] 2024-02-11T16:48:42.592 INFO:teuthology.orchestra.run.smithi029.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-02-11T16:48:42.660 INFO:teuthology.orchestra.run.smithi029.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [931 kB] 2024-02-11T16:48:42.677 INFO:teuthology.orchestra.run.smithi029.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [496 kB] 2024-02-11T16:48:42.686 INFO:teuthology.orchestra.run.smithi029.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-02-11T16:48:42.686 INFO:teuthology.orchestra.run.smithi029.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,665 kB] 2024-02-11T16:48:42.698 INFO:teuthology.orchestra.run.smithi073.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [496 kB] 2024-02-11T16:48:42.710 INFO:teuthology.orchestra.run.smithi073.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-02-11T16:48:42.711 INFO:teuthology.orchestra.run.smithi073.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.8 kB] 2024-02-11T16:48:42.712 INFO:teuthology.orchestra.run.smithi073.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,665 kB] 2024-02-11T16:48:42.768 INFO:teuthology.orchestra.run.smithi029.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.8 kB] 2024-02-11T16:48:42.768 INFO:teuthology.orchestra.run.smithi029.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [371 kB] 2024-02-11T16:48:42.774 INFO:teuthology.orchestra.run.smithi029.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-02-11T16:48:42.784 INFO:teuthology.orchestra.run.smithi073.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [371 kB] 2024-02-11T16:48:42.791 INFO:teuthology.orchestra.run.smithi073.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-02-11T16:48:42.939 INFO:teuthology.orchestra.run.smithi029.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,163 kB] 2024-02-11T16:48:42.954 INFO:teuthology.orchestra.run.smithi073.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,163 kB] 2024-02-11T16:48:43.584 INFO:teuthology.orchestra.run.smithi029.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [772 kB] 2024-02-11T16:48:43.590 INFO:teuthology.orchestra.run.smithi073.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [772 kB] 2024-02-11T16:48:43.621 INFO:teuthology.orchestra.run.smithi029.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [279 kB] 2024-02-11T16:48:43.628 INFO:teuthology.orchestra.run.smithi073.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [279 kB] 2024-02-11T16:48:43.635 INFO:teuthology.orchestra.run.smithi029.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-02-11T16:48:43.636 INFO:teuthology.orchestra.run.smithi029.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB] 2024-02-11T16:48:43.637 INFO:teuthology.orchestra.run.smithi029.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,436 B] 2024-02-11T16:48:43.638 INFO:teuthology.orchestra.run.smithi029.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,768 B] 2024-02-11T16:48:43.638 INFO:teuthology.orchestra.run.smithi029.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-02-11T16:48:43.638 INFO:teuthology.orchestra.run.smithi029.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-02-11T16:48:43.639 INFO:teuthology.orchestra.run.smithi029.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-02-11T16:48:43.641 INFO:teuthology.orchestra.run.smithi073.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-02-11T16:48:43.643 INFO:teuthology.orchestra.run.smithi073.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB] 2024-02-11T16:48:43.644 INFO:teuthology.orchestra.run.smithi073.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,436 B] 2024-02-11T16:48:43.644 INFO:teuthology.orchestra.run.smithi073.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,768 B] 2024-02-11T16:48:43.645 INFO:teuthology.orchestra.run.smithi073.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-02-11T16:48:43.645 INFO:teuthology.orchestra.run.smithi073.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-02-11T16:48:43.665 INFO:teuthology.orchestra.run.smithi029.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-02-11T16:48:43.672 INFO:teuthology.orchestra.run.smithi073.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-02-11T16:48:43.673 INFO:teuthology.orchestra.run.smithi073.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-02-11T16:48:43.830 INFO:teuthology.orchestra.run.smithi029.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-02-11T16:48:43.838 INFO:teuthology.orchestra.run.smithi073.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-02-11T16:48:43.994 INFO:teuthology.orchestra.run.smithi029.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-02-11T16:48:44.029 INFO:teuthology.orchestra.run.smithi073.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-02-11T16:48:44.045 INFO:teuthology.orchestra.run.smithi029.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-02-11T16:48:44.052 INFO:teuthology.orchestra.run.smithi073.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-02-11T16:48:46.299 INFO:teuthology.orchestra.run.smithi073.stdout:Fetched 19.0 MB in 3s (6,265 kB/s) 2024-02-11T16:48:46.552 INFO:teuthology.orchestra.run.smithi029.stdout:Fetched 19.0 MB in 3s (5,941 kB/s) 2024-02-11T16:48:47.756 INFO:teuthology.orchestra.run.smithi073.stdout:Reading package lists... 2024-02-11T16:48:47.782 DEBUG:teuthology.orchestra.run.smithi073:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-02-11T16:48:47.868 INFO:teuthology.orchestra.run.smithi073.stdout:Reading package lists... 2024-02-11T16:48:48.075 INFO:teuthology.orchestra.run.smithi073.stdout:Building dependency tree... 2024-02-11T16:48:48.076 INFO:teuthology.orchestra.run.smithi073.stdout:Reading state information... 2024-02-11T16:48:48.262 INFO:teuthology.orchestra.run.smithi073.stdout:The following additional packages will be installed: 2024-02-11T16:48:48.263 INFO:teuthology.orchestra.run.smithi073.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-02-11T16:48:48.263 INFO:teuthology.orchestra.run.smithi073.stdout: libusbmuxd6 linux-image-5.15.0-94-generic linux-modules-5.15.0-94-generic 2024-02-11T16:48:48.263 INFO:teuthology.orchestra.run.smithi073.stdout: linux-modules-extra-5.15.0-94-generic thermald upower usbmuxd 2024-02-11T16:48:48.264 INFO:teuthology.orchestra.run.smithi073.stdout:Suggested packages: 2024-02-11T16:48:48.264 INFO:teuthology.orchestra.run.smithi073.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-02-11T16:48:48.264 INFO:teuthology.orchestra.run.smithi073.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-94-generic 2024-02-11T16:48:48.317 INFO:teuthology.orchestra.run.smithi073.stdout:The following NEW packages will be installed: 2024-02-11T16:48:48.318 INFO:teuthology.orchestra.run.smithi073.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-02-11T16:48:48.318 INFO:teuthology.orchestra.run.smithi073.stdout: libusbmuxd6 linux-image-5.15.0-94-generic linux-image-generic-hwe-20.04 2024-02-11T16:48:48.318 INFO:teuthology.orchestra.run.smithi073.stdout: linux-modules-5.15.0-94-generic linux-modules-extra-5.15.0-94-generic 2024-02-11T16:48:48.318 INFO:teuthology.orchestra.run.smithi073.stdout: thermald upower usbmuxd 2024-02-11T16:48:48.380 INFO:teuthology.orchestra.run.smithi073.stdout:0 upgraded, 13 newly installed, 0 to remove and 287 not upgraded. 2024-02-11T16:48:48.381 INFO:teuthology.orchestra.run.smithi073.stdout:Need to get 90.9 MB of archives. 2024-02-11T16:48:48.381 INFO:teuthology.orchestra.run.smithi073.stdout:After this operation, 497 MB of additional disk space will be used. 2024-02-11T16:48:48.381 INFO:teuthology.orchestra.run.smithi073.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-02-11T16:48:48.467 INFO:teuthology.orchestra.run.smithi073.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-02-11T16:48:48.477 INFO:teuthology.orchestra.run.smithi073.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-02-11T16:48:48.481 INFO:teuthology.orchestra.run.smithi073.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-02-11T16:48:48.510 INFO:teuthology.orchestra.run.smithi073.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-02-11T16:48:48.521 INFO:teuthology.orchestra.run.smithi073.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-94-generic amd64 5.15.0-94.104~20.04.1 [21.0 MB] 2024-02-11T16:48:48.670 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2024-02-11T16:48:48.698 DEBUG:teuthology.orchestra.run.smithi029:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-02-11T16:48:48.778 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2024-02-11T16:48:48.991 INFO:teuthology.orchestra.run.smithi029.stdout:Building dependency tree... 2024-02-11T16:48:48.992 INFO:teuthology.orchestra.run.smithi029.stdout:Reading state information... 2024-02-11T16:48:49.188 INFO:teuthology.orchestra.run.smithi029.stdout:The following additional packages will be installed: 2024-02-11T16:48:49.188 INFO:teuthology.orchestra.run.smithi029.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-02-11T16:48:49.188 INFO:teuthology.orchestra.run.smithi029.stdout: libusbmuxd6 linux-image-5.15.0-94-generic linux-modules-5.15.0-94-generic 2024-02-11T16:48:49.189 INFO:teuthology.orchestra.run.smithi029.stdout: linux-modules-extra-5.15.0-94-generic thermald upower usbmuxd 2024-02-11T16:48:49.190 INFO:teuthology.orchestra.run.smithi029.stdout:Suggested packages: 2024-02-11T16:48:49.190 INFO:teuthology.orchestra.run.smithi029.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-02-11T16:48:49.190 INFO:teuthology.orchestra.run.smithi029.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-94-generic 2024-02-11T16:48:49.248 INFO:teuthology.orchestra.run.smithi029.stdout:The following NEW packages will be installed: 2024-02-11T16:48:49.250 INFO:teuthology.orchestra.run.smithi029.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-02-11T16:48:49.250 INFO:teuthology.orchestra.run.smithi029.stdout: libusbmuxd6 linux-image-5.15.0-94-generic linux-image-generic-hwe-20.04 2024-02-11T16:48:49.250 INFO:teuthology.orchestra.run.smithi029.stdout: linux-modules-5.15.0-94-generic linux-modules-extra-5.15.0-94-generic 2024-02-11T16:48:49.250 INFO:teuthology.orchestra.run.smithi029.stdout: thermald upower usbmuxd 2024-02-11T16:48:49.354 INFO:teuthology.orchestra.run.smithi029.stdout:0 upgraded, 13 newly installed, 0 to remove and 287 not upgraded. 2024-02-11T16:48:49.355 INFO:teuthology.orchestra.run.smithi029.stdout:Need to get 90.9 MB of archives. 2024-02-11T16:48:49.355 INFO:teuthology.orchestra.run.smithi029.stdout:After this operation, 497 MB of additional disk space will be used. 2024-02-11T16:48:49.355 INFO:teuthology.orchestra.run.smithi029.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-02-11T16:48:49.446 INFO:teuthology.orchestra.run.smithi073.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-94-generic amd64 5.15.0-94.104~20.04.1 [11.4 MB] 2024-02-11T16:48:49.531 INFO:teuthology.orchestra.run.smithi029.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-02-11T16:48:49.551 INFO:teuthology.orchestra.run.smithi029.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-02-11T16:48:49.572 INFO:teuthology.orchestra.run.smithi029.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-02-11T16:48:49.623 INFO:teuthology.orchestra.run.smithi029.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-02-11T16:48:49.650 INFO:teuthology.orchestra.run.smithi029.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-94-generic amd64 5.15.0-94.104~20.04.1 [21.0 MB] 2024-02-11T16:48:49.837 INFO:teuthology.orchestra.run.smithi073.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-94-generic amd64 5.15.0-94.104~20.04.1 [57.9 MB] 2024-02-11T16:48:50.374 INFO:teuthology.orchestra.run.smithi029.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-94-generic amd64 5.15.0-94.104~20.04.1 [11.4 MB] 2024-02-11T16:48:50.564 INFO:teuthology.orchestra.run.smithi029.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-94-generic amd64 5.15.0-94.104~20.04.1 [57.9 MB] 2024-02-11T16:48:52.004 INFO:teuthology.orchestra.run.smithi073.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.94.104~20.04.50 [2,596 B] 2024-02-11T16:48:52.005 INFO:teuthology.orchestra.run.smithi073.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2024-02-11T16:48:52.005 INFO:teuthology.orchestra.run.smithi073.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-02-11T16:48:52.011 INFO:teuthology.orchestra.run.smithi073.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-02-11T16:48:52.013 INFO:teuthology.orchestra.run.smithi073.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-02-11T16:48:52.245 INFO:teuthology.orchestra.run.smithi029.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.94.104~20.04.50 [2,596 B] 2024-02-11T16:48:52.419 INFO:teuthology.orchestra.run.smithi029.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2024-02-11T16:48:52.420 INFO:teuthology.orchestra.run.smithi029.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-02-11T16:48:52.426 INFO:teuthology.orchestra.run.smithi029.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-02-11T16:48:52.428 INFO:teuthology.orchestra.run.smithi029.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-02-11T16:48:52.643 INFO:teuthology.orchestra.run.smithi073.stdout:Fetched 90.9 MB in 4s (24.6 MB/s) 2024-02-11T16:48:52.816 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-02-11T16:48:53.177 INFO:teuthology.orchestra.run.smithi029.stdout:Fetched 90.9 MB in 3s (28.7 MB/s) 2024-02-11T16:48:53.450 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-02-11T16:48:54.569 INFO:teuthology.orchestra.run.smithi073.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2024-02-11T16:48:54.574 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-02-11T16:48:54.692 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-02-11T16:48:55.042 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package libplist3:amd64. 2024-02-11T16:48:55.055 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-02-11T16:48:55.092 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-02-11T16:48:55.445 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-02-11T16:48:55.459 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-02-11T16:48:55.495 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-02-11T16:48:55.806 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-02-11T16:48:55.821 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-02-11T16:48:55.856 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-02-11T16:48:55.892 INFO:teuthology.orchestra.run.smithi029.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2024-02-11T16:48:55.897 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-02-11T16:48:56.007 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-02-11T16:48:56.185 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-02-11T16:48:56.198 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-02-11T16:48:56.243 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-02-11T16:48:56.354 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libplist3:amd64. 2024-02-11T16:48:56.369 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-02-11T16:48:56.413 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-02-11T16:48:56.571 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package linux-modules-5.15.0-94-generic. 2024-02-11T16:48:56.584 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../05-linux-modules-5.15.0-94-generic_5.15.0-94.104~20.04.1_amd64.deb ... 2024-02-11T16:48:56.621 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking linux-modules-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-11T16:48:56.753 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-02-11T16:48:56.766 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-02-11T16:48:56.811 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-02-11T16:48:57.108 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-02-11T16:48:57.122 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-02-11T16:48:57.160 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-02-11T16:48:57.682 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-02-11T16:48:57.697 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-02-11T16:48:57.740 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-02-11T16:48:58.072 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-modules-5.15.0-94-generic. 2024-02-11T16:48:58.084 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../05-linux-modules-5.15.0-94-generic_5.15.0-94.104~20.04.1_amd64.deb ... 2024-02-11T16:48:58.122 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-modules-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-11T16:48:59.073 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package linux-image-5.15.0-94-generic. 2024-02-11T16:48:59.086 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../06-linux-image-5.15.0-94-generic_5.15.0-94.104~20.04.1_amd64.deb ... 2024-02-11T16:48:59.191 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking linux-image-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-11T16:48:59.685 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-94-generic. 2024-02-11T16:48:59.698 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-94-generic_5.15.0-94.104~20.04.1_amd64.deb ... 2024-02-11T16:48:59.743 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking linux-modules-extra-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-11T16:49:00.986 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-image-5.15.0-94-generic. 2024-02-11T16:49:01.002 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../06-linux-image-5.15.0-94-generic_5.15.0-94.104~20.04.1_amd64.deb ... 2024-02-11T16:49:01.096 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-image-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-11T16:49:01.733 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-94-generic. 2024-02-11T16:49:01.746 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-94-generic_5.15.0-94.104~20.04.1_amd64.deb ... 2024-02-11T16:49:01.793 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-modules-extra-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-11T16:49:06.380 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-02-11T16:49:06.396 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.94.104~20.04.50_amd64.deb ... 2024-02-11T16:49:06.438 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.94.104~20.04.50) ... 2024-02-11T16:49:06.749 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package libevdev2:amd64. 2024-02-11T16:49:06.765 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-02-11T16:49:06.807 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-02-11T16:49:07.177 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package thermald. 2024-02-11T16:49:07.191 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-02-11T16:49:07.235 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-02-11T16:49:07.791 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package upower. 2024-02-11T16:49:07.807 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-02-11T16:49:07.861 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking upower (0.99.11-1build2) ... 2024-02-11T16:49:08.279 INFO:teuthology.orchestra.run.smithi073.stdout:Selecting previously unselected package usbmuxd. 2024-02-11T16:49:08.294 INFO:teuthology.orchestra.run.smithi073.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-02-11T16:49:08.337 INFO:teuthology.orchestra.run.smithi073.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-02-11T16:49:08.636 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-02-11T16:49:08.758 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-02-11T16:49:08.893 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-02-11T16:49:09.019 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-02-11T16:49:09.162 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-02-11T16:49:09.288 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-02-11T16:49:09.349 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-02-11T16:49:09.366 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.94.104~20.04.50_amd64.deb ... 2024-02-11T16:49:09.397 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up upower (0.99.11-1build2) ... 2024-02-11T16:49:09.407 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.94.104~20.04.50) ... 2024-02-11T16:49:09.745 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package libevdev2:amd64. 2024-02-11T16:49:09.761 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-02-11T16:49:09.805 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-02-11T16:49:09.916 INFO:teuthology.orchestra.run.smithi073.stdout:upower.service is a disabled or a static unit, not starting it. 2024-02-11T16:49:09.968 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-02-11T16:49:10.137 INFO:teuthology.orchestra.run.smithi073.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-02-11T16:49:10.150 INFO:teuthology.orchestra.run.smithi073.stdout:Adding system user `usbmux' (UID 114) ... 2024-02-11T16:49:10.150 INFO:teuthology.orchestra.run.smithi073.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-02-11T16:49:10.186 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package thermald. 2024-02-11T16:49:10.199 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-02-11T16:49:10.244 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-02-11T16:49:10.644 INFO:teuthology.orchestra.run.smithi073.stdout:Not creating home directory `/var/lib/usbmux'. 2024-02-11T16:49:10.772 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package upower. 2024-02-11T16:49:10.787 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-02-11T16:49:10.857 INFO:teuthology.orchestra.run.smithi073.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-02-11T16:49:10.878 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking upower (0.99.11-1build2) ... 2024-02-11T16:49:10.906 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-02-11T16:49:11.203 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-02-11T16:49:11.203 INFO:teuthology.orchestra.run.smithi073.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-02-11T16:49:11.290 INFO:teuthology.orchestra.run.smithi029.stdout:Selecting previously unselected package usbmuxd. 2024-02-11T16:49:11.305 INFO:teuthology.orchestra.run.smithi029.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-02-11T16:49:11.348 INFO:teuthology.orchestra.run.smithi029.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-02-11T16:49:11.665 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-02-11T16:49:11.680 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up linux-image-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-11T16:49:11.800 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-02-11T16:49:11.929 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-02-11T16:49:12.084 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-02-11T16:49:12.224 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-02-11T16:49:12.368 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-02-11T16:49:12.503 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up upower (0.99.11-1build2) ... 2024-02-11T16:49:13.121 INFO:teuthology.orchestra.run.smithi073.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-94-generic 2024-02-11T16:49:13.122 INFO:teuthology.orchestra.run.smithi073.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-94-generic 2024-02-11T16:49:13.439 INFO:teuthology.orchestra.run.smithi029.stdout:upower.service is a disabled or a static unit, not starting it. 2024-02-11T16:49:13.457 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up linux-modules-extra-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-11T16:49:14.310 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-02-11T16:49:14.850 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.94.104~20.04.50) ... 2024-02-11T16:49:14.976 INFO:teuthology.orchestra.run.smithi073.stdout:Setting up linux-modules-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-11T16:49:14.992 INFO:teuthology.orchestra.run.smithi029.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-02-11T16:49:14.999 INFO:teuthology.orchestra.run.smithi029.stdout:Adding system user `usbmux' (UID 114) ... 2024-02-11T16:49:14.999 INFO:teuthology.orchestra.run.smithi029.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-02-11T16:49:15.563 INFO:teuthology.orchestra.run.smithi029.stdout:Not creating home directory `/var/lib/usbmux'. 2024-02-11T16:49:15.787 INFO:teuthology.orchestra.run.smithi029.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-02-11T16:49:15.834 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-02-11T16:49:16.162 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-02-11T16:49:16.163 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-02-11T16:49:16.336 INFO:teuthology.orchestra.run.smithi073.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-02-11T16:49:16.600 INFO:teuthology.orchestra.run.smithi073.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-02-11T16:49:16.625 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-image-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-11T16:49:17.353 INFO:teuthology.orchestra.run.smithi073.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-02-11T16:49:17.453 INFO:teuthology.orchestra.run.smithi073.stdout:Processing triggers for linux-image-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-11T16:49:17.523 INFO:teuthology.orchestra.run.smithi073.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-11T16:49:17.523 INFO:teuthology.orchestra.run.smithi073.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-94-generic 2024-02-11T16:49:17.989 INFO:teuthology.orchestra.run.smithi029.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-94-generic 2024-02-11T16:49:17.990 INFO:teuthology.orchestra.run.smithi029.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-94-generic 2024-02-11T16:49:18.158 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-modules-extra-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-11T16:49:19.610 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.94.104~20.04.50) ... 2024-02-11T16:49:19.737 INFO:teuthology.orchestra.run.smithi029.stdout:Setting up linux-modules-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-11T16:49:21.917 INFO:teuthology.orchestra.run.smithi029.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-02-11T16:49:22.228 INFO:teuthology.orchestra.run.smithi029.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-02-11T16:49:23.052 INFO:teuthology.orchestra.run.smithi029.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-02-11T16:49:23.177 INFO:teuthology.orchestra.run.smithi029.stdout:Processing triggers for linux-image-5.15.0-94-generic (5.15.0-94.104~20.04.1) ... 2024-02-11T16:49:23.251 INFO:teuthology.orchestra.run.smithi029.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-11T16:49:23.251 INFO:teuthology.orchestra.run.smithi029.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-94-generic 2024-02-11T16:49:42.985 INFO:teuthology.orchestra.run.smithi073.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-11T16:49:42.986 INFO:teuthology.orchestra.run.smithi073.stdout:Sourcing file `/etc/default/grub' 2024-02-11T16:49:43.047 INFO:teuthology.orchestra.run.smithi073.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-11T16:49:43.066 INFO:teuthology.orchestra.run.smithi073.stdout:Generating grub configuration file ... 2024-02-11T16:49:43.405 INFO:teuthology.orchestra.run.smithi073.stdout:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-11T16:49:43.429 INFO:teuthology.orchestra.run.smithi073.stdout:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-11T16:49:43.911 INFO:teuthology.orchestra.run.smithi073.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-02-11T16:49:43.922 INFO:teuthology.orchestra.run.smithi073.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-02-11T16:49:45.681 INFO:teuthology.orchestra.run.smithi073.stdout:done 2024-02-11T16:49:46.087 DEBUG:teuthology.orchestra.run.smithi073:> dpkg -s linux-image-generic-hwe-20.04 2024-02-11T16:49:46.138 INFO:teuthology.orchestra.run.smithi073.stdout:Package: linux-image-generic-hwe-20.04 2024-02-11T16:49:46.138 INFO:teuthology.orchestra.run.smithi073.stdout:Status: install ok installed 2024-02-11T16:49:46.139 INFO:teuthology.orchestra.run.smithi073.stdout:Priority: optional 2024-02-11T16:49:46.139 INFO:teuthology.orchestra.run.smithi073.stdout:Section: kernel 2024-02-11T16:49:46.139 INFO:teuthology.orchestra.run.smithi073.stdout:Installed-Size: 20 2024-02-11T16:49:46.139 INFO:teuthology.orchestra.run.smithi073.stdout:Maintainer: Ubuntu Kernel Team 2024-02-11T16:49:46.139 INFO:teuthology.orchestra.run.smithi073.stdout:Architecture: amd64 2024-02-11T16:49:46.139 INFO:teuthology.orchestra.run.smithi073.stdout:Source: linux-meta-hwe-5.15 2024-02-11T16:49:46.139 INFO:teuthology.orchestra.run.smithi073.stdout:Version: 5.15.0.94.104~20.04.50 2024-02-11T16:49:46.139 INFO:teuthology.orchestra.run.smithi073.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-11T16:49:46.139 INFO:teuthology.orchestra.run.smithi073.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-11T16:49:46.139 INFO:teuthology.orchestra.run.smithi073.stdout:Recommends: thermald 2024-02-11T16:49:46.139 INFO:teuthology.orchestra.run.smithi073.stdout:Description: Generic Linux kernel image 2024-02-11T16:49:46.139 INFO:teuthology.orchestra.run.smithi073.stdout: This package will always depend on the latest generic kernel image 2024-02-11T16:49:46.139 INFO:teuthology.orchestra.run.smithi073.stdout: available. 2024-02-11T16:49:46.140 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-94-generic 2024-02-11T16:49:46.140 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-11T16:49:46.140 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-11T16:49:46.140 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-11T16:49:46.140 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi073.front.sepia.ceph.com, path=None, version=distro) 2024-02-11T16:49:46.140 DEBUG:teuthology.orchestra.run.smithi073:> sudo apt-get clean 2024-02-11T16:49:46.213 DEBUG:teuthology.orchestra.run.smithi073:> sudo apt-get update 2024-02-11T16:49:46.354 INFO:teuthology.orchestra.run.smithi073.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-02-11T16:49:46.370 INFO:teuthology.orchestra.run.smithi073.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-02-11T16:49:46.397 INFO:teuthology.orchestra.run.smithi073.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-02-11T16:49:46.460 INFO:teuthology.orchestra.run.smithi073.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-02-11T16:49:48.127 INFO:teuthology.orchestra.run.smithi073.stdout:Reading package lists... 2024-02-11T16:49:48.151 DEBUG:teuthology.orchestra.run.smithi073:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-02-11T16:49:48.220 INFO:teuthology.orchestra.run.smithi073.stdout:Reading package lists... 2024-02-11T16:49:48.401 INFO:teuthology.orchestra.run.smithi073.stdout:Building dependency tree... 2024-02-11T16:49:48.402 INFO:teuthology.orchestra.run.smithi073.stdout:Reading state information... 2024-02-11T16:49:48.615 INFO:teuthology.orchestra.run.smithi073.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.94.104~20.04.50). 2024-02-11T16:49:48.615 INFO:teuthology.orchestra.run.smithi073.stdout:0 upgraded, 0 newly installed, 0 to remove and 287 not upgraded. 2024-02-11T16:49:48.617 DEBUG:teuthology.orchestra.run.smithi073:> dpkg -s linux-image-generic-hwe-20.04 2024-02-11T16:49:48.637 INFO:teuthology.orchestra.run.smithi073.stdout:Package: linux-image-generic-hwe-20.04 2024-02-11T16:49:48.638 INFO:teuthology.orchestra.run.smithi073.stdout:Status: install ok installed 2024-02-11T16:49:48.638 INFO:teuthology.orchestra.run.smithi073.stdout:Priority: optional 2024-02-11T16:49:48.638 INFO:teuthology.orchestra.run.smithi073.stdout:Section: kernel 2024-02-11T16:49:48.638 INFO:teuthology.orchestra.run.smithi073.stdout:Installed-Size: 20 2024-02-11T16:49:48.638 INFO:teuthology.orchestra.run.smithi073.stdout:Maintainer: Ubuntu Kernel Team 2024-02-11T16:49:48.638 INFO:teuthology.orchestra.run.smithi073.stdout:Architecture: amd64 2024-02-11T16:49:48.638 INFO:teuthology.orchestra.run.smithi073.stdout:Source: linux-meta-hwe-5.15 2024-02-11T16:49:48.638 INFO:teuthology.orchestra.run.smithi073.stdout:Version: 5.15.0.94.104~20.04.50 2024-02-11T16:49:48.638 INFO:teuthology.orchestra.run.smithi073.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-11T16:49:48.638 INFO:teuthology.orchestra.run.smithi073.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-11T16:49:48.638 INFO:teuthology.orchestra.run.smithi073.stdout:Recommends: thermald 2024-02-11T16:49:48.638 INFO:teuthology.orchestra.run.smithi073.stdout:Description: Generic Linux kernel image 2024-02-11T16:49:48.639 INFO:teuthology.orchestra.run.smithi073.stdout: This package will always depend on the latest generic kernel image 2024-02-11T16:49:48.639 INFO:teuthology.orchestra.run.smithi073.stdout: available. 2024-02-11T16:49:48.639 DEBUG:teuthology.orchestra.run.smithi073:> mktemp 2024-02-11T16:49:48.645 INFO:teuthology.orchestra.run.smithi073.stdout:/tmp/tmp.k3lGk0cfv4 2024-02-11T16:49:48.645 DEBUG:teuthology.orchestra.run.smithi073:> sudo cp /boot/grub/grub.cfg /tmp/tmp.k3lGk0cfv4 2024-02-11T16:49:48.655 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod 0666 /tmp/tmp.k3lGk0cfv4 2024-02-11T16:49:48.727 DEBUG:teuthology.orchestra.remote:smithi073:/tmp/tmp.k3lGk0cfv4 is 9KB 2024-02-11T16:49:48.742 DEBUG:teuthology.orchestra.run.smithi073:> rm -fr /tmp/tmp.k3lGk0cfv4 2024-02-11T16:49:48.748 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-11T16:49:48.805 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-02-11T16:49:48.805 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-11T16:49:48.805 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-11T16:49:48.840 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-94-generic 2024-02-11T16:49:48.840 DEBUG:teuthology.orchestra.run.smithi073:> sudo update-grub 2024-02-11T16:49:50.145 INFO:teuthology.orchestra.run.smithi073.stderr:Sourcing file `/etc/default/grub' 2024-02-11T16:49:50.153 INFO:teuthology.orchestra.run.smithi073.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-11T16:49:50.204 INFO:teuthology.orchestra.run.smithi073.stderr:Generating grub configuration file ... 2024-02-11T16:49:50.498 INFO:teuthology.orchestra.run.smithi073.stderr:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-11T16:49:50.510 INFO:teuthology.orchestra.run.smithi073.stderr:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-11T16:49:50.943 INFO:teuthology.orchestra.run.smithi073.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-02-11T16:49:50.954 INFO:teuthology.orchestra.run.smithi073.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-02-11T16:49:50.967 INFO:teuthology.orchestra.run.smithi029.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-11T16:49:50.967 INFO:teuthology.orchestra.run.smithi029.stdout:Sourcing file `/etc/default/grub' 2024-02-11T16:49:50.989 INFO:teuthology.orchestra.run.smithi029.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-11T16:49:51.014 INFO:teuthology.orchestra.run.smithi029.stdout:Generating grub configuration file ... 2024-02-11T16:49:51.396 INFO:teuthology.orchestra.run.smithi029.stdout:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-11T16:49:51.415 INFO:teuthology.orchestra.run.smithi029.stdout:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-11T16:49:51.679 INFO:teuthology.orchestra.run.smithi073.stderr:done 2024-02-11T16:49:51.680 DEBUG:teuthology.orchestra.run.smithi073:> sudo shutdown -r now 2024-02-11T16:49:51.802 INFO:teuthology.orchestra.run.smithi029.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-02-11T16:49:51.814 INFO:teuthology.orchestra.run.smithi029.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-02-11T16:49:53.795 INFO:teuthology.orchestra.run.smithi029.stdout:done 2024-02-11T16:49:54.302 DEBUG:teuthology.orchestra.run.smithi029:> dpkg -s linux-image-generic-hwe-20.04 2024-02-11T16:49:54.352 INFO:teuthology.orchestra.run.smithi029.stdout:Package: linux-image-generic-hwe-20.04 2024-02-11T16:49:54.352 INFO:teuthology.orchestra.run.smithi029.stdout:Status: install ok installed 2024-02-11T16:49:54.352 INFO:teuthology.orchestra.run.smithi029.stdout:Priority: optional 2024-02-11T16:49:54.352 INFO:teuthology.orchestra.run.smithi029.stdout:Section: kernel 2024-02-11T16:49:54.352 INFO:teuthology.orchestra.run.smithi029.stdout:Installed-Size: 20 2024-02-11T16:49:54.352 INFO:teuthology.orchestra.run.smithi029.stdout:Maintainer: Ubuntu Kernel Team 2024-02-11T16:49:54.352 INFO:teuthology.orchestra.run.smithi029.stdout:Architecture: amd64 2024-02-11T16:49:54.352 INFO:teuthology.orchestra.run.smithi029.stdout:Source: linux-meta-hwe-5.15 2024-02-11T16:49:54.352 INFO:teuthology.orchestra.run.smithi029.stdout:Version: 5.15.0.94.104~20.04.50 2024-02-11T16:49:54.352 INFO:teuthology.orchestra.run.smithi029.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-11T16:49:54.353 INFO:teuthology.orchestra.run.smithi029.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-11T16:49:54.353 INFO:teuthology.orchestra.run.smithi029.stdout:Recommends: thermald 2024-02-11T16:49:54.353 INFO:teuthology.orchestra.run.smithi029.stdout:Description: Generic Linux kernel image 2024-02-11T16:49:54.353 INFO:teuthology.orchestra.run.smithi029.stdout: This package will always depend on the latest generic kernel image 2024-02-11T16:49:54.353 INFO:teuthology.orchestra.run.smithi029.stdout: available. 2024-02-11T16:49:54.353 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-94-generic 2024-02-11T16:49:54.353 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-11T16:49:54.353 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-11T16:49:54.353 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-11T16:49:54.353 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi029.front.sepia.ceph.com, path=None, version=distro) 2024-02-11T16:49:54.354 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-get clean 2024-02-11T16:49:54.423 DEBUG:teuthology.orchestra.run.smithi029:> sudo apt-get update 2024-02-11T16:49:54.560 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-02-11T16:49:54.570 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-02-11T16:49:54.590 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-02-11T16:49:54.671 INFO:teuthology.orchestra.run.smithi029.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-02-11T16:49:56.395 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2024-02-11T16:49:56.421 DEBUG:teuthology.orchestra.run.smithi029:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-02-11T16:49:56.494 INFO:teuthology.orchestra.run.smithi029.stdout:Reading package lists... 2024-02-11T16:49:56.682 INFO:teuthology.orchestra.run.smithi029.stdout:Building dependency tree... 2024-02-11T16:49:56.682 INFO:teuthology.orchestra.run.smithi029.stdout:Reading state information... 2024-02-11T16:49:56.905 INFO:teuthology.orchestra.run.smithi029.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.94.104~20.04.50). 2024-02-11T16:49:56.905 INFO:teuthology.orchestra.run.smithi029.stdout:0 upgraded, 0 newly installed, 0 to remove and 287 not upgraded. 2024-02-11T16:49:56.908 DEBUG:teuthology.orchestra.run.smithi029:> dpkg -s linux-image-generic-hwe-20.04 2024-02-11T16:49:56.930 INFO:teuthology.orchestra.run.smithi029.stdout:Package: linux-image-generic-hwe-20.04 2024-02-11T16:49:56.930 INFO:teuthology.orchestra.run.smithi029.stdout:Status: install ok installed 2024-02-11T16:49:56.931 INFO:teuthology.orchestra.run.smithi029.stdout:Priority: optional 2024-02-11T16:49:56.931 INFO:teuthology.orchestra.run.smithi029.stdout:Section: kernel 2024-02-11T16:49:56.931 INFO:teuthology.orchestra.run.smithi029.stdout:Installed-Size: 20 2024-02-11T16:49:56.931 INFO:teuthology.orchestra.run.smithi029.stdout:Maintainer: Ubuntu Kernel Team 2024-02-11T16:49:56.931 INFO:teuthology.orchestra.run.smithi029.stdout:Architecture: amd64 2024-02-11T16:49:56.931 INFO:teuthology.orchestra.run.smithi029.stdout:Source: linux-meta-hwe-5.15 2024-02-11T16:49:56.932 INFO:teuthology.orchestra.run.smithi029.stdout:Version: 5.15.0.94.104~20.04.50 2024-02-11T16:49:56.932 INFO:teuthology.orchestra.run.smithi029.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-94), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-02-11T16:49:56.932 INFO:teuthology.orchestra.run.smithi029.stdout:Depends: linux-image-5.15.0-94-generic, linux-modules-extra-5.15.0-94-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-11T16:49:56.932 INFO:teuthology.orchestra.run.smithi029.stdout:Recommends: thermald 2024-02-11T16:49:56.932 INFO:teuthology.orchestra.run.smithi029.stdout:Description: Generic Linux kernel image 2024-02-11T16:49:56.932 INFO:teuthology.orchestra.run.smithi029.stdout: This package will always depend on the latest generic kernel image 2024-02-11T16:49:56.933 INFO:teuthology.orchestra.run.smithi029.stdout: available. 2024-02-11T16:49:56.933 DEBUG:teuthology.orchestra.run.smithi029:> mktemp 2024-02-11T16:49:56.939 INFO:teuthology.orchestra.run.smithi029.stdout:/tmp/tmp.CNDCus0n70 2024-02-11T16:49:56.939 DEBUG:teuthology.orchestra.run.smithi029:> sudo cp /boot/grub/grub.cfg /tmp/tmp.CNDCus0n70 2024-02-11T16:49:56.953 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 0666 /tmp/tmp.CNDCus0n70 2024-02-11T16:49:57.046 DEBUG:teuthology.orchestra.remote:smithi029:/tmp/tmp.CNDCus0n70 is 9KB 2024-02-11T16:49:57.061 DEBUG:teuthology.orchestra.run.smithi029:> rm -fr /tmp/tmp.CNDCus0n70 2024-02-11T16:49:57.067 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-11T16:49:57.124 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-11T16:49:57.124 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-11T16:49:57.124 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-11T16:49:57.159 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-94-generic 2024-02-11T16:49:57.159 DEBUG:teuthology.orchestra.run.smithi029:> sudo update-grub 2024-02-11T16:49:59.417 INFO:teuthology.orchestra.run.smithi029.stderr:Sourcing file `/etc/default/grub' 2024-02-11T16:49:59.430 INFO:teuthology.orchestra.run.smithi029.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-02-11T16:49:59.455 INFO:teuthology.orchestra.run.smithi029.stderr:Generating grub configuration file ... 2024-02-11T16:49:59.723 INFO:teuthology.orchestra.run.smithi029.stderr:Found linux image: /boot/vmlinuz-5.15.0-94-generic 2024-02-11T16:49:59.735 INFO:teuthology.orchestra.run.smithi029.stderr:Found initrd image: /boot/initrd.img-5.15.0-94-generic 2024-02-11T16:50:00.081 INFO:teuthology.orchestra.run.smithi029.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-02-11T16:50:00.092 INFO:teuthology.orchestra.run.smithi029.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-02-11T16:50:00.805 INFO:teuthology.orchestra.run.smithi029.stderr:done 2024-02-11T16:50:00.807 DEBUG:teuthology.orchestra.run.smithi029:> sudo shutdown -r now 2024-02-11T16:50:21.748 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-11T16:50:21.749 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-02-11T16:50:21.750 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:50:30.816 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-11T16:50:30.816 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-02-11T16:50:30.817 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:50:56.444 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.73 2024-02-11T16:51:05.454 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-02-11T16:51:05.455 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:51:23.840 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.73 2024-02-11T16:51:30.826 DEBUG:teuthology.orchestra.remote:timed out 2024-02-11T16:51:35.844 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-02-11T16:51:35.845 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:51:36.429 DEBUG:teuthology.orchestra.run.smithi073:> true 2024-02-11T16:51:37.311 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-02-11T16:51:37.311 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-94-generic"... 2024-02-11T16:51:37.312 DEBUG:teuthology.orchestra.run.smithi073:> uname -r 2024-02-11T16:51:37.356 INFO:teuthology.orchestra.run.smithi073.stdout:5.15.0-94-generic 2024-02-11T16:51:37.356 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-94-generic vs 5.15.0-94-generic 2024-02-11T16:51:37.356 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-11T16:51:37.356 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-11T16:51:38.357 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-11T16:51:38.357 DEBUG:teuthology.orchestra.run.smithi073:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-11T16:51:38.430 INFO:teuthology.orchestra.run.smithi073.stdout:ttyS1 2024-02-11T16:51:38.463 DEBUG:teuthology.parallel:result is None 2024-02-11T16:51:39.827 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-02-11T16:51:39.827 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:51:55.720 DEBUG:teuthology.orchestra.run.smithi029:> true 2024-02-11T16:51:56.742 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-02-11T16:51:56.742 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-94-generic"... 2024-02-11T16:51:56.742 DEBUG:teuthology.orchestra.run.smithi029:> uname -r 2024-02-11T16:51:56.789 INFO:teuthology.orchestra.run.smithi029.stdout:5.15.0-94-generic 2024-02-11T16:51:56.789 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-94-generic vs 5.15.0-94-generic 2024-02-11T16:51:56.789 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-11T16:51:56.789 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-11T16:51:57.790 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-11T16:51:57.790 DEBUG:teuthology.orchestra.run.smithi029:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-11T16:51:57.993 INFO:teuthology.orchestra.run.smithi029.stdout:ttyS1 2024-02-11T16:51:58.025 DEBUG:teuthology.parallel:result is None 2024-02-11T16:51:58.026 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-11T16:51:58.033 INFO:teuthology.task.internal:Creating test directory... 2024-02-11T16:51:58.033 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-11T16:51:58.035 DEBUG:teuthology.orchestra.run.smithi073:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-11T16:51:58.043 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-11T16:51:58.052 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-11T16:51:58.062 INFO:teuthology.task.internal:Creating archive directory... 2024-02-11T16:51:58.062 DEBUG:teuthology.orchestra.run.smithi029:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-11T16:51:58.084 DEBUG:teuthology.orchestra.run.smithi073:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-11T16:51:58.200 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-11T16:51:58.207 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-11T16:51:58.208 DEBUG:teuthology.orchestra.run.smithi029:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-11T16:51:58.210 DEBUG:teuthology.orchestra.run.smithi073:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-11T16:51:58.231 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T16:51:58.240 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T16:51:58.240 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T16:51:58.247 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-11T16:51:58.251 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-11T16:51:58.263 INFO:teuthology.task.internal:Configuring sudo... 2024-02-11T16:51:58.263 DEBUG:teuthology.orchestra.run.smithi029:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-11T16:51:58.296 DEBUG:teuthology.orchestra.run.smithi073:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-11T16:51:58.311 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-11T16:51:58.325 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-11T16:51:58.325 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-11T16:51:58.356 DEBUG:teuthology.orchestra.run.smithi073:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-11T16:51:58.364 DEBUG:teuthology.orchestra.run.smithi029:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T16:51:58.409 DEBUG:teuthology.orchestra.run.smithi029:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T16:51:58.462 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-11T16:51:58.462 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-11T16:51:58.537 DEBUG:teuthology.orchestra.run.smithi073:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-11T16:51:58.544 DEBUG:teuthology.orchestra.run.smithi073:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-11T16:51:58.594 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-02-11T16:51:58.595 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-11T16:51:58.661 DEBUG:teuthology.orchestra.run.smithi029:> sudo service rsyslog restart 2024-02-11T16:51:58.663 DEBUG:teuthology.orchestra.run.smithi073:> sudo service rsyslog restart 2024-02-11T16:51:58.745 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-11T16:51:58.753 INFO:teuthology.task.internal:Starting timer... 2024-02-11T16:51:58.753 INFO:teuthology.run_tasks:Running task pcp... 2024-02-11T16:51:58.771 INFO:teuthology.run_tasks:Running task selinux... 2024-02-11T16:51:58.785 DEBUG:teuthology.task.selinux:Excluding smithi029: OS 'ubuntu' does not support SELinux 2024-02-11T16:51:58.785 DEBUG:teuthology.task.selinux:Excluding smithi073: OS 'ubuntu' does not support SELinux 2024-02-11T16:51:58.785 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-11T16:51:58.785 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-02-11T16:51:58.785 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-11T16:51:58.785 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-11T16:51:58.801 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-11T16:51:58.818 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-11T16:51:58.820 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi029.front.sepia.ceph.com,smithi073.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-11T16:57:36.731 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi029.front.sepia.ceph.com'), Remote(name='ubuntu@smithi073.front.sepia.ceph.com')] 2024-02-11T16:57:36.733 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-02-11T16:57:36.735 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:57:36.829 DEBUG:teuthology.orchestra.run.smithi029:> true 2024-02-11T16:57:36.954 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-02-11T16:57:36.954 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-02-11T16:57:36.955 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi073.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-11T16:57:37.048 DEBUG:teuthology.orchestra.run.smithi073:> true 2024-02-11T16:57:37.173 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi073.front.sepia.ceph.com' 2024-02-11T16:57:37.174 INFO:teuthology.run_tasks:Running task clock... 2024-02-11T16:57:37.185 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-11T16:57:37.186 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-11T16:57:37.186 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-11T16:57:37.188 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-11T16:57:37.189 DEBUG:teuthology.orchestra.run.smithi073:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-11T16:57:37.218 INFO:teuthology.orchestra.run.smithi029.stdout:11 Feb 16:57:37 ntpd[12696]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-02-11T16:57:37.218 INFO:teuthology.orchestra.run.smithi029.stdout:11 Feb 16:57:37 ntpd[12696]: Command line: ntpd -gq 2024-02-11T16:57:37.219 INFO:teuthology.orchestra.run.smithi029.stdout:11 Feb 16:57:37 ntpd[12696]: proto: precision = 0.051 usec (-24) 2024-02-11T16:57:37.219 INFO:teuthology.orchestra.run.smithi029.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-11T16:57:37.220 INFO:teuthology.orchestra.run.smithi029.stdout:11 Feb 16:57:37 ntpd[12696]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-11T16:57:37.220 INFO:teuthology.orchestra.run.smithi029.stdout:11 Feb 16:57:37 ntpd[12696]: restrict ::: KOD does nothing without LIMITED. 2024-02-11T16:57:37.220 INFO:teuthology.orchestra.run.smithi029.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-11T16:57:37.221 INFO:teuthology.orchestra.run.smithi029.stdout:11 Feb 16:57:37 ntpd[12696]: Listen and drop on 0 v6wildcard [::]:123 2024-02-11T16:57:37.221 INFO:teuthology.orchestra.run.smithi029.stdout:11 Feb 16:57:37 ntpd[12696]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-11T16:57:37.221 INFO:teuthology.orchestra.run.smithi029.stdout:11 Feb 16:57:37 ntpd[12696]: Listen normally on 2 lo 127.0.0.1:123 2024-02-11T16:57:37.221 INFO:teuthology.orchestra.run.smithi029.stdout:11 Feb 16:57:37 ntpd[12696]: Listen normally on 3 ens1f0 172.21.15.29:123 2024-02-11T16:57:37.221 INFO:teuthology.orchestra.run.smithi029.stdout:11 Feb 16:57:37 ntpd[12696]: Listen normally on 4 lo [::1]:123 2024-02-11T16:57:37.221 INFO:teuthology.orchestra.run.smithi029.stdout:11 Feb 16:57:37 ntpd[12696]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:125a%4]:123 2024-02-11T16:57:37.221 INFO:teuthology.orchestra.run.smithi029.stdout:11 Feb 16:57:37 ntpd[12696]: Listening on routing socket on fd #22 for interface updates 2024-02-11T16:57:37.246 INFO:teuthology.orchestra.run.smithi073.stdout:11 Feb 16:57:37 ntpd[12745]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-02-11T16:57:37.246 INFO:teuthology.orchestra.run.smithi073.stdout:11 Feb 16:57:37 ntpd[12745]: Command line: ntpd -gq 2024-02-11T16:57:37.247 INFO:teuthology.orchestra.run.smithi073.stdout:11 Feb 16:57:37 ntpd[12745]: proto: precision = 0.070 usec (-24) 2024-02-11T16:57:37.247 INFO:teuthology.orchestra.run.smithi073.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-11T16:57:37.247 INFO:teuthology.orchestra.run.smithi073.stdout:11 Feb 16:57:37 ntpd[12745]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-11T16:57:37.247 INFO:teuthology.orchestra.run.smithi073.stdout:11 Feb 16:57:37 ntpd[12745]: restrict ::: KOD does nothing without LIMITED. 2024-02-11T16:57:37.248 INFO:teuthology.orchestra.run.smithi073.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-11T16:57:37.248 INFO:teuthology.orchestra.run.smithi073.stdout:11 Feb 16:57:37 ntpd[12745]: Listen and drop on 0 v6wildcard [::]:123 2024-02-11T16:57:37.249 INFO:teuthology.orchestra.run.smithi073.stdout:11 Feb 16:57:37 ntpd[12745]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-11T16:57:37.249 INFO:teuthology.orchestra.run.smithi073.stdout:11 Feb 16:57:37 ntpd[12745]: Listen normally on 2 lo 127.0.0.1:123 2024-02-11T16:57:37.249 INFO:teuthology.orchestra.run.smithi073.stdout:11 Feb 16:57:37 ntpd[12745]: Listen normally on 3 enp3s0f1 172.21.15.73:123 2024-02-11T16:57:37.249 INFO:teuthology.orchestra.run.smithi073.stdout:11 Feb 16:57:37 ntpd[12745]: Listen normally on 4 lo [::1]:123 2024-02-11T16:57:37.249 INFO:teuthology.orchestra.run.smithi073.stdout:11 Feb 16:57:37 ntpd[12745]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:ce7d%5]:123 2024-02-11T16:57:37.249 INFO:teuthology.orchestra.run.smithi073.stdout:11 Feb 16:57:37 ntpd[12745]: Listening on routing socket on fd #22 for interface updates 2024-02-11T16:57:38.219 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:38 ntpd[12696]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:38.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:38 ntpd[12696]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:38.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:38 ntpd[12696]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:38.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:38 ntpd[12696]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:38.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:38 ntpd[12696]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T16:57:38.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:38 ntpd[12696]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T16:57:38.247 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:38 ntpd[12745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:38.247 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:38 ntpd[12745]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:38.247 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:38 ntpd[12745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:38.247 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:38 ntpd[12745]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:38.247 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:38 ntpd[12745]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T16:57:38.247 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:38 ntpd[12745]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T16:57:39.219 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:39 ntpd[12696]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:39.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:39 ntpd[12696]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:39.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:39 ntpd[12696]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:39.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:39 ntpd[12696]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:39.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:39 ntpd[12696]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T16:57:39.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:39 ntpd[12696]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T16:57:39.247 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:39 ntpd[12745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:39.247 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:39 ntpd[12745]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:39.247 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:39 ntpd[12745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:39.247 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:39 ntpd[12745]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:39.247 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:39 ntpd[12745]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T16:57:39.247 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:39 ntpd[12745]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T16:57:40.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:40 ntpd[12696]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:40.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:40 ntpd[12696]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:40.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:40 ntpd[12696]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:40.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:40 ntpd[12696]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:40.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:40 ntpd[12696]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:40.221 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:40 ntpd[12696]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:40.221 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:40 ntpd[12696]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T16:57:40.221 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:40 ntpd[12696]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T16:57:40.221 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:40 ntpd[12696]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:40.221 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:40 ntpd[12696]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:40.221 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:40 ntpd[12696]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T16:57:40.221 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:40 ntpd[12696]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T16:57:40.248 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:40 ntpd[12745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:40.248 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:40 ntpd[12745]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:40.248 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:40 ntpd[12745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:40.248 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:40 ntpd[12745]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:40.248 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:40 ntpd[12745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:40.248 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:40 ntpd[12745]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:40.248 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:40 ntpd[12745]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T16:57:40.248 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:40 ntpd[12745]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T16:57:40.248 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:40 ntpd[12745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:40.248 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:40 ntpd[12745]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:40.248 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:40 ntpd[12745]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T16:57:40.249 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:40 ntpd[12745]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T16:57:41.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:41 ntpd[12696]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:41.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:41 ntpd[12696]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:41.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:41 ntpd[12696]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:41.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:41 ntpd[12696]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:41.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:41 ntpd[12696]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:41.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:41 ntpd[12696]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:41.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:41 ntpd[12696]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T16:57:41.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:41 ntpd[12696]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T16:57:41.248 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:41 ntpd[12745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:41.248 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:41 ntpd[12745]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:41.248 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:41 ntpd[12745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:41.249 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:41 ntpd[12745]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:41.249 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:41 ntpd[12745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:41.249 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:41 ntpd[12745]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:41.249 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:41 ntpd[12745]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T16:57:41.249 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:41 ntpd[12745]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T16:57:42.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:42 ntpd[12696]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:42.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:42 ntpd[12696]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:42.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:42 ntpd[12696]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:42.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:42 ntpd[12696]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:42.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:42 ntpd[12696]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:42.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:42 ntpd[12696]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:42.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:42 ntpd[12696]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T16:57:42.221 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:42 ntpd[12696]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T16:57:42.221 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:42 ntpd[12696]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:42.221 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:42 ntpd[12696]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:42.221 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:42 ntpd[12696]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T16:57:42.221 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:42 ntpd[12696]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T16:57:42.250 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:42 ntpd[12745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:42.250 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:42 ntpd[12745]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:42.250 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:42 ntpd[12745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:42.250 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:42 ntpd[12745]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:42.250 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:42 ntpd[12745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:42.250 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:42 ntpd[12745]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:42.251 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:42 ntpd[12745]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T16:57:42.251 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:42 ntpd[12745]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T16:57:42.251 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:42 ntpd[12745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:42.251 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:42 ntpd[12745]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:42.251 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:42 ntpd[12745]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T16:57:42.251 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:42 ntpd[12745]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T16:57:43.219 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:43 ntpd[12696]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:43.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:43 ntpd[12696]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:43.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:43 ntpd[12696]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:43.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:43 ntpd[12696]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:43.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:43 ntpd[12696]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T16:57:43.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:43 ntpd[12696]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T16:57:43.247 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:43 ntpd[12745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:43.247 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:43 ntpd[12745]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:43.247 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:43 ntpd[12745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:43.247 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:43 ntpd[12745]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:43.247 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:43 ntpd[12745]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T16:57:43.247 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:43 ntpd[12745]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T16:57:44.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:44 ntpd[12696]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:44.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:44 ntpd[12696]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:44.220 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:44 ntpd[12696]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:44.221 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:44 ntpd[12696]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:44.221 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:44 ntpd[12696]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:44.221 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:44 ntpd[12696]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:44.221 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:44 ntpd[12696]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T16:57:44.221 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:44 ntpd[12696]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T16:57:44.221 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:44 ntpd[12696]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:44.221 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:44 ntpd[12696]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:44.221 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:44 ntpd[12696]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T16:57:44.221 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:44 ntpd[12696]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T16:57:44.222 INFO:teuthology.orchestra.run.smithi029.stdout:11 Feb 16:57:44 ntpd[12696]: ntpd: time slew +0.001850 s 2024-02-11T16:57:44.222 INFO:teuthology.orchestra.run.smithi029.stdout:ntpd: time slew +0.001850s 2024-02-11T16:57:44.222 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:44 ntpd[12696]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-11T16:57:44.222 INFO:teuthology.orchestra.run.smithi029.stderr:11 Feb 16:57:44 ntpd[12696]: can't open /var/log/ntpstats/loopstats.20240211: Permission denied 2024-02-11T16:57:44.248 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:44 ntpd[12745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:44.248 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:44 ntpd[12745]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:44.248 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:44 ntpd[12745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:44.248 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:44 ntpd[12745]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:44.248 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:44 ntpd[12745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:44.248 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:44 ntpd[12745]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:44.248 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:44 ntpd[12745]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T16:57:44.248 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:44 ntpd[12745]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T16:57:44.249 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:44 ntpd[12745]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-11T16:57:44.249 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:44 ntpd[12745]: can't open /var/log/ntpstats/rawstats.20240211: Permission denied 2024-02-11T16:57:44.249 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:44 ntpd[12745]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-11T16:57:44.249 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:44 ntpd[12745]: can't open /var/log/ntpstats/peerstats.20240211: Permission denied 2024-02-11T16:57:44.249 INFO:teuthology.orchestra.run.smithi073.stdout:11 Feb 16:57:44 ntpd[12745]: ntpd: time slew -0.002137 s 2024-02-11T16:57:44.249 INFO:teuthology.orchestra.run.smithi073.stdout:ntpd: time slew -0.002137s 2024-02-11T16:57:44.250 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:44 ntpd[12745]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-11T16:57:44.250 INFO:teuthology.orchestra.run.smithi073.stderr:11 Feb 16:57:44 ntpd[12745]: can't open /var/log/ntpstats/loopstats.20240211: Permission denied 2024-02-11T16:57:44.291 INFO:teuthology.orchestra.run.smithi029.stdout: remote refid st t when poll reach delay offset jitter 2024-02-11T16:57:44.291 INFO:teuthology.orchestra.run.smithi029.stdout:============================================================================== 2024-02-11T16:57:44.291 INFO:teuthology.orchestra.run.smithi029.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-11T16:57:44.291 INFO:teuthology.orchestra.run.smithi029.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-11T16:57:44.291 INFO:teuthology.orchestra.run.smithi029.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-11T16:57:44.291 INFO:teuthology.orchestra.run.smithi029.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-11T16:57:44.388 INFO:teuthology.orchestra.run.smithi073.stdout: remote refid st t when poll reach delay offset jitter 2024-02-11T16:57:44.388 INFO:teuthology.orchestra.run.smithi073.stdout:============================================================================== 2024-02-11T16:57:44.388 INFO:teuthology.orchestra.run.smithi073.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-11T16:57:44.388 INFO:teuthology.orchestra.run.smithi073.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-11T16:57:44.388 INFO:teuthology.orchestra.run.smithi073.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-11T16:57:44.389 INFO:teuthology.orchestra.run.smithi073.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-11T16:57:44.390 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-02-11T16:57:44.401 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-02-11T16:57:44.401 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-11T16:57:44.401 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/scratch_devs of=/dev/stdout 2024-02-11T16:57:44.409 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-11T16:57:44.409 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_1 2024-02-11T16:57:44.460 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-11T16:57:44.460 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-11T16:57:44.460 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 495 Links: 1 2024-02-11T16:57:44.460 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-11T16:57:44.460 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-02-11 16:56:07.853773130 +0000 2024-02-11T16:57:44.460 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-02-11 16:56:07.573779588 +0000 2024-02-11T16:57:44.460 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-02-11 16:56:07.573779588 +0000 2024-02-11T16:57:44.461 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2024-02-11T16:57:44.461 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-11T16:57:44.516 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-02-11T16:57:44.516 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-02-11T16:57:44.516 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000330292 s, 1.6 MB/s 2024-02-11T16:57:44.517 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-11T16:57:44.569 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_2 2024-02-11T16:57:44.620 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-11T16:57:44.620 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-11T16:57:44.620 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 499 Links: 1 2024-02-11T16:57:44.620 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-11T16:57:44.620 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-02-11 16:56:08.057768426 +0000 2024-02-11T16:57:44.620 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-02-11 16:56:08.053768517 +0000 2024-02-11T16:57:44.620 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-02-11 16:56:08.053768517 +0000 2024-02-11T16:57:44.620 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2024-02-11T16:57:44.621 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-11T16:57:44.675 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-02-11T16:57:44.676 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-02-11T16:57:44.676 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000271278 s, 1.9 MB/s 2024-02-11T16:57:44.677 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-11T16:57:44.729 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_3 2024-02-11T16:57:44.780 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-11T16:57:44.780 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-11T16:57:44.780 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 508 Links: 1 2024-02-11T16:57:44.780 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-11T16:57:44.780 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-02-11 16:56:08.517757818 +0000 2024-02-11T16:57:44.780 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-02-11 16:56:08.513757909 +0000 2024-02-11T16:57:44.781 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-02-11 16:56:08.513757909 +0000 2024-02-11T16:57:44.781 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2024-02-11T16:57:44.781 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-11T16:57:44.835 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-02-11T16:57:44.835 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-02-11T16:57:44.836 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000302641 s, 1.7 MB/s 2024-02-11T16:57:44.836 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-11T16:57:44.889 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_4 2024-02-11T16:57:44.940 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-11T16:57:44.940 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-11T16:57:44.940 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 511 Links: 1 2024-02-11T16:57:44.940 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-11T16:57:44.940 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-02-11 16:56:09.269740475 +0000 2024-02-11T16:57:44.940 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-02-11 16:56:08.989746933 +0000 2024-02-11T16:57:44.940 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-02-11 16:56:08.989746933 +0000 2024-02-11T16:57:44.940 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2024-02-11T16:57:44.940 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-11T16:57:44.995 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-02-11T16:57:44.995 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-02-11T16:57:44.995 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000289747 s, 1.8 MB/s 2024-02-11T16:57:44.996 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-11T16:57:45.046 DEBUG:teuthology.orchestra.run.smithi029:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-11T16:57:45.176 INFO:teuthology.orchestra.run.smithi029.stdout:loop 2024-02-11T16:57:45.177 INFO:tasks.nvme_loop:Connecting nvme_loop smithi029:/dev/vg_nvme/lv_1... 2024-02-11T16:57:45.178 DEBUG:teuthology.orchestra.run.smithi029:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-11T16:57:45.202 INFO:teuthology.orchestra.run.smithi029.stdout:1 2024-02-11T16:57:45.224 INFO:teuthology.orchestra.run.smithi029.stdout:/dev/vg_nvme/lv_11 2024-02-11T16:57:45.249 INFO:tasks.nvme_loop:Connecting nvme_loop smithi029:/dev/vg_nvme/lv_2... 2024-02-11T16:57:45.249 DEBUG:teuthology.orchestra.run.smithi029:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-11T16:57:45.319 INFO:teuthology.orchestra.run.smithi029.stdout:1 2024-02-11T16:57:45.347 INFO:teuthology.orchestra.run.smithi029.stdout:/dev/vg_nvme/lv_21 2024-02-11T16:57:45.371 INFO:tasks.nvme_loop:Connecting nvme_loop smithi029:/dev/vg_nvme/lv_3... 2024-02-11T16:57:45.371 DEBUG:teuthology.orchestra.run.smithi029:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-11T16:57:45.435 INFO:teuthology.orchestra.run.smithi029.stdout:1 2024-02-11T16:57:45.459 INFO:teuthology.orchestra.run.smithi029.stdout:/dev/vg_nvme/lv_31 2024-02-11T16:57:45.484 INFO:tasks.nvme_loop:Connecting nvme_loop smithi029:/dev/vg_nvme/lv_4... 2024-02-11T16:57:45.484 DEBUG:teuthology.orchestra.run.smithi029:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-11T16:57:45.546 INFO:teuthology.orchestra.run.smithi029.stdout:1 2024-02-11T16:57:45.570 INFO:teuthology.orchestra.run.smithi029.stdout:/dev/vg_nvme/lv_41 2024-02-11T16:57:45.591 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-11T16:57:45.591 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/scratch_devs of=/dev/stdout 2024-02-11T16:57:45.639 DEBUG:teuthology.orchestra.run.smithi029:> sudo nvme list 2024-02-11T16:57:45.693 INFO:teuthology.orchestra.run.smithi029.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-11T16:57:45.693 INFO:teuthology.orchestra.run.smithi029.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-11T16:57:45.693 INFO:teuthology.orchestra.run.smithi029.stdout:/dev/nvme0n1 PHMB7512009B480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-02-11T16:57:45.693 INFO:teuthology.orchestra.run.smithi029.stdout:/dev/nvme1n1 36f22de872e097a61adb Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-11T16:57:45.694 INFO:teuthology.orchestra.run.smithi029.stdout:/dev/nvme2n1 6502231fcdc09e993365 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-11T16:57:45.694 INFO:teuthology.orchestra.run.smithi029.stdout:/dev/nvme3n1 cb972c3ec08a1854c692 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-11T16:57:45.694 INFO:teuthology.orchestra.run.smithi029.stdout:/dev/nvme4n1 459955e706b6a47ffff5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-11T16:57:45.695 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-11T16:57:45.695 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-11T16:57:45.695 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/scratch_devs 2024-02-11T16:57:45.752 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-02-11T16:57:45.752 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/scratch_devs of=/dev/stdout 2024-02-11T16:57:45.759 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-11T16:57:45.760 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/vg_nvme/lv_1 2024-02-11T16:57:45.811 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-11T16:57:45.811 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-11T16:57:45.811 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 494 Links: 1 2024-02-11T16:57:45.811 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-11T16:57:45.811 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2024-02-11 16:56:00.281439827 +0000 2024-02-11T16:57:45.811 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2024-02-11 16:56:00.025445730 +0000 2024-02-11T16:57:45.811 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2024-02-11 16:56:00.025445730 +0000 2024-02-11T16:57:45.812 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2024-02-11T16:57:45.812 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-11T16:57:45.865 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2024-02-11T16:57:45.865 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2024-02-11T16:57:45.865 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000423959 s, 1.2 MB/s 2024-02-11T16:57:45.866 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-11T16:57:45.917 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/vg_nvme/lv_2 2024-02-11T16:57:45.967 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-11T16:57:45.967 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-11T16:57:45.967 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 502 Links: 1 2024-02-11T16:57:45.967 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-11T16:57:45.967 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2024-02-11 16:56:00.725429587 +0000 2024-02-11T16:57:45.967 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2024-02-11 16:56:00.489435030 +0000 2024-02-11T16:57:45.967 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2024-02-11 16:56:00.489435030 +0000 2024-02-11T16:57:45.967 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2024-02-11T16:57:45.968 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-11T16:57:46.021 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2024-02-11T16:57:46.021 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2024-02-11T16:57:46.021 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000424189 s, 1.2 MB/s 2024-02-11T16:57:46.022 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-11T16:57:46.072 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/vg_nvme/lv_3 2024-02-11T16:57:46.123 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-11T16:57:46.123 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-11T16:57:46.123 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 508 Links: 1 2024-02-11T16:57:46.123 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-11T16:57:46.123 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2024-02-11 16:56:01.229417964 +0000 2024-02-11T16:57:46.123 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2024-02-11 16:56:00.957424237 +0000 2024-02-11T16:57:46.123 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2024-02-11 16:56:00.957424237 +0000 2024-02-11T16:57:46.124 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2024-02-11T16:57:46.124 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-11T16:57:46.178 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2024-02-11T16:57:46.179 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2024-02-11T16:57:46.179 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000425008 s, 1.2 MB/s 2024-02-11T16:57:46.180 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-11T16:57:46.233 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/vg_nvme/lv_4 2024-02-11T16:57:46.283 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-11T16:57:46.283 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-11T16:57:46.283 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 511 Links: 1 2024-02-11T16:57:46.283 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-11T16:57:46.283 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2024-02-11 16:56:01.701407079 +0000 2024-02-11T16:57:46.283 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2024-02-11 16:56:01.449412892 +0000 2024-02-11T16:57:46.283 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2024-02-11 16:56:01.449412892 +0000 2024-02-11T16:57:46.283 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2024-02-11T16:57:46.283 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-11T16:57:46.336 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2024-02-11T16:57:46.336 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2024-02-11T16:57:46.336 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000367841 s, 1.4 MB/s 2024-02-11T16:57:46.337 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-11T16:57:46.388 DEBUG:teuthology.orchestra.run.smithi073:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-11T16:57:46.520 INFO:teuthology.orchestra.run.smithi073.stdout:loop 2024-02-11T16:57:46.521 INFO:tasks.nvme_loop:Connecting nvme_loop smithi073:/dev/vg_nvme/lv_1... 2024-02-11T16:57:46.521 DEBUG:teuthology.orchestra.run.smithi073:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-11T16:57:46.541 INFO:teuthology.orchestra.run.smithi073.stdout:1 2024-02-11T16:57:46.569 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/vg_nvme/lv_11 2024-02-11T16:57:46.595 INFO:tasks.nvme_loop:Connecting nvme_loop smithi073:/dev/vg_nvme/lv_2... 2024-02-11T16:57:46.595 DEBUG:teuthology.orchestra.run.smithi073:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-11T16:57:46.660 INFO:teuthology.orchestra.run.smithi073.stdout:1 2024-02-11T16:57:46.685 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/vg_nvme/lv_21 2024-02-11T16:57:46.709 INFO:tasks.nvme_loop:Connecting nvme_loop smithi073:/dev/vg_nvme/lv_3... 2024-02-11T16:57:46.709 DEBUG:teuthology.orchestra.run.smithi073:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-11T16:57:46.778 INFO:teuthology.orchestra.run.smithi073.stdout:1 2024-02-11T16:57:46.801 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/vg_nvme/lv_31 2024-02-11T16:57:46.825 INFO:tasks.nvme_loop:Connecting nvme_loop smithi073:/dev/vg_nvme/lv_4... 2024-02-11T16:57:46.825 DEBUG:teuthology.orchestra.run.smithi073:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-11T16:57:46.892 INFO:teuthology.orchestra.run.smithi073.stdout:1 2024-02-11T16:57:46.919 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/vg_nvme/lv_41 2024-02-11T16:57:46.944 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-02-11T16:57:46.944 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/scratch_devs of=/dev/stdout 2024-02-11T16:57:46.991 DEBUG:teuthology.orchestra.run.smithi073:> sudo nvme list 2024-02-11T16:57:47.045 INFO:teuthology.orchestra.run.smithi073.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-11T16:57:47.045 INFO:teuthology.orchestra.run.smithi073.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-11T16:57:47.045 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/nvme0n1 PHFT62040115400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-11T16:57:47.046 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/nvme1n1 4b3d2e24eccb632dee30 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-11T16:57:47.046 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/nvme2n1 c3525c3615437fa7b5c8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-11T16:57:47.046 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/nvme3n1 8dc495e4859f1df2e931 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-11T16:57:47.046 INFO:teuthology.orchestra.run.smithi073.stdout:/dev/nvme4n1 8ce76e635e9071b4a662 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-02-11T16:57:47.047 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-11T16:57:47.047 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-02-11T16:57:47.047 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/scratch_devs 2024-02-11T16:57:47.104 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-11T16:57:47.187 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': '5db25abe00e218b6920215c0bef70af7e47c7152'} 2024-02-11T16:57:47.187 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 2024-02-11T16:57:47.188 INFO:tasks.cephadm:Cluster fsid is ae9da74a-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:57:47.188 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-11T16:57:47.188 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-11T16:57:47.188 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi029': '172.21.15.29', 'mon.smithi073': '172.21.15.73'} 2024-02-11T16:57:47.188 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-11T16:57:47.188 DEBUG:teuthology.orchestra.run.smithi029:> sudo hostname $(hostname -s) 2024-02-11T16:57:47.204 DEBUG:teuthology.orchestra.run.smithi073:> sudo hostname $(hostname -s) 2024-02-11T16:57:47.219 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 5db25abe00e218b6920215c0bef70af7e47c7152)... 2024-02-11T16:57:47.219 DEBUG:teuthology.orchestra.run.smithi029:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/5db25abe00e218b6920215c0bef70af7e47c7152/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-11T16:57:47.409 INFO:teuthology.orchestra.run.smithi029.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Feb 11 16:57 /home/ubuntu/cephtest/cephadm 2024-02-11T16:57:47.409 DEBUG:teuthology.orchestra.run.smithi073:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/5db25abe00e218b6920215c0bef70af7e47c7152/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-11T16:57:47.641 INFO:teuthology.orchestra.run.smithi073.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Feb 11 16:57 /home/ubuntu/cephtest/cephadm 2024-02-11T16:57:47.642 DEBUG:teuthology.orchestra.run.smithi029:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-11T16:57:47.651 DEBUG:teuthology.orchestra.run.smithi073:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-11T16:57:47.666 DEBUG:teuthology.orchestra.run.smithi029:> sudo mkdir -p /etc/ceph 2024-02-11T16:57:47.706 DEBUG:teuthology.orchestra.run.smithi073:> sudo mkdir -p /etc/ceph 2024-02-11T16:57:47.722 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 777 /etc/ceph 2024-02-11T16:57:47.762 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod 777 /etc/ceph 2024-02-11T16:57:47.779 INFO:tasks.cephadm:Writing seed config... 2024-02-11T16:57:47.780 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-11T16:57:47.780 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-11T16:57:47.780 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-11T16:57:47.781 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-11T16:57:47.781 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-11T16:57:47.781 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-11T16:57:47.781 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-11T16:57:47.781 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-11T16:57:47.781 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-11T16:57:47.781 DEBUG:teuthology.orchestra.run.smithi029:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-11T16:57:47.810 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 = ae9da74a-c8fe-11ee-95b9-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-11T16:57:47.810 DEBUG:teuthology.orchestra.run.smithi029:mon.smithi029> sudo journalctl -f -n 0 -u ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715@mon.smithi029.service 2024-02-11T16:57:47.853 INFO:tasks.cephadm:Bootstrapping... 2024-02-11T16:57:47.853 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 -v bootstrap --fsid ae9da74a-c8fe-11ee-95b9-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.29 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-11T16:57:48.142 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-02-11T16:57:48.299 INFO:teuthology.orchestra.run.smithi029.stderr:-------------------------------------------------------------------------------- 2024-02-11T16:57:48.299 INFO:teuthology.orchestra.run.smithi029.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152', '-v', 'bootstrap', '--fsid', 'ae9da74a-c8fe-11ee-95b9-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.29', '--skip-admin-label'] 2024-02-11T16:57:48.300 INFO:teuthology.orchestra.run.smithi029.stderr:Verifying podman|docker is present... 2024-02-11T16:57:48.300 INFO:teuthology.orchestra.run.smithi029.stderr:Verifying lvm2 is present... 2024-02-11T16:57:48.300 INFO:teuthology.orchestra.run.smithi029.stderr:Verifying time synchronization is in place... 2024-02-11T16:57:48.307 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-11T16:57:48.315 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: inactive 2024-02-11T16:57:48.322 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-02-11T16:57:48.330 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: inactive 2024-02-11T16:57:48.336 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: masked 2024-02-11T16:57:48.342 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: inactive 2024-02-11T16:57:48.349 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-02-11T16:57:48.356 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: inactive 2024-02-11T16:57:48.364 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: enabled 2024-02-11T16:57:48.370 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: active 2024-02-11T16:57:48.372 INFO:teuthology.orchestra.run.smithi029.stderr:Unit ntp.service is enabled and running 2024-02-11T16:57:48.372 INFO:teuthology.orchestra.run.smithi029.stderr:Repeating the final host check... 2024-02-11T16:57:48.372 INFO:teuthology.orchestra.run.smithi029.stderr:docker (/usr/bin/docker) is present 2024-02-11T16:57:48.372 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl is present 2024-02-11T16:57:48.372 INFO:teuthology.orchestra.run.smithi029.stderr:lvcreate is present 2024-02-11T16:57:48.378 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-11T16:57:48.386 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: inactive 2024-02-11T16:57:48.392 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-02-11T16:57:48.399 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: inactive 2024-02-11T16:57:48.406 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: masked 2024-02-11T16:57:48.414 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: inactive 2024-02-11T16:57:48.422 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-02-11T16:57:48.429 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: inactive 2024-02-11T16:57:48.437 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: enabled 2024-02-11T16:57:48.444 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: active 2024-02-11T16:57:48.445 INFO:teuthology.orchestra.run.smithi029.stderr:Unit ntp.service is enabled and running 2024-02-11T16:57:48.445 INFO:teuthology.orchestra.run.smithi029.stderr:Host looks OK 2024-02-11T16:57:48.446 INFO:teuthology.orchestra.run.smithi029.stderr:Cluster fsid: ae9da74a-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:57:48.446 INFO:teuthology.orchestra.run.smithi029.stderr:Acquiring lock 140632775109024 on /run/cephadm/ae9da74a-c8fe-11ee-95b9-87774f69a715.lock 2024-02-11T16:57:48.446 INFO:teuthology.orchestra.run.smithi029.stderr:Lock 140632775109024 acquired on /run/cephadm/ae9da74a-c8fe-11ee-95b9-87774f69a715.lock 2024-02-11T16:57:48.446 INFO:teuthology.orchestra.run.smithi029.stderr:Verifying IP 172.21.15.29 port 3300 ... 2024-02-11T16:57:48.447 INFO:teuthology.orchestra.run.smithi029.stderr:Verifying IP 172.21.15.29 port 6789 ... 2024-02-11T16:57:48.447 INFO:teuthology.orchestra.run.smithi029.stderr:Base mon IP(s) is [172.21.15.29:3300, 172.21.15.29:6789], mon addrv is [v2:172.21.15.29:3300,v1:172.21.15.29:6789] 2024-02-11T16:57:48.451 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/sbin/ip: default via 172.21.15.254 dev ens1f0 2024-02-11T16:57:48.451 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-02-11T16:57:48.451 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.29 2024-02-11T16:57:48.455 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-11T16:57:48.455 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-02-11T16:57:48.455 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1754sec hoplimit 64 pref medium 2024-02-11T16:57:48.459 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-11T16:57:48.459 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2024-02-11T16:57:48.459 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-02-11T16:57:48.459 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-02-11T16:57:48.459 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:febd:125a/64 scope link 2024-02-11T16:57:48.459 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-02-11T16:57:48.461 INFO:teuthology.orchestra.run.smithi029.stderr:Mon IP `172.21.15.29` is in CIDR network `172.21.0.0/20` 2024-02-11T16:57:48.461 INFO:teuthology.orchestra.run.smithi029.stderr:Mon IP `172.21.15.29` is in CIDR network `172.21.0.0/20` 2024-02-11T16:57:48.461 INFO:teuthology.orchestra.run.smithi029.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-11T16:57:48.461 INFO:teuthology.orchestra.run.smithi029.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-11T16:57:48.462 INFO:teuthology.orchestra.run.smithi029.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152... 2024-02-11T16:57:49.826 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/docker: 5db25abe00e218b6920215c0bef70af7e47c7152: Pulling from ceph-ci/ceph 2024-02-11T16:57:49.834 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/docker: 58df4e03ba06: Pulling fs layer 2024-02-11T16:57:49.834 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/docker: 4614e41239e7: Pulling fs layer 2024-02-11T16:57:58.222 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/docker: 58df4e03ba06: Verifying Checksum 2024-02-11T16:57:58.222 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/docker: 58df4e03ba06: Download complete 2024-02-11T16:58:02.152 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/docker: 58df4e03ba06: Pull complete 2024-02-11T16:58:08.903 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/docker: 4614e41239e7: Verifying Checksum 2024-02-11T16:58:08.903 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/docker: 4614e41239e7: Download complete 2024-02-11T16:58:21.711 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/docker: 4614e41239e7: Pull complete 2024-02-11T16:58:21.904 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/docker: Digest: sha256:a502f12df31fe0d2d8e9eeec9fe2e9a18b9362c10004847eb4d4911eecc1bc78 2024-02-11T16:58:21.955 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 2024-02-11T16:58:22.004 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 2024-02-11T16:58:39.322 INFO:teuthology.orchestra.run.smithi029.stderr:ceph: ceph version 16.2.14-530-g5db25abe (5db25abe00e218b6920215c0bef70af7e47c7152) pacific (stable) 2024-02-11T16:58:40.013 INFO:teuthology.orchestra.run.smithi029.stderr:Ceph version: ceph version 16.2.14-530-g5db25abe (5db25abe00e218b6920215c0bef70af7e47c7152) pacific (stable) 2024-02-11T16:58:40.013 INFO:teuthology.orchestra.run.smithi029.stderr:Extracting ceph user uid/gid from container image... 2024-02-11T16:58:40.941 INFO:teuthology.orchestra.run.smithi029.stderr:stat: 167 167 2024-02-11T16:58:41.696 INFO:teuthology.orchestra.run.smithi029.stderr:Creating initial keys... 2024-02-11T16:58:42.554 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-authtool: AQDC/MhlDhoCIRAAnSnMOyaQElcyUFqrOtgm7w== 2024-02-11T16:58:44.153 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-authtool: AQDE/Mhl6nMcCRAA8Jmnu0UdBFrlY7r0Iy0h8g== 2024-02-11T16:58:45.874 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-authtool: AQDF/MhlprYSNBAALCrgmU2KqFDHEjSi/F/WmA== 2024-02-11T16:58:46.547 INFO:teuthology.orchestra.run.smithi029.stderr:Creating initial monmap... 2024-02-11T16:58:47.446 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-11T16:58:47.447 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to ae9da74a-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:58:47.447 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-11T16:58:48.149 INFO:teuthology.orchestra.run.smithi029.stderr:monmaptool for smithi029 [v2:172.21.15.29:3300,v1:172.21.15.29:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-11T16:58:48.149 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/monmaptool: set fsid to ae9da74a-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:58:48.149 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-11T16:58:48.149 INFO:teuthology.orchestra.run.smithi029.stderr: 2024-02-11T16:58:48.149 INFO:teuthology.orchestra.run.smithi029.stderr:Creating mon... 2024-02-11T16:58:49.048 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.043+0000 7fb27f866880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-11T16:58:49.048 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.043+0000 7fb27f866880 1 imported monmap: 2024-02-11T16:58:49.048 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-11T16:58:49.049 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:58:49.049 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: last_changed 2024-02-11T16:58:47.445766+0000 2024-02-11T16:58:49.049 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: created 2024-02-11T16:58:47.445766+0000 2024-02-11T16:58:49.050 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-11T16:58:49.050 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-11T16:58:49.050 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.smithi029 2024-02-11T16:58:49.050 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2024-02-11T16:58:49.050 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.043+0000 7fb27f866880 0 /usr/bin/ceph-mon: set fsid to ae9da74a-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:58:49.050 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: RocksDB version: 6.8.1 2024-02-11T16:58:49.050 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2024-02-11T16:58:49.050 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-11T16:58:49.050 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Compile date Feb 8 2024 2024-02-11T16:58:49.050 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: DB SUMMARY 2024-02-11T16:58:49.050 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2024-02-11T16:58:49.075 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi029/store.db dir, Total Num: 0, files: 2024-02-11T16:58:49.075 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2024-02-11T16:58:49.075 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi029/store.db: 2024-02-11T16:58:49.075 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2024-02-11T16:58:49.075 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.error_if_exists: 0 2024-02-11T16:58:49.075 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.create_if_missing: 1 2024-02-11T16:58:49.075 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.paranoid_checks: 1 2024-02-11T16:58:49.075 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.env: 0x55c88ddc3080 2024-02-11T16:58:49.075 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.fs: Posix File System 2024-02-11T16:58:49.075 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.info_log: 0x55c8904a3300 2024-02-11T16:58:49.076 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-11T16:58:49.076 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.statistics: (nil) 2024-02-11T16:58:49.076 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.use_fsync: 0 2024-02-11T16:58:49.076 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.max_log_file_size: 0 2024-02-11T16:58:49.076 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-11T16:58:49.076 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-11T16:58:49.076 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-11T16:58:49.076 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-11T16:58:49.076 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.allow_fallocate: 1 2024-02-11T16:58:49.076 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-11T16:58:49.076 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-11T16:58:49.076 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.use_direct_reads: 0 2024-02-11T16:58:49.076 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-11T16:58:49.077 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-11T16:58:49.077 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.db_log_dir: 2024-02-11T16:58:49.077 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi029/store.db 2024-02-11T16:58:49.077 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-11T16:58:49.077 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.max_subcompactions: 1 2024-02-11T16:58:49.077 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.max_background_flushes: -1 2024-02-11T16:58:49.077 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-11T16:58:49.077 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-11T16:58:49.077 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-11T16:58:49.077 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-11T16:58:49.077 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-11T16:58:49.077 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-11T16:58:49.077 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-11T16:58:49.077 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.write_buffer_manager: 0x55c8904a9950 2024-02-11T16:58:49.077 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-11T16:58:49.077 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-11T16:58:49.078 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-11T16:58:49.078 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-11T16:58:49.078 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-11T16:58:49.078 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-11T16:58:49.078 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-11T16:58:49.078 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-11T16:58:49.078 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-11T16:58:49.078 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.unordered_write: 0 2024-02-11T16:58:49.078 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-11T16:58:49.078 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-11T16:58:49.078 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-11T16:58:49.078 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-11T16:58:49.078 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.row_cache: None 2024-02-11T16:58:49.078 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.wal_filter: None 2024-02-11T16:58:49.078 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-11T16:58:49.079 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-11T16:58:49.079 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.preserve_deletes: 0 2024-02-11T16:58:49.079 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.two_write_queues: 0 2024-02-11T16:58:49.079 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-11T16:58:49.079 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.atomic_flush: 0 2024-02-11T16:58:49.079 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-11T16:58:49.079 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-11T16:58:49.079 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-11T16:58:49.079 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.log_readahead_size: 0 2024-02-11T16:58:49.079 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-11T16:58:49.079 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.max_background_jobs: 2 2024-02-11T16:58:49.079 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.max_background_compactions: -1 2024-02-11T16:58:49.079 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-11T16:58:49.079 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-11T16:58:49.079 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-11T16:58:49.080 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-11T16:58:49.080 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-11T16:58:49.080 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-11T16:58:49.080 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-11T16:58:49.080 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-11T16:58:49.080 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.max_open_files: -1 2024-02-11T16:58:49.080 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-11T16:58:49.080 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-11T16:58:49.080 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-11T16:58:49.080 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-11T16:58:49.080 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Compression algorithms supported: 2024-02-11T16:58:49.080 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-11T16:58:49.080 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: kZSTD supported: 0 2024-02-11T16:58:49.080 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: kXpressCompression supported: 0 2024-02-11T16:58:49.081 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-11T16:58:49.081 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: kLZ4Compression supported: 1 2024-02-11T16:58:49.081 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: kBZip2Compression supported: 0 2024-02-11T16:58:49.081 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: kZlibCompression supported: 1 2024-02-11T16:58:49.081 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: kSnappyCompression supported: 1 2024-02-11T16:58:49.081 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-11T16:58:49.081 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-11T16:58:49.081 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2024-02-11T16:58:49.081 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi029/store.db/MANIFEST-000001 2024-02-11T16:58:49.081 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2024-02-11T16:58:49.081 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-11T16:58:49.081 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2024-02-11T16:58:49.081 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-11T16:58:49.081 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.merge_operator: 2024-02-11T16:58:49.081 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.compaction_filter: None 2024-02-11T16:58:49.082 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-11T16:58:49.082 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-11T16:58:49.082 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-11T16:58:49.082 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c8903b7d18) 2024-02-11T16:58:49.082 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-11T16:58:49.082 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-11T16:58:49.082 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-11T16:58:49.082 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-11T16:58:49.082 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-11T16:58:49.082 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-11T16:58:49.082 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-11T16:58:49.082 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-11T16:58:49.082 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-11T16:58:49.082 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-11T16:58:49.082 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-11T16:58:49.083 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: block_cache: 0x55c8903eed10 2024-02-11T16:58:49.083 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-11T16:58:49.083 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-11T16:58:49.083 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-11T16:58:49.083 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-11T16:58:49.083 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-11T16:58:49.083 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-11T16:58:49.083 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-11T16:58:49.083 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-11T16:58:49.083 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-11T16:58:49.083 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-11T16:58:49.083 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-11T16:58:49.083 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-11T16:58:49.083 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-11T16:58:49.083 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-11T16:58:49.084 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-11T16:58:49.084 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-11T16:58:49.084 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-11T16:58:49.084 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-11T16:58:49.084 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-11T16:58:49.084 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-11T16:58:49.084 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-11T16:58:49.084 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-11T16:58:49.084 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2024-02-11T16:58:49.084 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-11T16:58:49.084 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-11T16:58:49.084 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.compression: NoCompression 2024-02-11T16:58:49.084 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-11T16:58:49.084 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-11T16:58:49.085 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-11T16:58:49.085 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.num_levels: 7 2024-02-11T16:58:49.085 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-11T16:58:49.085 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-11T16:58:49.085 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-11T16:58:49.085 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-11T16:58:49.085 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-11T16:58:49.085 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-11T16:58:49.085 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-11T16:58:49.085 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-11T16:58:49.085 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-11T16:58:49.085 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-11T16:58:49.085 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-11T16:58:49.085 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-11T16:58:49.085 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-11T16:58:49.086 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-11T16:58:49.086 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-11T16:58:49.086 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-11T16:58:49.086 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-11T16:58:49.086 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-11T16:58:49.086 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-11T16:58:49.086 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-11T16:58:49.086 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-11T16:58:49.086 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-11T16:58:49.086 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-11T16:58:49.086 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-11T16:58:49.086 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-11T16:58:49.086 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-11T16:58:49.086 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-11T16:58:49.086 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-11T16:58:49.087 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-11T16:58:49.087 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-11T16:58:49.087 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-11T16:58:49.087 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-11T16:58:49.087 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-11T16:58:49.087 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-11T16:58:49.087 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-11T16:58:49.087 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-11T16:58:49.087 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-11T16:58:49.087 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-11T16:58:49.087 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-11T16:58:49.087 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-11T16:58:49.087 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-11T16:58:49.087 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-11T16:58:49.087 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-11T16:58:49.088 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-11T16:58:49.088 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-11T16:58:49.088 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-11T16:58:49.088 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-11T16:58:49.088 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.table_properties_collectors: 2024-02-11T16:58:49.088 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.inplace_update_support: 0 2024-02-11T16:58:49.088 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-11T16:58:49.088 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-11T16:58:49.088 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-11T16:58:49.088 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-11T16:58:49.088 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.bloom_locality: 0 2024-02-11T16:58:49.088 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.max_successive_merges: 0 2024-02-11T16:58:49.088 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-11T16:58:49.088 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-11T16:58:49.089 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-11T16:58:49.089 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-11T16:58:49.089 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.ttl: 2592000 2024-02-11T16:58:49.089 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.047+0000 7fb27f866880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-11T16:58:49.089 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.055+0000 7fb27f866880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi029/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-11T16:58:49.089 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2024-02-11T16:58:49.089 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.055+0000 7fb27f866880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-11T16:58:49.089 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2024-02-11T16:58:49.089 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.055+0000 7fb27f866880 4 rocksdb: DB pointer 0x55c8904b7800 2024-02-11T16:58:49.089 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.055+0000 7fb2686d9700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-11T16:58:49.089 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.055+0000 7fb2686d9700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-11T16:58:49.089 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-11T16:58:49.089 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T16:58:49.089 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-11T16:58:49.090 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-11T16:58:49.090 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T16:58:49.090 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-11T16:58:49.090 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-11T16:58:49.090 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T16:58:49.090 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2024-02-11T16:58:49.090 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-11T16:58:49.090 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-11T16:58:49.090 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:58:49.090 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-11T16:58:49.090 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-11T16:58:49.090 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2024-02-11T16:58:49.090 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-11T16:58:49.090 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-11T16:58:49.090 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:58:49.091 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T16:58:49.091 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-11T16:58:49.091 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-11T16:58:49.091 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-11T16:58:49.091 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-11T16:58:49.091 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-11T16:58:49.091 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T16:58:49.091 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T16:58:49.091 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-11T16:58:49.091 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2024-02-11T16:58:49.091 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-11T16:58:49.091 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2024-02-11T16:58:49.091 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-11T16:58:49.091 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-11T16:58:49.091 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:58:49.092 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-11T16:58:49.092 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-11T16:58:49.092 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2024-02-11T16:58:49.092 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-11T16:58:49.092 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-11T16:58:49.092 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:58:49.092 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T16:58:49.092 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-11T16:58:49.092 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-11T16:58:49.092 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-11T16:58:49.092 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-11T16:58:49.092 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-11T16:58:49.093 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T16:58:49.093 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T16:58:49.093 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-11T16:58:49.093 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2024-02-11T16:58:49.093 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-11T16:58:49.093 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: 2024-02-11T16:58:49.093 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.059+0000 7fb27f866880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-11T16:58:49.093 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.059+0000 7fb27f866880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-11T16:58:49.093 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-mon: debug 2024-02-11T16:58:49.059+0000 7fb27f866880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi029 for mon.smithi029 2024-02-11T16:58:49.794 INFO:teuthology.orchestra.run.smithi029.stderr:create mon.smithi029 on 2024-02-11T16:58:49.997 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-02-11T16:58:50.206 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715.target -> /etc/systemd/system/ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715.target. 2024-02-11T16:58:50.206 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715.target -> /etc/systemd/system/ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715.target. 2024-02-11T16:58:50.598 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Failed to reset failed state of unit ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715@mon.smithi029.service: Unit ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715@mon.smithi029.service not loaded. 2024-02-11T16:58:50.607 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Created symlink /etc/systemd/system/ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715.target.wants/ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715@mon.smithi029.service -> /etc/systemd/system/ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715@.service. 2024-02-11T16:58:50.809 INFO:teuthology.orchestra.run.smithi029.stderr:firewalld does not appear to be present 2024-02-11T16:58:50.809 INFO:teuthology.orchestra.run.smithi029.stderr:Not possible to enable service . firewalld.service is not available 2024-02-11T16:58:50.809 INFO:teuthology.orchestra.run.smithi029.stderr:Waiting for mon to start... 2024-02-11T16:58:50.809 INFO:teuthology.orchestra.run.smithi029.stderr:Waiting for mon... 2024-02-11T16:58:52.546 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: cluster: 2024-02-11T16:58:52.546 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: id: ae9da74a-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:58:52.546 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-11T16:58:52.546 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2024-02-11T16:58:52.546 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: services: 2024-02-11T16:58:52.546 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi029 (age 0.181838s) 2024-02-11T16:58:52.546 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-11T16:58:52.547 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-11T16:58:52.547 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2024-02-11T16:58:52.547 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: data: 2024-02-11T16:58:52.547 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-11T16:58:52.547 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-11T16:58:52.548 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-11T16:58:52.548 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: pgs: 2024-02-11T16:58:52.548 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2024-02-11T16:58:52.572 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:52 smithi029 bash[13654]: cluster 2024-02-11T16:58:52.357023+0000 mon.smithi029 (mon.0) 1 : cluster [INF] mon.smithi029 is new leader, mons smithi029 in quorum (ranks 0) 2024-02-11T16:58:53.347 INFO:teuthology.orchestra.run.smithi029.stderr:mon is available 2024-02-11T16:58:53.347 INFO:teuthology.orchestra.run.smithi029.stderr:Assimilating anything we can from ceph.conf... 2024-02-11T16:58:53.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:53 smithi029 bash[13654]: cluster 2024-02-11T16:58:52.362156+0000 mon.smithi029 (mon.0) 2 : cluster [INF] mon.smithi029 is new leader, mons smithi029 in quorum (ranks 0) 2024-02-11T16:58:53.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:53 smithi029 bash[13654]: cluster 2024-02-11T16:58:52.362317+0000 mon.smithi029 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi029=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0]} removed_ranks: {} 2024-02-11T16:58:53.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:53 smithi029 bash[13654]: cluster 2024-02-11T16:58:52.364637+0000 mon.smithi029 (mon.0) 4 : cluster [DBG] fsmap 2024-02-11T16:58:53.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:53 smithi029 bash[13654]: cluster 2024-02-11T16:58:52.366731+0000 mon.smithi029 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-11T16:58:53.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:53 smithi029 bash[13654]: cluster 2024-02-11T16:58:52.367126+0000 mon.smithi029 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-11T16:58:53.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:53 smithi029 bash[13654]: audit 2024-02-11T16:58:52.543954+0000 mon.smithi029 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.29:0/4183789820' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-11T16:58:54.617 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2024-02-11T16:58:54.617 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: [global] 2024-02-11T16:58:54.617 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: fsid = ae9da74a-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:58:54.617 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.29:3300,v1:172.21.15.29:6789] 2024-02-11T16:58:54.617 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-11T16:58:54.617 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-11T16:58:54.618 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-11T16:58:54.618 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-11T16:58:54.618 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2024-02-11T16:58:54.619 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: [mgr] 2024-02-11T16:58:54.619 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-11T16:58:54.619 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2024-02-11T16:58:54.619 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: [osd] 2024-02-11T16:58:54.619 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-11T16:58:54.619 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-11T16:58:54.931 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:54 smithi029 bash[13654]: audit 2024-02-11T16:58:54.609137+0000 mon.smithi029 (mon.0) 8 : audit [INF] from='client.? 172.21.15.29:0/252756716' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-11T16:58:54.931 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:54 smithi029 bash[13654]: audit 2024-02-11T16:58:54.615219+0000 mon.smithi029 (mon.0) 9 : audit [INF] from='client.? 172.21.15.29:0/252756716' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-11T16:58:55.361 INFO:teuthology.orchestra.run.smithi029.stderr:Generating new minimal ceph.conf... 2024-02-11T16:58:56.931 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:56 smithi029 bash[13654]: audit 2024-02-11T16:58:56.573068+0000 mon.smithi029 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.29:0/1972006182' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:58:57.296 INFO:teuthology.orchestra.run.smithi029.stderr:Restarting the monitor... 2024-02-11T16:58:57.659 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:57 smithi029 systemd[1]: Stopping Ceph mon.smithi029 for ae9da74a-c8fe-11ee-95b9-87774f69a715... 2024-02-11T16:58:57.659 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:57 smithi029 bash[14038]: Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-mon.smithi029 2024-02-11T16:58:57.659 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:57 smithi029 bash[13654]: debug 2024-02-11T16:58:57.491+0000 7fb9721b3700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi029 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-11T16:58:57.659 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:57 smithi029 bash[13654]: debug 2024-02-11T16:58:57.491+0000 7fb9721b3700 -1 mon.smithi029@0(leader) e1 *** Got Signal Terminated *** 2024-02-11T16:58:58.350 INFO:teuthology.orchestra.run.smithi029.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-11T16:58:58.379 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:58 smithi029 bash[14073]: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-mon-smithi029 2024-02-11T16:58:58.379 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:58 smithi029 bash[14136]: Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-mon-smithi029 2024-02-11T16:58:58.379 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:58 smithi029 systemd[1]: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715@mon.smithi029.service: Succeeded. 2024-02-11T16:58:58.379 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:58 smithi029 systemd[1]: Stopped Ceph mon.smithi029 for ae9da74a-c8fe-11ee-95b9-87774f69a715. 2024-02-11T16:58:58.379 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:58 smithi029 systemd[1]: Started Ceph mon.smithi029 for ae9da74a-c8fe-11ee-95b9-87774f69a715. 2024-02-11T16:59:00.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.875+0000 7f64b8495880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-11T16:59:00.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.875+0000 7f64b8495880 0 ceph version 16.2.14-530-g5db25abe (5db25abe00e218b6920215c0bef70af7e47c7152) pacific (stable), process ceph-mon, pid 7 2024-02-11T16:59:00.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.875+0000 7f64b8495880 0 pidfile_write: ignore empty --pid-file 2024-02-11T16:59:00.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 0 load: jerasure load: lrc load: isa 2024-02-11T16:59:00.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: RocksDB version: 6.8.1 2024-02-11T16:59:00.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-11T16:59:00.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Compile date Feb 8 2024 2024-02-11T16:59:00.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: DB SUMMARY 2024-02-11T16:59:00.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: CURRENT file: CURRENT 2024-02-11T16:59:00.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-11T16:59:00.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-11T16:59:00.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi029/store.db dir, Total Num: 1, files: 000004.sst 2024-02-11T16:59:00.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi029/store.db: 000006.log size: 86525 ; 2024-02-11T16:59:00.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.error_if_exists: 0 2024-02-11T16:59:00.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.create_if_missing: 0 2024-02-11T16:59:00.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.paranoid_checks: 1 2024-02-11T16:59:00.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.env: 0x55c40bbc3080 2024-02-11T16:59:00.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.fs: Posix File System 2024-02-11T16:59:00.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.info_log: 0x55c40c43a560 2024-02-11T16:59:00.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-11T16:59:00.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.statistics: (nil) 2024-02-11T16:59:00.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.use_fsync: 0 2024-02-11T16:59:00.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.max_log_file_size: 0 2024-02-11T16:59:00.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-11T16:59:00.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-11T16:59:00.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-11T16:59:00.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-11T16:59:00.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.allow_fallocate: 1 2024-02-11T16:59:00.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-11T16:59:00.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-11T16:59:00.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.use_direct_reads: 0 2024-02-11T16:59:00.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-11T16:59:00.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-11T16:59:00.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.db_log_dir: 2024-02-11T16:59:00.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi029/store.db 2024-02-11T16:59:00.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-11T16:59:00.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.max_subcompactions: 1 2024-02-11T16:59:00.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.max_background_flushes: -1 2024-02-11T16:59:00.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-11T16:59:00.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-11T16:59:00.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-11T16:59:00.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-11T16:59:00.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-11T16:59:00.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-11T16:59:00.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-11T16:59:00.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.write_buffer_manager: 0x55c40d0ac450 2024-02-11T16:59:00.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-11T16:59:00.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-11T16:59:00.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-11T16:59:00.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-11T16:59:00.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-11T16:59:00.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-11T16:59:00.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-11T16:59:00.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-11T16:59:00.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-11T16:59:00.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.unordered_write: 0 2024-02-11T16:59:00.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-11T16:59:00.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-11T16:59:00.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-11T16:59:00.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-11T16:59:00.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.row_cache: None 2024-02-11T16:59:00.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.wal_filter: None 2024-02-11T16:59:00.126 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-11T16:59:00.126 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-11T16:59:00.126 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.preserve_deletes: 0 2024-02-11T16:59:00.126 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.two_write_queues: 0 2024-02-11T16:59:00.126 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-11T16:59:00.126 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.atomic_flush: 0 2024-02-11T16:59:00.126 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-11T16:59:00.126 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-11T16:59:00.126 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-11T16:59:00.126 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.log_readahead_size: 0 2024-02-11T16:59:00.126 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-11T16:59:00.126 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.max_background_jobs: 2 2024-02-11T16:59:00.126 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.max_background_compactions: -1 2024-02-11T16:59:00.127 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-11T16:59:00.127 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-11T16:59:00.127 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-11T16:59:00.127 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-11T16:59:00.127 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-11T16:59:00.127 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-11T16:59:00.127 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-11T16:59:00.127 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-11T16:59:00.127 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.max_open_files: -1 2024-02-11T16:59:00.127 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-11T16:59:00.127 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-11T16:59:00.127 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-11T16:59:00.127 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-11T16:59:00.127 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Compression algorithms supported: 2024-02-11T16:59:00.128 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-11T16:59:00.128 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: kZSTD supported: 0 2024-02-11T16:59:00.128 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: kXpressCompression supported: 0 2024-02-11T16:59:00.128 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-11T16:59:00.128 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: kLZ4Compression supported: 1 2024-02-11T16:59:00.128 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: kBZip2Compression supported: 0 2024-02-11T16:59:00.128 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: kZlibCompression supported: 1 2024-02-11T16:59:00.128 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: kSnappyCompression supported: 1 2024-02-11T16:59:00.128 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-11T16:59:00.128 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi029/store.db/MANIFEST-000005 2024-02-11T16:59:00.128 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-11T16:59:00.128 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-11T16:59:00.128 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.merge_operator: 2024-02-11T16:59:00.129 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.compaction_filter: None 2024-02-11T16:59:00.129 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-11T16:59:00.129 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-11T16:59:00.129 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-11T16:59:00.129 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c40c3ddd10) 2024-02-11T16:59:00.129 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: cache_index_and_filter_blocks: 1 2024-02-11T16:59:00.129 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-11T16:59:00.129 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-11T16:59:00.129 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: pin_top_level_index_and_filter: 1 2024-02-11T16:59:00.129 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: index_type: 0 2024-02-11T16:59:00.129 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: data_block_index_type: 0 2024-02-11T16:59:00.129 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: index_shortening: 1 2024-02-11T16:59:00.129 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: data_block_hash_table_util_ratio: 0.750000 2024-02-11T16:59:00.130 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: hash_index_allow_collision: 1 2024-02-11T16:59:00.130 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: checksum: 1 2024-02-11T16:59:00.130 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: no_block_cache: 0 2024-02-11T16:59:00.130 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: block_cache: 0x55c40c414f10 2024-02-11T16:59:00.130 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: block_cache_name: BinnedLRUCache 2024-02-11T16:59:00.130 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: block_cache_options: 2024-02-11T16:59:00.130 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: capacity : 536870912 2024-02-11T16:59:00.130 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: num_shard_bits : 4 2024-02-11T16:59:00.130 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: strict_capacity_limit : 0 2024-02-11T16:59:00.130 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: high_pri_pool_ratio: 0.000 2024-02-11T16:59:00.130 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: block_cache_compressed: (nil) 2024-02-11T16:59:00.130 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: persistent_cache: (nil) 2024-02-11T16:59:00.130 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: block_size: 4096 2024-02-11T16:59:00.130 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: block_size_deviation: 10 2024-02-11T16:59:00.130 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: block_restart_interval: 16 2024-02-11T16:59:00.131 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: index_block_restart_interval: 1 2024-02-11T16:59:00.131 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: metadata_block_size: 4096 2024-02-11T16:59:00.131 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: partition_filters: 0 2024-02-11T16:59:00.131 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: use_delta_encoding: 1 2024-02-11T16:59:00.131 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-11T16:59:00.131 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: whole_key_filtering: 1 2024-02-11T16:59:00.131 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: verify_compression: 0 2024-02-11T16:59:00.131 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: read_amp_bytes_per_bit: 0 2024-02-11T16:59:00.131 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: format_version: 2 2024-02-11T16:59:00.131 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: enable_index_compression: 1 2024-02-11T16:59:00.131 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: block_align: 0 2024-02-11T16:59:00.131 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-11T16:59:00.131 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-11T16:59:00.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.compression: NoCompression 2024-02-11T16:59:00.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-11T16:59:00.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-11T16:59:00.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-11T16:59:00.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.num_levels: 7 2024-02-11T16:59:00.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-11T16:59:00.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-11T16:59:00.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-11T16:59:00.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-11T16:59:00.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-11T16:59:00.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-11T16:59:00.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-11T16:59:00.133 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-11T16:59:00.133 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-11T16:59:00.133 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-11T16:59:00.133 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-11T16:59:00.133 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-11T16:59:00.133 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-11T16:59:00.133 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-11T16:59:00.133 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-11T16:59:00.133 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-11T16:59:00.133 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-11T16:59:00.133 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-11T16:59:00.133 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-11T16:59:00.133 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-11T16:59:00.134 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-11T16:59:00.134 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-11T16:59:00.134 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-11T16:59:00.134 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-11T16:59:00.134 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-11T16:59:00.134 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-11T16:59:00.134 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-11T16:59:00.134 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-11T16:59:00.134 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-11T16:59:00.134 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-11T16:59:00.134 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-11T16:59:00.134 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-11T16:59:00.134 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-11T16:59:00.135 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-11T16:59:00.135 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-11T16:59:00.135 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-11T16:59:00.135 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-11T16:59:00.135 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-11T16:59:00.135 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-11T16:59:00.135 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-11T16:59:00.135 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-11T16:59:00.135 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-11T16:59:00.135 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-11T16:59:00.135 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-11T16:59:00.135 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-11T16:59:00.136 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-11T16:59:00.136 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-11T16:59:00.136 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.table_properties_collectors: 2024-02-11T16:59:00.136 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.inplace_update_support: 0 2024-02-11T16:59:00.136 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-11T16:59:00.136 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-11T16:59:00.136 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-11T16:59:00.136 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-11T16:59:00.136 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.bloom_locality: 0 2024-02-11T16:59:00.136 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.max_successive_merges: 0 2024-02-11T16:59:00.136 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-11T16:59:00.136 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-11T16:59:00.136 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-11T16:59:00.137 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-11T16:59:00.137 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.ttl: 2592000 2024-02-11T16:59:00.137 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-11T16:59:00.137 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi029/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-11T16:59:00.137 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-11T16:59:00.137 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707670739883909, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-11T16:59:00.137 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.879+0000 7f64b8495880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-11T16:59:00.137 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.883+0000 7f64b8495880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-11T16:59:00.137 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.883+0000 7f64b8495880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707670739884943, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83398, "table_properties": {"data_size": 81665, "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": 76177, "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": 1707670739, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-11T16:59:00.137 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.883+0000 7f64b8495880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-11T16:59:00.137 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.883+0000 7f64b8495880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707670739885395, "job": 1, "event": "recovery_finished"} 2024-02-11T16:59:00.137 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.883+0000 7f64b8495880 4 rocksdb: DB pointer 0x55c40c4dd800 2024-02-11T16:59:00.137 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.883+0000 7f649f287700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-11T16:59:00.138 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.883+0000 7f649f287700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-11T16:59:00.138 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: ** DB Stats ** 2024-02-11T16:59:00.138 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T16:59:00.138 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-11T16:59:00.138 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-11T16:59:00.138 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T16:59:00.138 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-11T16:59:00.138 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-11T16:59:00.138 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-11T16:59:00.138 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: ** Compaction Stats [default] ** 2024-02-11T16:59:00.138 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-11T16:59:00.138 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:59:00.138 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: L0 2/0 83.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 120.3 0.00 0.00 1 0.001 0 0 2024-02-11T16:59:00.138 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: Sum 2/0 83.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 120.3 0.00 0.00 1 0.001 0 0 2024-02-11T16:59:00.139 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 120.3 0.00 0.00 1 0.001 0 0 2024-02-11T16:59:00.139 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: ** Compaction Stats [default] ** 2024-02-11T16:59:00.139 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-11T16:59:00.139 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:59:00.139 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 120.3 0.00 0.00 1 0.001 0 0 2024-02-11T16:59:00.139 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T16:59:00.139 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-11T16:59:00.139 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-11T16:59:00.139 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: AddFile(Total Files): cumulative 0, interval 0 2024-02-11T16:59:00.139 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-11T16:59:00.139 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: AddFile(Keys): cumulative 0, interval 0 2024-02-11T16:59:00.139 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: Cumulative compaction: 0.00 GB write, 22.43 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T16:59:00.139 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: Interval compaction: 0.00 GB write, 22.43 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T16:59:00.139 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-11T16:59:00.139 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: ** File Read Latency Histogram By Level [default] ** 2024-02-11T16:59:00.139 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: ** Compaction Stats [default] ** 2024-02-11T16:59:00.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-11T16:59:00.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:59:00.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: L0 2/0 83.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 120.3 0.00 0.00 1 0.001 0 0 2024-02-11T16:59:00.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: Sum 2/0 83.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 120.3 0.00 0.00 1 0.001 0 0 2024-02-11T16:59:00.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-11T16:59:00.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: ** Compaction Stats [default] ** 2024-02-11T16:59:00.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-11T16:59:00.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-11T16:59:00.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 120.3 0.00 0.00 1 0.001 0 0 2024-02-11T16:59:00.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-11T16:59:00.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-11T16:59:00.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-11T16:59:00.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: AddFile(Total Files): cumulative 0, interval 0 2024-02-11T16:59:00.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-11T16:59:00.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: AddFile(Keys): cumulative 0, interval 0 2024-02-11T16:59:00.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: Cumulative compaction: 0.00 GB write, 22.11 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T16:59:00.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-11T16:59:00.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-11T16:59:00.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: ** File Read Latency Histogram By Level [default] ** 2024-02-11T16:59:00.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.883+0000 7f64b8495880 0 starting mon.smithi029 rank 0 at public addrs [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] at bind addrs [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi029 fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:59:00.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.887+0000 7f64b8495880 1 mon.smithi029@-1(???) e1 preinit fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:59:00.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.887+0000 7f64b8495880 0 mon.smithi029@-1(???).mds e1 new map 2024-02-11T16:59:00.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.887+0000 7f64b8495880 0 mon.smithi029@-1(???).mds e1 print_map 2024-02-11T16:59:00.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: e1 2024-02-11T16:59:00.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-11T16:59:00.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-11T16:59:00.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: legacy client fscid: -1 2024-02-11T16:59:00.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: 2024-02-11T16:59:00.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: No filesystems configured 2024-02-11T16:59:00.142 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.887+0000 7f64b8495880 0 mon.smithi029@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-11T16:59:00.142 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.887+0000 7f64b8495880 0 mon.smithi029@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-11T16:59:00.142 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.887+0000 7f64b8495880 0 mon.smithi029@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-11T16:59:00.142 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.887+0000 7f64b8495880 0 mon.smithi029@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-11T16:59:00.142 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: audit 2024-02-11T16:58:56.573068+0000 mon.smithi029 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.29:0/1972006182' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T16:59:00.142 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:58:59 smithi029 bash[14177]: debug 2024-02-11T16:58:59.887+0000 7f64b8495880 1 mon.smithi029@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-11T16:59:00.937 INFO:teuthology.orchestra.run.smithi029.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-11T16:59:00.938 INFO:teuthology.orchestra.run.smithi029.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-11T16:59:00.938 INFO:teuthology.orchestra.run.smithi029.stderr:Creating mgr... 2024-02-11T16:59:00.938 INFO:teuthology.orchestra.run.smithi029.stderr:Verifying port 9283 ... 2024-02-11T16:59:01.148 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Failed to reset failed state of unit ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715@mgr.smithi029.rubqla.service: Unit ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715@mgr.smithi029.rubqla.service not loaded. 2024-02-11T16:59:01.156 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Created symlink /etc/systemd/system/ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715.target.wants/ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715@mgr.smithi029.rubqla.service -> /etc/systemd/system/ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715@.service. 2024-02-11T16:59:01.181 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:00 smithi029 bash[14177]: cluster 2024-02-11T16:58:59.909074+0000 mon.smithi029 (mon.0) 1 : cluster [INF] mon.smithi029 is new leader, mons smithi029 in quorum (ranks 0) 2024-02-11T16:59:01.181 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:00 smithi029 bash[14177]: cluster 2024-02-11T16:58:59.909204+0000 mon.smithi029 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi029=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0]} removed_ranks: {} 2024-02-11T16:59:01.181 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:00 smithi029 bash[14177]: cluster 2024-02-11T16:58:59.910241+0000 mon.smithi029 (mon.0) 3 : cluster [DBG] fsmap 2024-02-11T16:59:01.181 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:00 smithi029 bash[14177]: cluster 2024-02-11T16:58:59.910320+0000 mon.smithi029 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-11T16:59:01.181 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:00 smithi029 bash[14177]: cluster 2024-02-11T16:58:59.911092+0000 mon.smithi029 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-11T16:59:01.181 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:00 smithi029 bash[14177]: audit 2024-02-11T16:59:00.087430+0000 mon.smithi029 (mon.0) 6 : audit [INF] from='client.? 172.21.15.29:0/207124501' entity='client.admin' 2024-02-11T16:59:01.359 INFO:teuthology.orchestra.run.smithi029.stderr:firewalld does not appear to be present 2024-02-11T16:59:01.359 INFO:teuthology.orchestra.run.smithi029.stderr:Not possible to enable service . firewalld.service is not available 2024-02-11T16:59:01.360 INFO:teuthology.orchestra.run.smithi029.stderr:firewalld does not appear to be present 2024-02-11T16:59:01.360 INFO:teuthology.orchestra.run.smithi029.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-11T16:59:01.360 INFO:teuthology.orchestra.run.smithi029.stderr:Waiting for mgr to start... 2024-02-11T16:59:01.360 INFO:teuthology.orchestra.run.smithi029.stderr:Waiting for mgr... 2024-02-11T16:59:03.162 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2024-02-11T16:59:03.162 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: { 2024-02-11T16:59:03.162 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "fsid": "ae9da74a-c8fe-11ee-95b9-87774f69a715", 2024-02-11T16:59:03.162 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "health": { 2024-02-11T16:59:03.162 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-11T16:59:03.163 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "checks": {}, 2024-02-11T16:59:03.163 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "mutes": [] 2024-02-11T16:59:03.163 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2024-02-11T16:59:03.163 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-11T16:59:03.164 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum": [ 2024-02-11T16:59:03.164 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 0 2024-02-11T16:59:03.164 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2024-02-11T16:59:03.165 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-11T16:59:03.165 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "smithi029" 2024-02-11T16:59:03.165 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2024-02-11T16:59:03.166 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum_age": 3, 2024-02-11T16:59:03.166 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "monmap": { 2024-02-11T16:59:03.166 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:59:03.166 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-11T16:59:03.166 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-11T16:59:03.166 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2024-02-11T16:59:03.166 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osdmap": { 2024-02-11T16:59:03.166 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:59:03.166 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-11T16:59:03.166 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-11T16:59:03.166 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-11T16:59:03.166 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-11T16:59:03.170 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-11T16:59:03.170 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-11T16:59:03.170 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2024-02-11T16:59:03.170 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "pgmap": { 2024-02-11T16:59:03.170 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-11T16:59:03.170 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-11T16:59:03.170 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-11T16:59:03.170 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-11T16:59:03.170 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-11T16:59:03.170 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-11T16:59:03.171 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-11T16:59:03.171 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-11T16:59:03.171 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2024-02-11T16:59:03.171 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "fsmap": { 2024-02-11T16:59:03.171 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:59:03.171 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-11T16:59:03.171 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-11T16:59:03.171 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2024-02-11T16:59:03.171 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-11T16:59:03.171 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "available": false, 2024-02-11T16:59:03.171 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-11T16:59:03.171 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "modules": [ 2024-02-11T16:59:03.171 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "iostat", 2024-02-11T16:59:03.171 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "nfs", 2024-02-11T16:59:03.171 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "restful" 2024-02-11T16:59:03.172 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2024-02-11T16:59:03.172 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "services": {} 2024-02-11T16:59:03.172 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2024-02-11T16:59:03.172 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "servicemap": { 2024-02-11T16:59:03.172 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:59:03.172 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "modified": "2024-02-11T16:58:52.363603+0000", 2024-02-11T16:59:03.172 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "services": {} 2024-02-11T16:59:03.172 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2024-02-11T16:59:03.172 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-11T16:59:03.172 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: } 2024-02-11T16:59:03.393 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:03 smithi029 bash[14177]: audit 2024-02-11T16:59:03.160474+0000 mon.smithi029 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.29:0/3041498555' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-11T16:59:03.923 INFO:teuthology.orchestra.run.smithi029.stderr:mgr not available, waiting (1/15)... 2024-02-11T16:59:07.342 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2024-02-11T16:59:07.343 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: { 2024-02-11T16:59:07.343 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "fsid": "ae9da74a-c8fe-11ee-95b9-87774f69a715", 2024-02-11T16:59:07.349 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "health": { 2024-02-11T16:59:07.349 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-11T16:59:07.349 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "checks": {}, 2024-02-11T16:59:07.349 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "mutes": [] 2024-02-11T16:59:07.349 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2024-02-11T16:59:07.349 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-11T16:59:07.349 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum": [ 2024-02-11T16:59:07.349 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 0 2024-02-11T16:59:07.349 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2024-02-11T16:59:07.349 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-11T16:59:07.350 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "smithi029" 2024-02-11T16:59:07.350 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2024-02-11T16:59:07.350 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum_age": 7, 2024-02-11T16:59:07.350 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "monmap": { 2024-02-11T16:59:07.350 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:59:07.350 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-11T16:59:07.350 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-11T16:59:07.350 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2024-02-11T16:59:07.350 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osdmap": { 2024-02-11T16:59:07.350 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:59:07.350 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-11T16:59:07.350 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-11T16:59:07.350 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-11T16:59:07.350 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-11T16:59:07.350 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-11T16:59:07.351 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-11T16:59:07.351 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2024-02-11T16:59:07.351 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "pgmap": { 2024-02-11T16:59:07.351 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-11T16:59:07.351 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-11T16:59:07.351 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-11T16:59:07.351 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-11T16:59:07.351 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-11T16:59:07.351 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-11T16:59:07.351 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-11T16:59:07.351 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-11T16:59:07.351 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2024-02-11T16:59:07.351 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "fsmap": { 2024-02-11T16:59:07.352 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:59:07.352 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-11T16:59:07.352 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-11T16:59:07.352 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2024-02-11T16:59:07.352 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-11T16:59:07.352 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "available": false, 2024-02-11T16:59:07.352 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-11T16:59:07.352 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "modules": [ 2024-02-11T16:59:07.352 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "iostat", 2024-02-11T16:59:07.352 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "nfs", 2024-02-11T16:59:07.352 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "restful" 2024-02-11T16:59:07.352 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2024-02-11T16:59:07.352 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "services": {} 2024-02-11T16:59:07.352 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2024-02-11T16:59:07.352 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "servicemap": { 2024-02-11T16:59:07.353 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:59:07.353 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "modified": "2024-02-11T16:58:52.363603+0000", 2024-02-11T16:59:07.353 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "services": {} 2024-02-11T16:59:07.353 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2024-02-11T16:59:07.353 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-11T16:59:07.353 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: } 2024-02-11T16:59:07.681 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:07 smithi029 bash[14177]: audit 2024-02-11T16:59:07.341260+0000 mon.smithi029 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.29:0/2204786651' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-11T16:59:08.148 INFO:teuthology.orchestra.run.smithi029.stderr:mgr not available, waiting (2/15)... 2024-02-11T16:59:09.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:09 smithi029 bash[14177]: cluster 2024-02-11T16:59:09.602296+0000 mon.smithi029 (mon.0) 9 : cluster [INF] Activating manager daemon smithi029.rubqla 2024-02-11T16:59:09.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:09 smithi029 bash[14177]: cluster 2024-02-11T16:59:09.608179+0000 mon.smithi029 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi029.rubqla(active, starting, since 0.00607185s) 2024-02-11T16:59:09.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:09 smithi029 bash[14177]: audit 2024-02-11T16:59:09.610385+0000 mon.smithi029 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.29:0/22183218' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T16:59:09.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:09 smithi029 bash[14177]: audit 2024-02-11T16:59:09.610676+0000 mon.smithi029 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.29:0/22183218' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T16:59:09.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:09 smithi029 bash[14177]: audit 2024-02-11T16:59:09.611003+0000 mon.smithi029 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.29:0/22183218' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T16:59:09.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:09 smithi029 bash[14177]: audit 2024-02-11T16:59:09.611249+0000 mon.smithi029 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.29:0/22183218' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2024-02-11T16:59:09.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:09 smithi029 bash[14177]: audit 2024-02-11T16:59:09.611977+0000 mon.smithi029 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.29:0/22183218' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mgr metadata", "who": "smithi029.rubqla", "id": "smithi029.rubqla"}]: dispatch 2024-02-11T16:59:09.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:09 smithi029 bash[14177]: cluster 2024-02-11T16:59:09.636303+0000 mon.smithi029 (mon.0) 16 : cluster [INF] Manager daemon smithi029.rubqla is now available 2024-02-11T16:59:10.931 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:10 smithi029 bash[14177]: audit 2024-02-11T16:59:09.660193+0000 mon.smithi029 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.29:0/22183218' entity='mgr.smithi029.rubqla' 2024-02-11T16:59:10.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:10 smithi029 bash[14177]: audit 2024-02-11T16:59:09.665846+0000 mon.smithi029 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.29:0/22183218' entity='mgr.smithi029.rubqla' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.rubqla/mirror_snapshot_schedule"}]: dispatch 2024-02-11T16:59:10.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:10 smithi029 bash[14177]: audit 2024-02-11T16:59:09.670979+0000 mon.smithi029 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.29:0/22183218' entity='mgr.smithi029.rubqla' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.rubqla/trash_purge_schedule"}]: dispatch 2024-02-11T16:59:10.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:10 smithi029 bash[14177]: audit 2024-02-11T16:59:09.674289+0000 mon.smithi029 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.29:0/22183218' entity='mgr.smithi029.rubqla' 2024-02-11T16:59:10.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:10 smithi029 bash[14177]: audit 2024-02-11T16:59:09.676926+0000 mon.smithi029 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.29:0/22183218' entity='mgr.smithi029.rubqla' 2024-02-11T16:59:10.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:10 smithi029 bash[14177]: cluster 2024-02-11T16:59:10.613800+0000 mon.smithi029 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi029.rubqla(active, since 1.0117s) 2024-02-11T16:59:11.780 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2024-02-11T16:59:11.780 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: { 2024-02-11T16:59:11.781 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "fsid": "ae9da74a-c8fe-11ee-95b9-87774f69a715", 2024-02-11T16:59:11.781 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "health": { 2024-02-11T16:59:11.781 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-11T16:59:11.781 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "checks": {}, 2024-02-11T16:59:11.781 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "mutes": [] 2024-02-11T16:59:11.781 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2024-02-11T16:59:11.781 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-11T16:59:11.781 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum": [ 2024-02-11T16:59:11.781 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 0 2024-02-11T16:59:11.781 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2024-02-11T16:59:11.781 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-11T16:59:11.781 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "smithi029" 2024-02-11T16:59:11.781 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2024-02-11T16:59:11.781 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum_age": 11, 2024-02-11T16:59:11.781 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "monmap": { 2024-02-11T16:59:11.782 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:59:11.782 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-11T16:59:11.782 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-11T16:59:11.782 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2024-02-11T16:59:11.782 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osdmap": { 2024-02-11T16:59:11.782 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:59:11.782 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-11T16:59:11.782 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-11T16:59:11.782 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-11T16:59:11.782 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-11T16:59:11.785 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-11T16:59:11.785 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-11T16:59:11.786 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2024-02-11T16:59:11.786 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "pgmap": { 2024-02-11T16:59:11.786 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-11T16:59:11.786 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-11T16:59:11.786 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-11T16:59:11.786 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-11T16:59:11.786 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-11T16:59:11.786 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-11T16:59:11.786 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-11T16:59:11.786 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-11T16:59:11.786 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2024-02-11T16:59:11.786 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "fsmap": { 2024-02-11T16:59:11.786 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:59:11.786 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-11T16:59:11.787 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-11T16:59:11.787 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2024-02-11T16:59:11.787 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-11T16:59:11.787 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "available": true, 2024-02-11T16:59:11.787 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-11T16:59:11.787 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "modules": [ 2024-02-11T16:59:11.787 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "iostat", 2024-02-11T16:59:11.787 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "nfs", 2024-02-11T16:59:11.787 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "restful" 2024-02-11T16:59:11.787 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2024-02-11T16:59:11.787 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "services": {} 2024-02-11T16:59:11.787 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2024-02-11T16:59:11.788 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "servicemap": { 2024-02-11T16:59:11.788 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-11T16:59:11.788 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "modified": "2024-02-11T16:58:52.363603+0000", 2024-02-11T16:59:11.788 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "services": {} 2024-02-11T16:59:11.788 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2024-02-11T16:59:11.788 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-11T16:59:11.788 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: } 2024-02-11T16:59:12.652 INFO:teuthology.orchestra.run.smithi029.stderr:mgr is available 2024-02-11T16:59:12.931 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:12 smithi029 bash[14177]: cluster 2024-02-11T16:59:11.665316+0000 mon.smithi029 (mon.0) 23 : cluster [DBG] mgrmap e4: smithi029.rubqla(active, since 2s) 2024-02-11T16:59:12.931 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:12 smithi029 bash[14177]: audit 2024-02-11T16:59:11.776923+0000 mon.smithi029 (mon.0) 24 : audit [DBG] from='client.? 172.21.15.29:0/3134806881' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-11T16:59:14.129 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2024-02-11T16:59:14.129 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: [global] 2024-02-11T16:59:14.129 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: fsid = ae9da74a-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:59:14.129 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-11T16:59:14.129 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-11T16:59:14.130 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-11T16:59:14.130 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-11T16:59:14.130 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2024-02-11T16:59:14.131 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: [mgr] 2024-02-11T16:59:14.131 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-11T16:59:14.131 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2024-02-11T16:59:14.131 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: [osd] 2024-02-11T16:59:14.131 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-11T16:59:14.131 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-11T16:59:14.431 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:14 smithi029 bash[14177]: audit 2024-02-11T16:59:14.126558+0000 mon.smithi029 (mon.0) 25 : audit [INF] from='client.? 172.21.15.29:0/3149104675' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-11T16:59:14.931 INFO:teuthology.orchestra.run.smithi029.stderr:Enabling cephadm module... 2024-02-11T16:59:16.740 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:16 smithi029 bash[14177]: audit 2024-02-11T16:59:16.429696+0000 mon.smithi029 (mon.0) 26 : audit [INF] from='client.? 172.21.15.29:0/2820237443' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-11T16:59:17.681 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:17 smithi029 bash[14177]: audit 2024-02-11T16:59:16.487083+0000 mon.smithi029 (mon.0) 27 : audit [INF] from='client.? 172.21.15.29:0/2820237443' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-11T16:59:17.681 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:17 smithi029 bash[14177]: cluster 2024-02-11T16:59:16.487273+0000 mon.smithi029 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi029.rubqla(active, since 6s) 2024-02-11T16:59:18.869 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: { 2024-02-11T16:59:18.870 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 5, 2024-02-11T16:59:18.870 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "available": true, 2024-02-11T16:59:18.870 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "active_name": "smithi029.rubqla", 2024-02-11T16:59:18.870 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-11T16:59:18.870 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: } 2024-02-11T16:59:19.181 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:18 smithi029 bash[14177]: audit 2024-02-11T16:59:18.868096+0000 mon.smithi029 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.29:0/1561599493' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-11T16:59:19.596 INFO:teuthology.orchestra.run.smithi029.stderr:Waiting for the mgr to restart... 2024-02-11T16:59:19.596 INFO:teuthology.orchestra.run.smithi029.stderr:Waiting for mgr epoch 5... 2024-02-11T16:59:23.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:23 smithi029 bash[14177]: cluster 2024-02-11T16:59:23.254289+0000 mon.smithi029 (mon.0) 30 : cluster [INF] Active manager daemon smithi029.rubqla restarted 2024-02-11T16:59:23.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:23 smithi029 bash[14177]: cluster 2024-02-11T16:59:23.254716+0000 mon.smithi029 (mon.0) 31 : cluster [INF] Activating manager daemon smithi029.rubqla 2024-02-11T16:59:23.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:23 smithi029 bash[14177]: cluster 2024-02-11T16:59:23.260177+0000 mon.smithi029 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-11T16:59:23.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:23 smithi029 bash[14177]: cluster 2024-02-11T16:59:23.260345+0000 mon.smithi029 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi029.rubqla(active, starting, since 0.00578292s) 2024-02-11T16:59:23.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:23 smithi029 bash[14177]: audit 2024-02-11T16:59:23.261876+0000 mon.smithi029 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2024-02-11T16:59:23.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:23 smithi029 bash[14177]: audit 2024-02-11T16:59:23.263117+0000 mon.smithi029 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mgr metadata", "who": "smithi029.rubqla", "id": "smithi029.rubqla"}]: dispatch 2024-02-11T16:59:23.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:23 smithi029 bash[14177]: audit 2024-02-11T16:59:23.264080+0000 mon.smithi029 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T16:59:23.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:23 smithi029 bash[14177]: audit 2024-02-11T16:59:23.264347+0000 mon.smithi029 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T16:59:23.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:23 smithi029 bash[14177]: audit 2024-02-11T16:59:23.264534+0000 mon.smithi029 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T16:59:23.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:23 smithi029 bash[14177]: cluster 2024-02-11T16:59:23.268001+0000 mon.smithi029 (mon.0) 39 : cluster [INF] Manager daemon smithi029.rubqla is now available 2024-02-11T16:59:23.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:23 smithi029 bash[14177]: audit 2024-02-11T16:59:23.290744+0000 mon.smithi029 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' 2024-02-11T16:59:24.283 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: { 2024-02-11T16:59:24.283 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-02-11T16:59:24.283 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "initialized": true 2024-02-11T16:59:24.283 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: } 2024-02-11T16:59:24.712 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:24 smithi029 bash[14177]: cephadm 2024-02-11T16:59:23.285851+0000 mgr.smithi029.rubqla (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-02-11T16:59:24.712 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:24 smithi029 bash[14177]: audit 2024-02-11T16:59:23.419633+0000 mon.smithi029 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' 2024-02-11T16:59:24.712 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:24 smithi029 bash[14177]: audit 2024-02-11T16:59:23.421840+0000 mon.smithi029 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:59:24.713 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:24 smithi029 bash[14177]: audit 2024-02-11T16:59:23.424810+0000 mon.smithi029 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:59:24.713 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:24 smithi029 bash[14177]: audit 2024-02-11T16:59:23.428532+0000 mon.smithi029 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:59:24.713 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:24 smithi029 bash[14177]: audit 2024-02-11T16:59:23.451867+0000 mon.smithi029 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.rubqla/mirror_snapshot_schedule"}]: dispatch 2024-02-11T16:59:24.713 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:24 smithi029 bash[14177]: audit 2024-02-11T16:59:23.457320+0000 mon.smithi029 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.rubqla/trash_purge_schedule"}]: dispatch 2024-02-11T16:59:24.713 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:24 smithi029 bash[14177]: cluster 2024-02-11T16:59:24.265408+0000 mon.smithi029 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi029.rubqla(active, since 1.01084s) 2024-02-11T16:59:25.137 INFO:teuthology.orchestra.run.smithi029.stderr:mgr epoch 5 is available 2024-02-11T16:59:25.137 INFO:teuthology.orchestra.run.smithi029.stderr:Setting orchestrator backend to cephadm... 2024-02-11T16:59:25.681 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:25 smithi029 bash[14177]: audit 2024-02-11T16:59:24.264157+0000 mgr.smithi029.rubqla (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-11T16:59:25.681 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:25 smithi029 bash[14177]: audit 2024-02-11T16:59:24.281248+0000 mgr.smithi029.rubqla (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-11T16:59:26.681 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:26 smithi029 bash[14177]: cluster 2024-02-11T16:59:25.427676+0000 mon.smithi029 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi029.rubqla(active, since 2s) 2024-02-11T16:59:27.681 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:27 smithi029 bash[14177]: audit 2024-02-11T16:59:26.612605+0000 mgr.smithi029.rubqla (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:59:27.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:27 smithi029 bash[14177]: audit 2024-02-11T16:59:26.621593+0000 mon.smithi029 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' 2024-02-11T16:59:27.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:27 smithi029 bash[14177]: audit 2024-02-11T16:59:26.661441+0000 mon.smithi029 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:59:28.773 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: value unchanged 2024-02-11T16:59:29.564 INFO:teuthology.orchestra.run.smithi029.stderr:Generating ssh key... 2024-02-11T16:59:29.931 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:29 smithi029 bash[14177]: audit 2024-02-11T16:59:28.772093+0000 mgr.smithi029.rubqla (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:59:32.681 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:32 smithi029 bash[14177]: audit 2024-02-11T16:59:31.055194+0000 mgr.smithi029.rubqla (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:59:32.681 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:32 smithi029 bash[14177]: cephadm 2024-02-11T16:59:31.055460+0000 mgr.smithi029.rubqla (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-02-11T16:59:32.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:32 smithi029 bash[14177]: audit 2024-02-11T16:59:31.344530+0000 mon.smithi029 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' 2024-02-11T16:59:32.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:32 smithi029 bash[14177]: audit 2024-02-11T16:59:31.346990+0000 mon.smithi029 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' 2024-02-11T16:59:33.537 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHW9Vz8FrmvVRSGfYPySmuGWjWkCWHh+o1oGnz10GVxi73g2DXFtRE0teplRRrcljAciIfaRsKpRgNhXmKmGsXE4+zA8QK7Oqt6UdwhHliZqLpsqau68OTQcVpSYJ0XkqTV2aMi6VTsGga0D8pIge5ZTndjLU508at2jiPxMmlLS7jKE2Xk4e9IjaxyUcM3RKCUSMbqgokWXXg2KLsdw9iJApfrR3q2vIAh9MW8WLOkN2LBBiChh1J54PJNUnvZqc4UGK0XdNzwQTCL60prlQM4ntyozINX4aCKfljWgEKS4pswt/dFhxv3qkiFbiwyoIA8FMgMgIKSA1NwgagGmzd/l44ND2uRJ4bFm8Uuff4Btw/GEWikGkQlU4S9eZC2MVY1WMul/FZVLbIRAEWS1oDB3jzuN82kFiFMCRwEb+BkiLYrW/YRW4yu8CaU9EPhoVGNMsNIRw/bWgjRZr5dqOCzBD+xOd03eztl3qk1plHUKkJw58QKJQSaFShuc81sRs= ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715 2024-02-11T16:59:33.931 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:33 smithi029 bash[14177]: audit 2024-02-11T16:59:33.535609+0000 mgr.smithi029.rubqla (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:59:34.316 INFO:teuthology.orchestra.run.smithi029.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-11T16:59:34.316 INFO:teuthology.orchestra.run.smithi029.stderr:Adding key to root@localhost authorized_keys... 2024-02-11T16:59:34.316 INFO:teuthology.orchestra.run.smithi029.stderr:Adding host smithi029... 2024-02-11T16:59:36.560 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: Added host 'smithi029' with addr '172.21.15.29' 2024-02-11T16:59:36.863 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:36 smithi029 bash[14177]: audit 2024-02-11T16:59:35.714943+0000 mgr.smithi029.rubqla (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi029", "addr": "172.21.15.29", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:59:36.863 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:36 smithi029 bash[14177]: audit 2024-02-11T16:59:36.558424+0000 mon.smithi029 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' 2024-02-11T16:59:37.659 INFO:teuthology.orchestra.run.smithi029.stderr:Deploying mon service with default placement... 2024-02-11T16:59:37.931 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:37 smithi029 bash[14177]: cephadm 2024-02-11T16:59:36.558946+0000 mgr.smithi029.rubqla (mgr.14116) 10 : cephadm [INF] Added host smithi029 2024-02-11T16:59:37.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:37 smithi029 bash[14177]: audit 2024-02-11T16:59:36.607710+0000 mon.smithi029 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T16:59:39.874 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-11T16:59:40.861 INFO:teuthology.orchestra.run.smithi029.stderr:Deploying mgr service with default placement... 2024-02-11T16:59:41.181 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:40 smithi029 bash[14177]: audit 2024-02-11T16:59:39.866836+0000 mgr.smithi029.rubqla (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:59:41.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:40 smithi029 bash[14177]: cephadm 2024-02-11T16:59:39.868265+0000 mgr.smithi029.rubqla (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-11T16:59:41.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:40 smithi029 bash[14177]: audit 2024-02-11T16:59:39.872735+0000 mon.smithi029 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' 2024-02-11T16:59:41.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:40 smithi029 bash[14177]: audit 2024-02-11T16:59:40.388534+0000 mon.smithi029 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' 2024-02-11T16:59:41.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:40 smithi029 bash[14177]: audit 2024-02-11T16:59:40.645879+0000 mon.smithi029 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' 2024-02-11T16:59:42.446 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-11T16:59:43.277 INFO:teuthology.orchestra.run.smithi029.stderr:Deploying crash service with default placement... 2024-02-11T16:59:43.681 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:43 smithi029 bash[14177]: audit 2024-02-11T16:59:42.440149+0000 mgr.smithi029.rubqla (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:59:43.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:43 smithi029 bash[14177]: cephadm 2024-02-11T16:59:42.442037+0000 mgr.smithi029.rubqla (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-11T16:59:43.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:43 smithi029 bash[14177]: audit 2024-02-11T16:59:42.445096+0000 mon.smithi029 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' 2024-02-11T16:59:44.681 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:44 smithi029 bash[14177]: cluster 2024-02-11T16:59:43.266067+0000 mgr.smithi029.rubqla (mgr.14116) 15 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:44.941 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-11T16:59:45.788 INFO:teuthology.orchestra.run.smithi029.stderr:Deploying prometheus service with default placement... 2024-02-11T16:59:46.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:45 smithi029 bash[14177]: audit 2024-02-11T16:59:44.934353+0000 mgr.smithi029.rubqla (mgr.14116) 16 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:59:46.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:45 smithi029 bash[14177]: cephadm 2024-02-11T16:59:44.936748+0000 mgr.smithi029.rubqla (mgr.14116) 17 : cephadm [INF] Saving service crash spec with placement * 2024-02-11T16:59:46.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:45 smithi029 bash[14177]: audit 2024-02-11T16:59:44.939597+0000 mon.smithi029 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' 2024-02-11T16:59:46.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:45 smithi029 bash[14177]: cluster 2024-02-11T16:59:45.266548+0000 mgr.smithi029.rubqla (mgr.14116) 18 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:47.435 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-11T16:59:47.931 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:47 smithi029 bash[14177]: audit 2024-02-11T16:59:46.599540+0000 mon.smithi029 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' 2024-02-11T16:59:47.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:47 smithi029 bash[14177]: cluster 2024-02-11T16:59:47.266891+0000 mgr.smithi029.rubqla (mgr.14116) 19 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:47.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:47 smithi029 bash[14177]: audit 2024-02-11T16:59:47.427776+0000 mgr.smithi029.rubqla (mgr.14116) 20 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:59:47.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:47 smithi029 bash[14177]: cephadm 2024-02-11T16:59:47.430217+0000 mgr.smithi029.rubqla (mgr.14116) 21 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-11T16:59:47.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:47 smithi029 bash[14177]: audit 2024-02-11T16:59:47.433251+0000 mon.smithi029 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' 2024-02-11T16:59:48.383 INFO:teuthology.orchestra.run.smithi029.stderr:Deploying grafana service with default placement... 2024-02-11T16:59:49.880 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-11T16:59:50.431 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:50 smithi029 bash[14177]: cluster 2024-02-11T16:59:49.267330+0000 mgr.smithi029.rubqla (mgr.14116) 22 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:50.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:50 smithi029 bash[14177]: audit 2024-02-11T16:59:49.878019+0000 mon.smithi029 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' 2024-02-11T16:59:50.736 INFO:teuthology.orchestra.run.smithi029.stderr:Deploying node-exporter service with default placement... 2024-02-11T16:59:51.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:51 smithi029 bash[14177]: audit 2024-02-11T16:59:49.870742+0000 mgr.smithi029.rubqla (mgr.14116) 23 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:59:51.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:51 smithi029 bash[14177]: cephadm 2024-02-11T16:59:49.872927+0000 mgr.smithi029.rubqla (mgr.14116) 24 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-11T16:59:52.348 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-11T16:59:52.681 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:52 smithi029 bash[14177]: cluster 2024-02-11T16:59:51.267799+0000 mgr.smithi029.rubqla (mgr.14116) 25 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:53.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:53 smithi029 bash[14177]: audit 2024-02-11T16:59:52.343923+0000 mgr.smithi029.rubqla (mgr.14116) 26 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:59:53.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:53 smithi029 bash[14177]: cephadm 2024-02-11T16:59:52.345321+0000 mgr.smithi029.rubqla (mgr.14116) 27 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-11T16:59:53.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:53 smithi029 bash[14177]: audit 2024-02-11T16:59:52.347309+0000 mon.smithi029 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' 2024-02-11T16:59:53.697 INFO:teuthology.orchestra.run.smithi029.stderr:Deploying alertmanager service with default placement... 2024-02-11T16:59:54.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:54 smithi029 bash[14177]: cluster 2024-02-11T16:59:53.268264+0000 mgr.smithi029.rubqla (mgr.14116) 28 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:56.112 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-11T16:59:56.451 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:56 smithi029 bash[14177]: cluster 2024-02-11T16:59:55.268715+0000 mgr.smithi029.rubqla (mgr.14116) 29 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:56.451 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:56 smithi029 bash[14177]: audit 2024-02-11T16:59:56.110115+0000 mon.smithi029 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.29:0/1504474282' entity='mgr.smithi029.rubqla' 2024-02-11T16:59:57.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:57 smithi029 bash[14177]: audit 2024-02-11T16:59:56.103192+0000 mgr.smithi029.rubqla (mgr.14116) 30 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T16:59:57.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:57 smithi029 bash[14177]: cephadm 2024-02-11T16:59:56.105405+0000 mgr.smithi029.rubqla (mgr.14116) 31 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-11T16:59:58.615 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:58 smithi029 bash[14177]: cluster 2024-02-11T16:59:57.269166+0000 mgr.smithi029.rubqla (mgr.14116) 32 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T16:59:59.931 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 16:59:59 smithi029 bash[14177]: audit 2024-02-11T16:59:58.530753+0000 mon.smithi029 (mon.0) 65 : audit [INF] from='client.? 172.21.15.29:0/3608677465' entity='client.admin' 2024-02-11T17:00:00.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:00 smithi029 bash[14177]: cluster 2024-02-11T16:59:59.269428+0000 mgr.smithi029.rubqla (mgr.14116) 33 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:01.877 INFO:teuthology.orchestra.run.smithi029.stderr:Enabling the dashboard module... 2024-02-11T17:00:02.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:01 smithi029 bash[14177]: audit 2024-02-11T17:00:00.934115+0000 mon.smithi029 (mon.0) 66 : audit [INF] from='client.? 172.21.15.29:0/3079740153' entity='client.admin' 2024-02-11T17:00:02.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:01 smithi029 bash[14177]: cluster 2024-02-11T17:00:01.269811+0000 mgr.smithi029.rubqla (mgr.14116) 34 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:04.609 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:04 smithi029 bash[14177]: cluster 2024-02-11T17:00:03.270188+0000 mgr.smithi029.rubqla (mgr.14116) 35 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:04.609 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:04 smithi029 bash[14177]: audit 2024-02-11T17:00:03.523952+0000 mon.smithi029 (mon.0) 67 : audit [INF] from='client.? 172.21.15.29:0/2956521512' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-11T17:00:05.431 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:05 smithi029 bash[14177]: audit 2024-02-11T17:00:04.331704+0000 mon.smithi029 (mon.0) 68 : audit [INF] from='client.? 172.21.15.29:0/2956521512' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-11T17:00:05.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:05 smithi029 bash[14177]: cluster 2024-02-11T17:00:04.331808+0000 mon.smithi029 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi029.rubqla(active, since 41s) 2024-02-11T17:00:06.934 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: { 2024-02-11T17:00:06.934 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 9, 2024-02-11T17:00:06.934 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "available": true, 2024-02-11T17:00:06.934 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "active_name": "smithi029.rubqla", 2024-02-11T17:00:06.934 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-11T17:00:06.934 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: } 2024-02-11T17:00:07.226 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:06 smithi029 bash[14177]: audit 2024-02-11T17:00:06.932270+0000 mon.smithi029 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.29:0/1959422623' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-11T17:00:07.818 INFO:teuthology.orchestra.run.smithi029.stderr:Waiting for the mgr to restart... 2024-02-11T17:00:07.818 INFO:teuthology.orchestra.run.smithi029.stderr:Waiting for mgr epoch 9... 2024-02-11T17:00:11.456 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:11 smithi029 bash[14177]: cluster 2024-02-11T17:00:11.218258+0000 mon.smithi029 (mon.0) 71 : cluster [INF] Active manager daemon smithi029.rubqla restarted 2024-02-11T17:00:11.456 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:11 smithi029 bash[14177]: cluster 2024-02-11T17:00:11.218730+0000 mon.smithi029 (mon.0) 72 : cluster [INF] Activating manager daemon smithi029.rubqla 2024-02-11T17:00:11.456 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:11 smithi029 bash[14177]: cluster 2024-02-11T17:00:11.224457+0000 mon.smithi029 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-11T17:00:11.456 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:11 smithi029 bash[14177]: cluster 2024-02-11T17:00:11.224682+0000 mon.smithi029 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi029.rubqla(active, starting, since 0.00611754s) 2024-02-11T17:00:11.456 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:11 smithi029 bash[14177]: audit 2024-02-11T17:00:11.226666+0000 mon.smithi029 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2024-02-11T17:00:11.456 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:11 smithi029 bash[14177]: audit 2024-02-11T17:00:11.227860+0000 mon.smithi029 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mgr metadata", "who": "smithi029.rubqla", "id": "smithi029.rubqla"}]: dispatch 2024-02-11T17:00:11.457 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:11 smithi029 bash[14177]: audit 2024-02-11T17:00:11.228842+0000 mon.smithi029 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T17:00:11.457 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:11 smithi029 bash[14177]: audit 2024-02-11T17:00:11.229047+0000 mon.smithi029 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T17:00:11.457 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:11 smithi029 bash[14177]: audit 2024-02-11T17:00:11.229217+0000 mon.smithi029 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T17:00:11.457 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:11 smithi029 bash[14177]: cluster 2024-02-11T17:00:11.232538+0000 mon.smithi029 (mon.0) 80 : cluster [INF] Manager daemon smithi029.rubqla is now available 2024-02-11T17:00:12.247 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: { 2024-02-11T17:00:12.248 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-02-11T17:00:12.248 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "initialized": true 2024-02-11T17:00:12.248 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: } 2024-02-11T17:00:12.551 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:12 smithi029 bash[14177]: audit 2024-02-11T17:00:11.371806+0000 mon.smithi029 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:00:12.552 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:12 smithi029 bash[14177]: audit 2024-02-11T17:00:11.379466+0000 mon.smithi029 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:00:12.552 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:12 smithi029 bash[14177]: audit 2024-02-11T17:00:11.424558+0000 mon.smithi029 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.rubqla/mirror_snapshot_schedule"}]: dispatch 2024-02-11T17:00:12.552 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:12 smithi029 bash[14177]: audit 2024-02-11T17:00:11.429552+0000 mon.smithi029 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.rubqla/trash_purge_schedule"}]: dispatch 2024-02-11T17:00:12.552 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:12 smithi029 bash[14177]: cluster 2024-02-11T17:00:12.228412+0000 mon.smithi029 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi029.rubqla(active, since 1.00984s) 2024-02-11T17:00:13.230 INFO:teuthology.orchestra.run.smithi029.stderr:mgr epoch 9 is available 2024-02-11T17:00:13.230 INFO:teuthology.orchestra.run.smithi029.stderr:Generating a dashboard self-signed certificate... 2024-02-11T17:00:13.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:13 smithi029 bash[14177]: audit 2024-02-11T17:00:12.228743+0000 mgr.smithi029.rubqla (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-11T17:00:13.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:13 smithi029 bash[14177]: audit 2024-02-11T17:00:12.246152+0000 mgr.smithi029.rubqla (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-11T17:00:14.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:14 smithi029 bash[14177]: cluster 2024-02-11T17:00:13.280243+0000 mon.smithi029 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi029.rubqla(active, since 2s) 2024-02-11T17:00:14.864 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-11T17:00:15.771 INFO:teuthology.orchestra.run.smithi029.stderr:Creating initial admin user... 2024-02-11T17:00:16.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:15 smithi029 bash[14177]: audit 2024-02-11T17:00:14.787839+0000 mgr.smithi029.rubqla (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:00:16.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:15 smithi029 bash[14177]: audit 2024-02-11T17:00:14.858312+0000 mon.smithi029 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' 2024-02-11T17:00:16.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:15 smithi029 bash[14177]: audit 2024-02-11T17:00:14.862784+0000 mon.smithi029 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' 2024-02-11T17:00:17.664 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$ezMrsn8byLl.zLJQlyCgdOqze5J5UejCfoMNejyMW0vVT4efiMCLK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707670817, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-11T17:00:18.543 INFO:teuthology.orchestra.run.smithi029.stderr:Fetching dashboard port number... 2024-02-11T17:00:18.579 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:18 smithi029 bash[14177]: cluster 2024-02-11T17:00:17.318602+0000 mon.smithi029 (mon.0) 89 : cluster [DBG] mgrmap e13: smithi029.rubqla(active, since 6s) 2024-02-11T17:00:18.579 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:18 smithi029 bash[14177]: audit 2024-02-11T17:00:17.567098+0000 mon.smithi029 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' 2024-02-11T17:00:18.579 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:18 smithi029 bash[14177]: audit 2024-02-11T17:00:17.662095+0000 mon.smithi029 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' 2024-02-11T17:00:19.587 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:19 smithi029 bash[14177]: audit 2024-02-11T17:00:17.405305+0000 mgr.smithi029.rubqla (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:00:20.130 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 8443 2024-02-11T17:00:20.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:20 smithi029 bash[14177]: audit 2024-02-11T17:00:20.128705+0000 mon.smithi029 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.29:0/2366923854' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-11T17:00:21.027 INFO:teuthology.orchestra.run.smithi029.stderr:firewalld does not appear to be present 2024-02-11T17:00:21.027 INFO:teuthology.orchestra.run.smithi029.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-11T17:00:21.029 INFO:teuthology.orchestra.run.smithi029.stderr:Ceph Dashboard is now available at: 2024-02-11T17:00:21.029 INFO:teuthology.orchestra.run.smithi029.stderr: 2024-02-11T17:00:21.029 INFO:teuthology.orchestra.run.smithi029.stderr: URL: https://smithi029.front.sepia.ceph.com:8443/ 2024-02-11T17:00:21.029 INFO:teuthology.orchestra.run.smithi029.stderr: User: admin 2024-02-11T17:00:21.030 INFO:teuthology.orchestra.run.smithi029.stderr: Password: a7zg6rfgkp 2024-02-11T17:00:21.030 INFO:teuthology.orchestra.run.smithi029.stderr: 2024-02-11T17:00:21.030 INFO:teuthology.orchestra.run.smithi029.stderr:Enabling autotune for osd_memory_target 2024-02-11T17:00:26.285 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-02-11T17:00:27.099 INFO:teuthology.orchestra.run.smithi029.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-11T17:00:27.099 INFO:teuthology.orchestra.run.smithi029.stderr: 2024-02-11T17:00:27.099 INFO:teuthology.orchestra.run.smithi029.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-11T17:00:27.099 INFO:teuthology.orchestra.run.smithi029.stderr: 2024-02-11T17:00:27.099 INFO:teuthology.orchestra.run.smithi029.stderr:Or, if you are only running a single cluster on this host: 2024-02-11T17:00:27.099 INFO:teuthology.orchestra.run.smithi029.stderr: 2024-02-11T17:00:27.099 INFO:teuthology.orchestra.run.smithi029.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-11T17:00:27.099 INFO:teuthology.orchestra.run.smithi029.stderr: 2024-02-11T17:00:27.099 INFO:teuthology.orchestra.run.smithi029.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-11T17:00:27.099 INFO:teuthology.orchestra.run.smithi029.stderr: 2024-02-11T17:00:27.100 INFO:teuthology.orchestra.run.smithi029.stderr: ceph telemetry on 2024-02-11T17:00:27.100 INFO:teuthology.orchestra.run.smithi029.stderr: 2024-02-11T17:00:27.100 INFO:teuthology.orchestra.run.smithi029.stderr:For more information see: 2024-02-11T17:00:27.100 INFO:teuthology.orchestra.run.smithi029.stderr: 2024-02-11T17:00:27.100 INFO:teuthology.orchestra.run.smithi029.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-02-11T17:00:27.100 INFO:teuthology.orchestra.run.smithi029.stderr: 2024-02-11T17:00:27.100 INFO:teuthology.orchestra.run.smithi029.stderr:Bootstrap complete. 2024-02-11T17:00:27.131 INFO:tasks.cephadm:Fetching config... 2024-02-11T17:00:27.131 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-11T17:00:27.131 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-11T17:00:27.138 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-11T17:00:27.138 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-11T17:00:27.138 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-11T17:00:27.185 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-11T17:00:27.185 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-11T17:00:27.185 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/mon.smithi029/keyring of=/dev/stdout 2024-02-11T17:00:27.244 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-11T17:00:27.244 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-11T17:00:27.244 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-11T17:00:27.293 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-11T17:00:27.293 DEBUG:teuthology.orchestra.run.smithi029:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHW9Vz8FrmvVRSGfYPySmuGWjWkCWHh+o1oGnz10GVxi73g2DXFtRE0teplRRrcljAciIfaRsKpRgNhXmKmGsXE4+zA8QK7Oqt6UdwhHliZqLpsqau68OTQcVpSYJ0XkqTV2aMi6VTsGga0D8pIge5ZTndjLU508at2jiPxMmlLS7jKE2Xk4e9IjaxyUcM3RKCUSMbqgokWXXg2KLsdw9iJApfrR3q2vIAh9MW8WLOkN2LBBiChh1J54PJNUnvZqc4UGK0XdNzwQTCL60prlQM4ntyozINX4aCKfljWgEKS4pswt/dFhxv3qkiFbiwyoIA8FMgMgIKSA1NwgagGmzd/l44ND2uRJ4bFm8Uuff4Btw/GEWikGkQlU4S9eZC2MVY1WMul/FZVLbIRAEWS1oDB3jzuN82kFiFMCRwEb+BkiLYrW/YRW4yu8CaU9EPhoVGNMsNIRw/bWgjRZr5dqOCzBD+xOd03eztl3qk1plHUKkJw58QKJQSaFShuc81sRs= ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-11T17:00:27.357 INFO:teuthology.orchestra.run.smithi029.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHW9Vz8FrmvVRSGfYPySmuGWjWkCWHh+o1oGnz10GVxi73g2DXFtRE0teplRRrcljAciIfaRsKpRgNhXmKmGsXE4+zA8QK7Oqt6UdwhHliZqLpsqau68OTQcVpSYJ0XkqTV2aMi6VTsGga0D8pIge5ZTndjLU508at2jiPxMmlLS7jKE2Xk4e9IjaxyUcM3RKCUSMbqgokWXXg2KLsdw9iJApfrR3q2vIAh9MW8WLOkN2LBBiChh1J54PJNUnvZqc4UGK0XdNzwQTCL60prlQM4ntyozINX4aCKfljWgEKS4pswt/dFhxv3qkiFbiwyoIA8FMgMgIKSA1NwgagGmzd/l44ND2uRJ4bFm8Uuff4Btw/GEWikGkQlU4S9eZC2MVY1WMul/FZVLbIRAEWS1oDB3jzuN82kFiFMCRwEb+BkiLYrW/YRW4yu8CaU9EPhoVGNMsNIRw/bWgjRZr5dqOCzBD+xOd03eztl3qk1plHUKkJw58QKJQSaFShuc81sRs= ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715 2024-02-11T17:00:27.365 DEBUG:teuthology.orchestra.run.smithi073:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHW9Vz8FrmvVRSGfYPySmuGWjWkCWHh+o1oGnz10GVxi73g2DXFtRE0teplRRrcljAciIfaRsKpRgNhXmKmGsXE4+zA8QK7Oqt6UdwhHliZqLpsqau68OTQcVpSYJ0XkqTV2aMi6VTsGga0D8pIge5ZTndjLU508at2jiPxMmlLS7jKE2Xk4e9IjaxyUcM3RKCUSMbqgokWXXg2KLsdw9iJApfrR3q2vIAh9MW8WLOkN2LBBiChh1J54PJNUnvZqc4UGK0XdNzwQTCL60prlQM4ntyozINX4aCKfljWgEKS4pswt/dFhxv3qkiFbiwyoIA8FMgMgIKSA1NwgagGmzd/l44ND2uRJ4bFm8Uuff4Btw/GEWikGkQlU4S9eZC2MVY1WMul/FZVLbIRAEWS1oDB3jzuN82kFiFMCRwEb+BkiLYrW/YRW4yu8CaU9EPhoVGNMsNIRw/bWgjRZr5dqOCzBD+xOd03eztl3qk1plHUKkJw58QKJQSaFShuc81sRs= ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-11T17:00:27.389 INFO:teuthology.orchestra.run.smithi073.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHW9Vz8FrmvVRSGfYPySmuGWjWkCWHh+o1oGnz10GVxi73g2DXFtRE0teplRRrcljAciIfaRsKpRgNhXmKmGsXE4+zA8QK7Oqt6UdwhHliZqLpsqau68OTQcVpSYJ0XkqTV2aMi6VTsGga0D8pIge5ZTndjLU508at2jiPxMmlLS7jKE2Xk4e9IjaxyUcM3RKCUSMbqgokWXXg2KLsdw9iJApfrR3q2vIAh9MW8WLOkN2LBBiChh1J54PJNUnvZqc4UGK0XdNzwQTCL60prlQM4ntyozINX4aCKfljWgEKS4pswt/dFhxv3qkiFbiwyoIA8FMgMgIKSA1NwgagGmzd/l44ND2uRJ4bFm8Uuff4Btw/GEWikGkQlU4S9eZC2MVY1WMul/FZVLbIRAEWS1oDB3jzuN82kFiFMCRwEb+BkiLYrW/YRW4yu8CaU9EPhoVGNMsNIRw/bWgjRZr5dqOCzBD+xOd03eztl3qk1plHUKkJw58QKJQSaFShuc81sRs= ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715 2024-02-11T17:00:27.400 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-11T17:00:27.414 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:27 smithi029 bash[14177]: audit 2024-02-11T17:00:26.280471+0000 mon.smithi029 (mon.0) 93 : audit [INF] from='client.? 172.21.15.29:0/1624688482' entity='client.admin' 2024-02-11T17:00:32.284 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:32 smithi029 bash[14177]: cluster 2024-02-11T17:00:31.230749+0000 mgr.smithi029.rubqla (mgr.14156) 5 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:32.284 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:32 smithi029 bash[14177]: audit 2024-02-11T17:00:32.129092+0000 mon.smithi029 (mon.0) 94 : audit [INF] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' 2024-02-11T17:00:32.284 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:32 smithi029 bash[14177]: audit 2024-02-11T17:00:32.276658+0000 mon.smithi029 (mon.0) 95 : audit [INF] from='client.? 172.21.15.29:0/1827701568' entity='client.admin' 2024-02-11T17:00:33.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:33 smithi029 bash[14177]: audit 2024-02-11T17:00:32.520828+0000 mon.smithi029 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:00:33.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:33 smithi029 bash[14177]: audit 2024-02-11T17:00:32.525779+0000 mon.smithi029 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' 2024-02-11T17:00:33.887 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-11T17:00:33.887 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-11T17:00:34.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:34 smithi029 bash[14177]: cephadm 2024-02-11T17:00:32.537252+0000 mgr.smithi029.rubqla (mgr.14156) 6 : cephadm [INF] Deploying daemon alertmanager.smithi029 on smithi029 2024-02-11T17:00:34.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:34 smithi029 bash[14177]: cluster 2024-02-11T17:00:33.231217+0000 mgr.smithi029.rubqla (mgr.14156) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:36.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:36 smithi029 bash[14177]: cluster 2024-02-11T17:00:35.231522+0000 mgr.smithi029.rubqla (mgr.14156) 8 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:38.681 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:38 smithi029 bash[14177]: cluster 2024-02-11T17:00:37.231800+0000 mgr.smithi029.rubqla (mgr.14156) 9 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:40.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:39 smithi029 bash[14177]: audit 2024-02-11T17:00:38.678769+0000 mgr.smithi029.rubqla (mgr.14156) 10 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:00:40.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:39 smithi029 bash[14177]: audit 2024-02-11T17:00:38.681991+0000 mon.smithi029 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' 2024-02-11T17:00:40.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:39 smithi029 bash[14177]: cluster 2024-02-11T17:00:39.232217+0000 mgr.smithi029.rubqla (mgr.14156) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:40.504 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi073 2024-02-11T17:00:40.504 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-02-11T17:00:40.505 DEBUG:teuthology.orchestra.run.smithi073:> dd of=/etc/ceph/ceph.conf 2024-02-11T17:00:40.512 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-02-11T17:00:40.512 DEBUG:teuthology.orchestra.run.smithi073:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-11T17:00:40.559 INFO:tasks.cephadm:Adding host smithi073 to orchestrator... 2024-02-11T17:00:40.560 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch host add smithi073 2024-02-11T17:00:42.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:42 smithi029 bash[14177]: cluster 2024-02-11T17:00:41.232575+0000 mgr.smithi029.rubqla (mgr.14156) 12 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:44.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:44 smithi029 bash[14177]: cluster 2024-02-11T17:00:43.233014+0000 mgr.smithi029.rubqla (mgr.14156) 13 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:46.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:46 smithi029 bash[14177]: cluster 2024-02-11T17:00:45.233509+0000 mgr.smithi029.rubqla (mgr.14156) 14 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:48.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:48 smithi029 bash[14177]: audit 2024-02-11T17:00:47.122925+0000 mon.smithi029 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' 2024-02-11T17:00:48.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:48 smithi029 bash[14177]: audit 2024-02-11T17:00:47.126754+0000 mon.smithi029 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi029", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-11T17:00:48.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:48 smithi029 bash[14177]: audit 2024-02-11T17:00:47.129836+0000 mon.smithi029 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi029", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-11T17:00:48.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:48 smithi029 bash[14177]: audit 2024-02-11T17:00:47.131203+0000 mon.smithi029 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:00:48.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:48 smithi029 bash[14177]: cephadm 2024-02-11T17:00:47.132386+0000 mgr.smithi029.rubqla (mgr.14156) 15 : cephadm [INF] Deploying daemon crash.smithi029 on smithi029 2024-02-11T17:00:48.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:48 smithi029 bash[14177]: cluster 2024-02-11T17:00:47.233789+0000 mgr.smithi029.rubqla (mgr.14156) 16 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:50.336 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:50 smithi029 bash[14177]: cluster 2024-02-11T17:00:49.234189+0000 mgr.smithi029.rubqla (mgr.14156) 17 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:51.836 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:51 smithi029 bash[14177]: audit 2024-02-11T17:00:50.569413+0000 mon.smithi029 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' 2024-02-11T17:00:51.836 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:51 smithi029 bash[14177]: audit 2024-02-11T17:00:50.684723+0000 mon.smithi029 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' 2024-02-11T17:00:51.836 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:51 smithi029 bash[14177]: audit 2024-02-11T17:00:50.688716+0000 mon.smithi029 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' 2024-02-11T17:00:51.836 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:51 smithi029 bash[14177]: audit 2024-02-11T17:00:50.691358+0000 mon.smithi029 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-11T17:00:51.836 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:51 smithi029 bash[14177]: audit 2024-02-11T17:00:50.691963+0000 mgr.smithi029.rubqla (mgr.14156) 18 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-11T17:00:51.836 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:51 smithi029 bash[14177]: audit 2024-02-11T17:00:50.694709+0000 mon.smithi029 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' 2024-02-11T17:00:51.836 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:51 smithi029 bash[14177]: cephadm 2024-02-11T17:00:50.706207+0000 mgr.smithi029.rubqla (mgr.14156) 19 : cephadm [INF] Deploying daemon grafana.smithi029 on smithi029 2024-02-11T17:00:51.836 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:51 smithi029 bash[14177]: cluster 2024-02-11T17:00:51.234586+0000 mgr.smithi029.rubqla (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:51.836 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:51 smithi029 bash[14177]: audit 2024-02-11T17:00:51.415374+0000 mon.smithi029 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' 2024-02-11T17:00:54.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:54 smithi029 bash[14177]: cluster 2024-02-11T17:00:53.234970+0000 mgr.smithi029.rubqla (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:56.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:56 smithi029 bash[14177]: cluster 2024-02-11T17:00:55.235369+0000 mgr.smithi029.rubqla (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:00:58.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:00:58 smithi029 bash[14177]: cluster 2024-02-11T17:00:57.235684+0000 mgr.smithi029.rubqla (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:00.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:00 smithi029 bash[14177]: cluster 2024-02-11T17:00:59.236050+0000 mgr.smithi029.rubqla (mgr.14156) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:02.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:02 smithi029 bash[14177]: cluster 2024-02-11T17:01:01.236393+0000 mgr.smithi029.rubqla (mgr.14156) 25 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:04.622 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:04 smithi029 bash[14177]: cluster 2024-02-11T17:01:03.236756+0000 mgr.smithi029.rubqla (mgr.14156) 26 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:06.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:06 smithi029 bash[14177]: cluster 2024-02-11T17:01:05.237126+0000 mgr.smithi029.rubqla (mgr.14156) 27 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:08.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:08 smithi029 bash[14177]: cluster 2024-02-11T17:01:07.237571+0000 mgr.smithi029.rubqla (mgr.14156) 28 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:10.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:10 smithi029 bash[14177]: cluster 2024-02-11T17:01:09.238012+0000 mgr.smithi029.rubqla (mgr.14156) 29 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:12.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:12 smithi029 bash[14177]: cluster 2024-02-11T17:01:11.238429+0000 mgr.smithi029.rubqla (mgr.14156) 30 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:14.728 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:14 smithi029 bash[14177]: cluster 2024-02-11T17:01:13.238929+0000 mgr.smithi029.rubqla (mgr.14156) 31 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:16.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:16 smithi029 bash[14177]: cluster 2024-02-11T17:01:15.239408+0000 mgr.smithi029.rubqla (mgr.14156) 32 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:18.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:18 smithi029 bash[14177]: cluster 2024-02-11T17:01:17.239846+0000 mgr.smithi029.rubqla (mgr.14156) 33 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:20.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:20 smithi029 bash[14177]: cluster 2024-02-11T17:01:19.240297+0000 mgr.smithi029.rubqla (mgr.14156) 34 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:22.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:22 smithi029 bash[14177]: cluster 2024-02-11T17:01:21.240823+0000 mgr.smithi029.rubqla (mgr.14156) 35 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:24.649 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:24 smithi029 bash[14177]: audit 2024-02-11T17:01:23.211076+0000 mon.smithi029 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' 2024-02-11T17:01:24.649 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:24 smithi029 bash[14177]: cephadm 2024-02-11T17:01:23.215616+0000 mgr.smithi029.rubqla (mgr.14156) 36 : cephadm [INF] Deploying daemon node-exporter.smithi029 on smithi029 2024-02-11T17:01:24.649 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:24 smithi029 bash[14177]: cluster 2024-02-11T17:01:23.241160+0000 mgr.smithi029.rubqla (mgr.14156) 37 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:24.649 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:24 smithi029 bash[14177]: audit 2024-02-11T17:01:23.916775+0000 mon.smithi029 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' 2024-02-11T17:01:24.650 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:24 smithi029 bash[14177]: audit 2024-02-11T17:01:23.920283+0000 mon.smithi029 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-11T17:01:26.091 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:25 smithi029 bash[14177]: audit 2024-02-11T17:01:24.919252+0000 mon.smithi029 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.29:0/2464916527' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-11T17:01:26.091 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:25 smithi029 bash[14177]: cluster 2024-02-11T17:01:24.919340+0000 mon.smithi029 (mon.0) 113 : cluster [DBG] mgrmap e14: smithi029.rubqla(active, since 73s) 2024-02-11T17:01:32.045 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:31 smithi029 bash[14177]: cluster 2024-02-11T17:01:31.802308+0000 mon.smithi029 (mon.0) 114 : cluster [INF] Active manager daemon smithi029.rubqla restarted 2024-02-11T17:01:32.046 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:31 smithi029 bash[14177]: cluster 2024-02-11T17:01:31.802714+0000 mon.smithi029 (mon.0) 115 : cluster [INF] Activating manager daemon smithi029.rubqla 2024-02-11T17:01:32.046 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:31 smithi029 bash[14177]: cluster 2024-02-11T17:01:31.808347+0000 mon.smithi029 (mon.0) 116 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-11T17:01:32.046 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:31 smithi029 bash[14177]: cluster 2024-02-11T17:01:31.808590+0000 mon.smithi029 (mon.0) 117 : cluster [DBG] mgrmap e15: smithi029.rubqla(active, starting, since 0.00602787s) 2024-02-11T17:01:32.046 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:31 smithi029 bash[14177]: audit 2024-02-11T17:01:31.810095+0000 mon.smithi029 (mon.0) 118 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2024-02-11T17:01:32.046 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:31 smithi029 bash[14177]: audit 2024-02-11T17:01:31.811257+0000 mon.smithi029 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mgr metadata", "who": "smithi029.rubqla", "id": "smithi029.rubqla"}]: dispatch 2024-02-11T17:01:32.046 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:31 smithi029 bash[14177]: audit 2024-02-11T17:01:31.812296+0000 mon.smithi029 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-11T17:01:32.046 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:31 smithi029 bash[14177]: audit 2024-02-11T17:01:31.812510+0000 mon.smithi029 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-11T17:01:32.046 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:31 smithi029 bash[14177]: audit 2024-02-11T17:01:31.812699+0000 mon.smithi029 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-11T17:01:32.046 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:31 smithi029 bash[14177]: cluster 2024-02-11T17:01:31.835907+0000 mon.smithi029 (mon.0) 123 : cluster [INF] Manager daemon smithi029.rubqla is now available 2024-02-11T17:01:33.126 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:32 smithi029 bash[14177]: audit 2024-02-11T17:01:31.975736+0000 mon.smithi029 (mon.0) 124 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:01:33.126 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:32 smithi029 bash[14177]: audit 2024-02-11T17:01:31.977923+0000 mon.smithi029 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:01:33.127 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:32 smithi029 bash[14177]: audit 2024-02-11T17:01:32.022066+0000 mon.smithi029 (mon.0) 126 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:01:33.127 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:32 smithi029 bash[14177]: audit 2024-02-11T17:01:32.038429+0000 mon.smithi029 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.rubqla/mirror_snapshot_schedule"}]: dispatch 2024-02-11T17:01:33.127 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:32 smithi029 bash[14177]: audit 2024-02-11T17:01:32.042597+0000 mon.smithi029 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.rubqla/trash_purge_schedule"}]: dispatch 2024-02-11T17:01:33.127 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:32 smithi029 bash[14177]: cluster 2024-02-11T17:01:32.812128+0000 mon.smithi029 (mon.0) 129 : cluster [DBG] mgrmap e16: smithi029.rubqla(active, since 1.00955s) 2024-02-11T17:01:33.665 INFO:teuthology.orchestra.run.smithi073.stdout:Added host 'smithi073' with addr '172.21.15.73' 2024-02-11T17:01:33.890 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:33 smithi029 bash[14177]: audit 2024-02-11T17:01:32.813211+0000 mgr.smithi029.rubqla (mgr.14180) 1 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi073", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:01:33.891 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:33 smithi029 bash[14177]: audit 2024-02-11T17:01:33.662791+0000 mon.smithi029 (mon.0) 130 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:01:34.383 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch host ls --format=json 2024-02-11T17:01:35.061 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:34 smithi029 bash[14177]: cephadm 2024-02-11T17:01:33.663650+0000 mgr.smithi029.rubqla (mgr.14180) 2 : cephadm [INF] Added host smithi073 2024-02-11T17:01:35.061 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:34 smithi029 bash[14177]: cluster 2024-02-11T17:01:34.664934+0000 mon.smithi029 (mon.0) 131 : cluster [DBG] mgrmap e17: smithi029.rubqla(active, since 2s) 2024-02-11T17:01:37.073 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-02-11T17:01:37.073 INFO:teuthology.orchestra.run.smithi073.stdout:[{"addr": "172.21.15.29", "hostname": "smithi029", "labels": [], "status": ""}, {"addr": "172.21.15.73", "hostname": "smithi073", "labels": [], "status": ""}] 2024-02-11T17:01:37.629 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-11T17:01:37.630 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd crush tunables default 2024-02-11T17:01:39.137 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:38 smithi029 bash[14177]: audit 2024-02-11T17:01:37.070138+0000 mgr.smithi029.rubqla (mgr.14180) 3 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:01:39.138 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:38 smithi029 bash[14177]: audit 2024-02-11T17:01:37.873435+0000 mon.smithi029 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:01:39.138 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:38 smithi029 bash[14177]: audit 2024-02-11T17:01:38.132906+0000 mon.smithi029 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:01:39.138 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:38 smithi029 bash[14177]: audit 2024-02-11T17:01:38.134412+0000 mon.smithi029 (mon.0) 134 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:01:39.138 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:38 smithi029 bash[14177]: audit 2024-02-11T17:01:38.135522+0000 mon.smithi029 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:01:39.138 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:38 smithi029 bash[14177]: audit 2024-02-11T17:01:38.512267+0000 mon.smithi029 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:01:39.138 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:38 smithi029 bash[14177]: audit 2024-02-11T17:01:38.516786+0000 mon.smithi029 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:01:40.143 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:39 smithi029 bash[14177]: cephadm 2024-02-11T17:01:38.137871+0000 mgr.smithi029.rubqla (mgr.14180) 4 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-02-11T17:01:40.143 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:39 smithi029 bash[14177]: cephadm 2024-02-11T17:01:38.259521+0000 mgr.smithi029.rubqla (mgr.14180) 5 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-02-11T17:01:40.143 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:39 smithi029 bash[14177]: cephadm 2024-02-11T17:01:38.534728+0000 mgr.smithi029.rubqla (mgr.14180) 6 : cephadm [INF] Deploying daemon prometheus.smithi029 on smithi029 2024-02-11T17:01:46.051 INFO:teuthology.orchestra.run.smithi029.stderr:adjusted tunables profile to default 2024-02-11T17:01:46.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:46 smithi029 bash[14177]: audit 2024-02-11T17:01:45.991467+0000 mon.smithi029 (mon.0) 138 : audit [INF] from='client.? 172.21.15.29:0/3373311075' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-11T17:01:47.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:47 smithi029 bash[14177]: audit 2024-02-11T17:01:46.046343+0000 mon.smithi029 (mon.0) 139 : audit [INF] from='client.? 172.21.15.29:0/3373311075' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-11T17:01:47.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:47 smithi029 bash[14177]: cluster 2024-02-11T17:01:46.046451+0000 mon.smithi029 (mon.0) 140 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-11T17:01:50.555 INFO:tasks.cephadm:Adding mon.smithi029 on smithi029 2024-02-11T17:01:50.555 INFO:tasks.cephadm:Adding mon.smithi073 on smithi073 2024-02-11T17:01:50.555 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch apply mon '2;smithi029:172.21.15.29=smithi029;smithi073:172.21.15.73=smithi073' 2024-02-11T17:01:53.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:52 smithi029 bash[14177]: cluster 2024-02-11T17:01:51.814147+0000 mgr.smithi029.rubqla (mgr.14180) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:53.329 INFO:teuthology.orchestra.run.smithi073.stdout:Scheduled mon update... 2024-02-11T17:01:53.996 DEBUG:teuthology.orchestra.run.smithi073:mon.smithi073> sudo journalctl -f -n 0 -u ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715@mon.smithi073.service 2024-02-11T17:01:53.998 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:01:53.999 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:01:54.192 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-02-11T17:01:54.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:54 smithi029 bash[14177]: audit 2024-02-11T17:01:53.320652+0000 mgr.smithi029.rubqla (mgr.14180) 8 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi029:172.21.15.29=smithi029;smithi073:172.21.15.73=smithi073", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:01:54.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:54 smithi029 bash[14177]: cephadm 2024-02-11T17:01:53.323927+0000 mgr.smithi029.rubqla (mgr.14180) 9 : cephadm [INF] Saving service mon spec with placement smithi029:172.21.15.29=smithi029;smithi073:172.21.15.73=smithi073;count:2 2024-02-11T17:01:54.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:54 smithi029 bash[14177]: audit 2024-02-11T17:01:53.327128+0000 mon.smithi029 (mon.0) 141 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:01:54.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:54 smithi029 bash[14177]: cluster 2024-02-11T17:01:53.814648+0000 mgr.smithi029.rubqla (mgr.14180) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:56.721 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-02-11T17:01:56.721 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":1,"fsid":"ae9da74a-c8fe-11ee-95b9-87774f69a715","modified":"2024-02-11T16:58:47.445766Z","created":"2024-02-11T16:58:47.445766Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:01:56.724 INFO:teuthology.orchestra.run.smithi073.stderr:dumped monmap epoch 1 2024-02-11T17:01:57.172 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:56 smithi029 bash[14177]: cluster 2024-02-11T17:01:55.815077+0000 mgr.smithi029.rubqla (mgr.14180) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:57.172 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:56 smithi029 bash[14177]: audit 2024-02-11T17:01:56.718958+0000 mon.smithi029 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.73:0/3602312715' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:01:58.377 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:01:58.378 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:01:59.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:58 smithi029 bash[14177]: cluster 2024-02-11T17:01:57.815380+0000 mgr.smithi029.rubqla (mgr.14180) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:01:59.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:58 smithi029 bash[14177]: audit 2024-02-11T17:01:58.367782+0000 mon.smithi029 (mon.0) 143 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:01:59.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:58 smithi029 bash[14177]: audit 2024-02-11T17:01:58.369724+0000 mon.smithi029 (mon.0) 144 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:02:00.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:01:59 smithi029 bash[14177]: audit 2024-02-11T17:01:58.892225+0000 mon.smithi029 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:01.148 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-02-11T17:02:01.148 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":1,"fsid":"ae9da74a-c8fe-11ee-95b9-87774f69a715","modified":"2024-02-11T16:58:47.445766Z","created":"2024-02-11T16:58:47.445766Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:02:01.151 INFO:teuthology.orchestra.run.smithi073.stderr:dumped monmap epoch 1 2024-02-11T17:02:01.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:00 smithi029 bash[14177]: cluster 2024-02-11T17:01:59.815877+0000 mgr.smithi029.rubqla (mgr.14180) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:01.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:00 smithi029 bash[14177]: audit 2024-02-11T17:02:00.577428+0000 mon.smithi029 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:02.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:01 smithi029 bash[14177]: audit 2024-02-11T17:02:01.145828+0000 mon.smithi029 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.73:0/3535099125' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:02:02.724 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:02:02.724 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:02:03.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:02 smithi029 bash[14177]: cluster 2024-02-11T17:02:01.816361+0000 mgr.smithi029.rubqla (mgr.14180) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:03.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:02 smithi029 bash[14177]: audit 2024-02-11T17:02:02.029582+0000 mon.smithi029 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:05.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:04 smithi029 bash[14177]: cluster 2024-02-11T17:02:03.816838+0000 mgr.smithi029.rubqla (mgr.14180) 15 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:06.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:06 smithi029 bash[14177]: audit 2024-02-11T17:02:05.179169+0000 mon.smithi029 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:06.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:06 smithi029 bash[14177]: cluster 2024-02-11T17:02:05.817272+0000 mgr.smithi029.rubqla (mgr.14180) 16 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:06.803 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-02-11T17:02:06.803 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":1,"fsid":"ae9da74a-c8fe-11ee-95b9-87774f69a715","modified":"2024-02-11T16:58:47.445766Z","created":"2024-02-11T16:58:47.445766Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:02:06.806 INFO:teuthology.orchestra.run.smithi073.stderr:dumped monmap epoch 1 2024-02-11T17:02:07.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:07 smithi029 bash[14177]: audit 2024-02-11T17:02:06.801557+0000 mon.smithi029 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.73:0/2976976638' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:02:08.759 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:02:08.760 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:02:09.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:08 smithi029 bash[14177]: cluster 2024-02-11T17:02:07.817678+0000 mgr.smithi029.rubqla (mgr.14180) 17 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:09.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:08 smithi029 bash[14177]: audit 2024-02-11T17:02:07.947342+0000 mon.smithi029 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:09.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:08 smithi029 bash[14177]: audit 2024-02-11T17:02:08.274222+0000 mon.smithi029 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:09.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:08 smithi029 bash[14177]: audit 2024-02-11T17:02:08.276188+0000 mon.smithi029 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd/host:smithi073", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:02:09.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:08 smithi029 bash[14177]: audit 2024-02-11T17:02:08.278357+0000 mon.smithi029 (mon.0) 154 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:02:09.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:08 smithi029 bash[14177]: audit 2024-02-11T17:02:08.279946+0000 mon.smithi029 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:02:09.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:08 smithi029 bash[14177]: audit 2024-02-11T17:02:08.341199+0000 mon.smithi029 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:09.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:08 smithi029 bash[14177]: audit 2024-02-11T17:02:08.347274+0000 mon.smithi029 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:09.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:08 smithi029 bash[14177]: audit 2024-02-11T17:02:08.349741+0000 mon.smithi029 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-11T17:02:09.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:08 smithi029 bash[14177]: audit 2024-02-11T17:02:08.352194+0000 mon.smithi029 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-11T17:02:09.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:08 smithi029 bash[14177]: audit 2024-02-11T17:02:08.353472+0000 mon.smithi029 (mon.0) 160 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:02:10.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:09 smithi029 bash[14177]: cephadm 2024-02-11T17:02:08.282462+0000 mgr.smithi029.rubqla (mgr.14180) 18 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.conf 2024-02-11T17:02:10.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:09 smithi029 bash[14177]: cephadm 2024-02-11T17:02:08.310206+0000 mgr.smithi029.rubqla (mgr.14180) 19 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.client.admin.keyring 2024-02-11T17:02:10.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:09 smithi029 bash[14177]: cephadm 2024-02-11T17:02:08.354515+0000 mgr.smithi029.rubqla (mgr.14180) 20 : cephadm [INF] Deploying daemon crash.smithi073 on smithi073 2024-02-11T17:02:11.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:10 smithi029 bash[14177]: cluster 2024-02-11T17:02:09.818112+0000 mgr.smithi029.rubqla (mgr.14180) 21 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:12.208 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-02-11T17:02:12.208 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":1,"fsid":"ae9da74a-c8fe-11ee-95b9-87774f69a715","modified":"2024-02-11T16:58:47.445766Z","created":"2024-02-11T16:58:47.445766Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:02:12.211 INFO:teuthology.orchestra.run.smithi073.stderr:dumped monmap epoch 1 2024-02-11T17:02:13.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:12 smithi029 bash[14177]: cluster 2024-02-11T17:02:11.818536+0000 mgr.smithi029.rubqla (mgr.14180) 22 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:13.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:12 smithi029 bash[14177]: audit 2024-02-11T17:02:12.030370+0000 mon.smithi029 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:13.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:12 smithi029 bash[14177]: audit 2024-02-11T17:02:12.035630+0000 mon.smithi029 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi073.utgpdt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-11T17:02:13.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:12 smithi029 bash[14177]: audit 2024-02-11T17:02:12.038654+0000 mon.smithi029 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi073.utgpdt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-11T17:02:13.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:12 smithi029 bash[14177]: audit 2024-02-11T17:02:12.041670+0000 mon.smithi029 (mon.0) 164 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:13.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:12 smithi029 bash[14177]: audit 2024-02-11T17:02:12.041985+0000 mon.smithi029 (mon.0) 165 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-11T17:02:13.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:12 smithi029 bash[14177]: audit 2024-02-11T17:02:12.043688+0000 mon.smithi029 (mon.0) 166 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:02:13.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:12 smithi029 bash[14177]: audit 2024-02-11T17:02:12.206626+0000 mon.smithi029 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.73:0/2599438122' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:02:14.341 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:02:14.341 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:02:14.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:13 smithi029 bash[14177]: cephadm 2024-02-11T17:02:12.045128+0000 mgr.smithi029.rubqla (mgr.14180) 23 : cephadm [INF] Deploying daemon mgr.smithi073.utgpdt on smithi073 2024-02-11T17:02:15.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:14 smithi029 bash[14177]: cluster 2024-02-11T17:02:13.818973+0000 mgr.smithi029.rubqla (mgr.14180) 24 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:15.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:14 smithi029 bash[14177]: audit 2024-02-11T17:02:14.899182+0000 mon.smithi029 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:15.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:14 smithi029 bash[14177]: audit 2024-02-11T17:02:14.903932+0000 mon.smithi029 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-11T17:02:15.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:14 smithi029 bash[14177]: audit 2024-02-11T17:02:14.905135+0000 mon.smithi029 (mon.0) 170 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:02:16.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:15 smithi029 bash[14177]: cephadm 2024-02-11T17:02:14.906168+0000 mgr.smithi029.rubqla (mgr.14180) 25 : cephadm [INF] Deploying daemon mon.smithi073 on smithi073 2024-02-11T17:02:17.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:16 smithi029 bash[14177]: cluster 2024-02-11T17:02:15.819439+0000 mgr.smithi029.rubqla (mgr.14180) 26 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:18.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:18 smithi029 bash[14177]: audit 2024-02-11T17:02:17.045705+0000 mon.smithi029 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:18.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:18 smithi029 bash[14177]: cluster 2024-02-11T17:02:17.819849+0000 mgr.smithi029.rubqla (mgr.14180) 27 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:19.187 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-02-11T17:02:19.187 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":1,"fsid":"ae9da74a-c8fe-11ee-95b9-87774f69a715","modified":"2024-02-11T16:58:47.445766Z","created":"2024-02-11T16:58:47.445766Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-11T17:02:19.189 INFO:teuthology.orchestra.run.smithi073.stderr:dumped monmap epoch 1 2024-02-11T17:02:19.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:19 smithi029 bash[14177]: audit 2024-02-11T17:02:19.185204+0000 mon.smithi029 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.73:0/2792336975' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:02:20.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:20 smithi029 bash[14177]: cluster 2024-02-11T17:02:19.820271+0000 mgr.smithi029.rubqla (mgr.14180) 28 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:21.476 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-11T17:02:21.476 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-11T17:02:22.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:21 smithi029 bash[14177]: audit 2024-02-11T17:02:20.885951+0000 mon.smithi029 (mon.0) 173 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:22.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:21 smithi029 bash[14177]: cephadm 2024-02-11T17:02:20.889712+0000 mgr.smithi029.rubqla (mgr.14180) 29 : cephadm [INF] Deploying daemon node-exporter.smithi073 on smithi073 2024-02-11T17:02:22.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:21 smithi029 bash[14177]: audit 2024-02-11T17:02:21.587564+0000 mon.smithi029 (mon.0) 174 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:22.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:21 smithi029 bash[14177]: audit 2024-02-11T17:02:21.590873+0000 mon.smithi029 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:02:23.046 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:22 smithi073 bash[18997]: debug 2024-02-11T17:02:22.791+0000 7f40055d3700 1 mon.smithi073@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-02-11T17:02:28.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:27 smithi029 bash[14177]: audit 2024-02-11T17:02:22.799402+0000 mon.smithi029 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-02-11T17:02:28.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:27 smithi029 bash[14177]: audit 2024-02-11T17:02:22.803786+0000 mon.smithi029 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2024-02-11T17:02:28.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:27 smithi029 bash[14177]: cluster 2024-02-11T17:02:22.804074+0000 mon.smithi029 (mon.0) 179 : cluster [INF] mon.smithi029 calling monitor election 2024-02-11T17:02:28.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:27 smithi029 bash[14177]: audit 2024-02-11T17:02:22.825217+0000 mon.smithi029 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-02-11T17:02:28.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:27 smithi029 bash[14177]: audit 2024-02-11T17:02:23.181176+0000 mon.smithi029 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.73:0/2945099890' entity='mgr.smithi073.utgpdt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi073.utgpdt/crt"}]: dispatch 2024-02-11T17:02:28.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:27 smithi029 bash[14177]: audit 2024-02-11T17:02:23.799442+0000 mon.smithi029 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-02-11T17:02:28.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:27 smithi029 bash[14177]: cluster 2024-02-11T17:02:23.821208+0000 mgr.smithi029.rubqla (mgr.14180) 31 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:28.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:27 smithi029 bash[14177]: audit 2024-02-11T17:02:24.799664+0000 mon.smithi029 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-02-11T17:02:28.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:27 smithi029 bash[14177]: cluster 2024-02-11T17:02:24.802013+0000 mon.smithi073 (mon.1) 1 : cluster [INF] mon.smithi073 calling monitor election 2024-02-11T17:02:28.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:27 smithi029 bash[14177]: audit 2024-02-11T17:02:25.799620+0000 mon.smithi029 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-02-11T17:02:28.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:27 smithi029 bash[14177]: cluster 2024-02-11T17:02:25.821614+0000 mgr.smithi029.rubqla (mgr.14180) 32 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:28.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:27 smithi029 bash[14177]: audit 2024-02-11T17:02:26.799781+0000 mon.smithi029 (mon.0) 185 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-02-11T17:02:28.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:27 smithi029 bash[14177]: audit 2024-02-11T17:02:27.799946+0000 mon.smithi029 (mon.0) 186 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-02-11T17:02:28.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:27 smithi029 bash[14177]: cluster 2024-02-11T17:02:27.845715+0000 mon.smithi029 (mon.0) 187 : cluster [INF] mon.smithi029 is new leader, mons smithi029,smithi073 in quorum (ranks 0,1) 2024-02-11T17:02:28.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:27 smithi029 bash[14177]: cluster 2024-02-11T17:02:27.851851+0000 mon.smithi029 (mon.0) 188 : cluster [DBG] monmap e2: 2 mons at {smithi029=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],smithi073=[v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0]} removed_ranks: {} 2024-02-11T17:02:28.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:27 smithi029 bash[14177]: cluster 2024-02-11T17:02:27.872921+0000 mon.smithi029 (mon.0) 189 : cluster [DBG] fsmap 2024-02-11T17:02:28.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:27 smithi029 bash[14177]: cluster 2024-02-11T17:02:27.873013+0000 mon.smithi029 (mon.0) 190 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-11T17:02:28.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:27 smithi029 bash[14177]: cluster 2024-02-11T17:02:27.873445+0000 mon.smithi029 (mon.0) 191 : cluster [DBG] mgrmap e17: smithi029.rubqla(active, since 56s) 2024-02-11T17:02:28.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:27 smithi029 bash[14177]: cluster 2024-02-11T17:02:27.873698+0000 mon.smithi029 (mon.0) 192 : cluster [INF] overall HEALTH_OK 2024-02-11T17:02:28.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:27 smithi029 bash[14177]: cluster 2024-02-11T17:02:27.874205+0000 mon.smithi029 (mon.0) 193 : cluster [DBG] Standby manager daemon smithi073.utgpdt started 2024-02-11T17:02:28.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:27 smithi029 bash[14177]: audit 2024-02-11T17:02:27.877625+0000 mon.smithi029 (mon.0) 194 : audit [DBG] from='mgr.? 172.21.15.73:0/2945099890' entity='mgr.smithi073.utgpdt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-11T17:02:28.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:27 smithi029 bash[14177]: audit 2024-02-11T17:02:27.881595+0000 mon.smithi029 (mon.0) 195 : audit [DBG] from='mgr.? 172.21.15.73:0/2945099890' entity='mgr.smithi073.utgpdt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi073.utgpdt/key"}]: dispatch 2024-02-11T17:02:28.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:27 smithi029 bash[14177]: audit 2024-02-11T17:02:27.882587+0000 mon.smithi029 (mon.0) 196 : audit [DBG] from='mgr.? 172.21.15.73:0/2945099890' entity='mgr.smithi073.utgpdt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-11T17:02:28.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:27 smithi073 bash[18997]: audit 2024-02-11T17:02:22.799402+0000 mon.smithi029 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-02-11T17:02:28.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:27 smithi073 bash[18997]: audit 2024-02-11T17:02:22.803786+0000 mon.smithi029 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2024-02-11T17:02:28.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:27 smithi073 bash[18997]: cluster 2024-02-11T17:02:22.804074+0000 mon.smithi029 (mon.0) 179 : cluster [INF] mon.smithi029 calling monitor election 2024-02-11T17:02:28.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:27 smithi073 bash[18997]: audit 2024-02-11T17:02:22.825217+0000 mon.smithi029 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-02-11T17:02:28.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:27 smithi073 bash[18997]: audit 2024-02-11T17:02:23.181176+0000 mon.smithi029 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.73:0/2945099890' entity='mgr.smithi073.utgpdt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi073.utgpdt/crt"}]: dispatch 2024-02-11T17:02:28.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:27 smithi073 bash[18997]: audit 2024-02-11T17:02:23.799442+0000 mon.smithi029 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-02-11T17:02:28.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:27 smithi073 bash[18997]: cluster 2024-02-11T17:02:23.821208+0000 mgr.smithi029.rubqla (mgr.14180) 31 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:28.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:27 smithi073 bash[18997]: audit 2024-02-11T17:02:24.799664+0000 mon.smithi029 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-02-11T17:02:28.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:27 smithi073 bash[18997]: cluster 2024-02-11T17:02:24.802013+0000 mon.smithi073 (mon.1) 1 : cluster [INF] mon.smithi073 calling monitor election 2024-02-11T17:02:28.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:27 smithi073 bash[18997]: audit 2024-02-11T17:02:25.799620+0000 mon.smithi029 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-02-11T17:02:28.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:27 smithi073 bash[18997]: cluster 2024-02-11T17:02:25.821614+0000 mgr.smithi029.rubqla (mgr.14180) 32 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:28.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:27 smithi073 bash[18997]: audit 2024-02-11T17:02:26.799781+0000 mon.smithi029 (mon.0) 185 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-02-11T17:02:28.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:27 smithi073 bash[18997]: audit 2024-02-11T17:02:27.799946+0000 mon.smithi029 (mon.0) 186 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-02-11T17:02:28.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:27 smithi073 bash[18997]: cluster 2024-02-11T17:02:27.845715+0000 mon.smithi029 (mon.0) 187 : cluster [INF] mon.smithi029 is new leader, mons smithi029,smithi073 in quorum (ranks 0,1) 2024-02-11T17:02:28.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:27 smithi073 bash[18997]: cluster 2024-02-11T17:02:27.851851+0000 mon.smithi029 (mon.0) 188 : cluster [DBG] monmap e2: 2 mons at {smithi029=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],smithi073=[v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0]} removed_ranks: {} 2024-02-11T17:02:28.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:27 smithi073 bash[18997]: cluster 2024-02-11T17:02:27.872921+0000 mon.smithi029 (mon.0) 189 : cluster [DBG] fsmap 2024-02-11T17:02:28.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:27 smithi073 bash[18997]: cluster 2024-02-11T17:02:27.873013+0000 mon.smithi029 (mon.0) 190 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-11T17:02:28.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:27 smithi073 bash[18997]: cluster 2024-02-11T17:02:27.873445+0000 mon.smithi029 (mon.0) 191 : cluster [DBG] mgrmap e17: smithi029.rubqla(active, since 56s) 2024-02-11T17:02:28.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:27 smithi073 bash[18997]: cluster 2024-02-11T17:02:27.873698+0000 mon.smithi029 (mon.0) 192 : cluster [INF] overall HEALTH_OK 2024-02-11T17:02:28.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:27 smithi073 bash[18997]: cluster 2024-02-11T17:02:27.874205+0000 mon.smithi029 (mon.0) 193 : cluster [DBG] Standby manager daemon smithi073.utgpdt started 2024-02-11T17:02:28.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:27 smithi073 bash[18997]: audit 2024-02-11T17:02:27.877625+0000 mon.smithi029 (mon.0) 194 : audit [DBG] from='mgr.? 172.21.15.73:0/2945099890' entity='mgr.smithi073.utgpdt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-11T17:02:28.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:27 smithi073 bash[18997]: audit 2024-02-11T17:02:27.881595+0000 mon.smithi029 (mon.0) 195 : audit [DBG] from='mgr.? 172.21.15.73:0/2945099890' entity='mgr.smithi073.utgpdt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi073.utgpdt/key"}]: dispatch 2024-02-11T17:02:28.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:27 smithi073 bash[18997]: audit 2024-02-11T17:02:27.882587+0000 mon.smithi029 (mon.0) 196 : audit [DBG] from='mgr.? 172.21.15.73:0/2945099890' entity='mgr.smithi073.utgpdt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-11T17:02:29.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:28 smithi073 bash[18997]: cluster 2024-02-11T17:02:27.822020+0000 mgr.smithi029.rubqla (mgr.14180) 33 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:29.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:28 smithi073 bash[18997]: cluster 2024-02-11T17:02:27.939955+0000 mon.smithi029 (mon.0) 197 : cluster [DBG] mgrmap e18: smithi029.rubqla(active, since 56s), standbys: smithi073.utgpdt 2024-02-11T17:02:29.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:28 smithi073 bash[18997]: audit 2024-02-11T17:02:27.940166+0000 mon.smithi029 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mgr metadata", "who": "smithi073.utgpdt", "id": "smithi073.utgpdt"}]: dispatch 2024-02-11T17:02:29.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:28 smithi073 bash[18997]: audit 2024-02-11T17:02:28.800193+0000 mon.smithi029 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-02-11T17:02:29.351 INFO:teuthology.orchestra.run.smithi073.stdout: 2024-02-11T17:02:29.352 INFO:teuthology.orchestra.run.smithi073.stdout:{"epoch":2,"fsid":"ae9da74a-c8fe-11ee-95b9-87774f69a715","modified":"2024-02-11T17:02:22.798765Z","created":"2024-02-11T16:58:47.445766Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi073","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:3300","nonce":0},{"type":"v1","addr":"172.21.15.73:6789","nonce":0}]},"addr":"172.21.15.73:6789/0","public_addr":"172.21.15.73:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-11T17:02:29.356 INFO:teuthology.orchestra.run.smithi073.stderr:dumped monmap epoch 2 2024-02-11T17:02:29.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:28 smithi029 bash[14177]: cluster 2024-02-11T17:02:27.822020+0000 mgr.smithi029.rubqla (mgr.14180) 33 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:29.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:28 smithi029 bash[14177]: cluster 2024-02-11T17:02:27.939955+0000 mon.smithi029 (mon.0) 197 : cluster [DBG] mgrmap e18: smithi029.rubqla(active, since 56s), standbys: smithi073.utgpdt 2024-02-11T17:02:29.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:28 smithi029 bash[14177]: audit 2024-02-11T17:02:27.940166+0000 mon.smithi029 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mgr metadata", "who": "smithi073.utgpdt", "id": "smithi073.utgpdt"}]: dispatch 2024-02-11T17:02:29.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:28 smithi029 bash[14177]: audit 2024-02-11T17:02:28.800193+0000 mon.smithi029 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mon metadata", "id": "smithi073"}]: dispatch 2024-02-11T17:02:30.135 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-11T17:02:30.135 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph config generate-minimal-conf 2024-02-11T17:02:30.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:29 smithi073 bash[18997]: audit 2024-02-11T17:02:29.350080+0000 mon.smithi029 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.73:0/4139733609' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:02:30.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:29 smithi073 bash[18997]: audit 2024-02-11T17:02:29.806263+0000 mon.smithi029 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:30.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:29 smithi073 bash[18997]: audit 2024-02-11T17:02:29.807830+0000 mon.smithi029 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:02:30.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:29 smithi073 bash[18997]: audit 2024-02-11T17:02:29.809343+0000 mon.smithi029 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:02:30.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:29 smithi073 bash[18997]: audit 2024-02-11T17:02:29.844462+0000 mon.smithi029 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:30.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:29 smithi073 bash[18997]: audit 2024-02-11T17:02:29.887815+0000 mon.smithi029 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:30.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:29 smithi073 bash[18997]: audit 2024-02-11T17:02:29.894062+0000 mon.smithi029 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:30.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:29 smithi073 bash[18997]: audit 2024-02-11T17:02:29.900272+0000 mon.smithi029 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-11T17:02:30.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:29 smithi073 bash[18997]: audit 2024-02-11T17:02:29.901925+0000 mon.smithi029 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-11T17:02:30.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:29 smithi073 bash[18997]: audit 2024-02-11T17:02:29.903518+0000 mon.smithi029 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:02:30.375 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:29 smithi029 bash[14177]: audit 2024-02-11T17:02:29.350080+0000 mon.smithi029 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.73:0/4139733609' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-11T17:02:30.375 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:29 smithi029 bash[14177]: audit 2024-02-11T17:02:29.806263+0000 mon.smithi029 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:30.375 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:29 smithi029 bash[14177]: audit 2024-02-11T17:02:29.807830+0000 mon.smithi029 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:02:30.375 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:29 smithi029 bash[14177]: audit 2024-02-11T17:02:29.809343+0000 mon.smithi029 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:02:30.375 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:29 smithi029 bash[14177]: audit 2024-02-11T17:02:29.844462+0000 mon.smithi029 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:30.375 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:29 smithi029 bash[14177]: audit 2024-02-11T17:02:29.887815+0000 mon.smithi029 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:30.375 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:29 smithi029 bash[14177]: audit 2024-02-11T17:02:29.894062+0000 mon.smithi029 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:30.375 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:29 smithi029 bash[14177]: audit 2024-02-11T17:02:29.900272+0000 mon.smithi029 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-11T17:02:30.375 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:29 smithi029 bash[14177]: audit 2024-02-11T17:02:29.901925+0000 mon.smithi029 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-11T17:02:30.376 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:29 smithi029 bash[14177]: audit 2024-02-11T17:02:29.903518+0000 mon.smithi029 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:02:31.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:30 smithi073 bash[18997]: cephadm 2024-02-11T17:02:29.811356+0000 mgr.smithi029.rubqla (mgr.14180) 34 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-02-11T17:02:31.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:30 smithi073 bash[18997]: cephadm 2024-02-11T17:02:29.811852+0000 mgr.smithi029.rubqla (mgr.14180) 35 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.conf 2024-02-11T17:02:31.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:30 smithi073 bash[18997]: cluster 2024-02-11T17:02:29.822394+0000 mgr.smithi029.rubqla (mgr.14180) 36 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:31.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:30 smithi073 bash[18997]: cephadm 2024-02-11T17:02:29.899711+0000 mgr.smithi029.rubqla (mgr.14180) 37 : cephadm [INF] Reconfiguring mon.smithi029 (unknown last config time)... 2024-02-11T17:02:31.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:30 smithi073 bash[18997]: cephadm 2024-02-11T17:02:29.904829+0000 mgr.smithi029.rubqla (mgr.14180) 38 : cephadm [INF] Reconfiguring daemon mon.smithi029 on smithi029 2024-02-11T17:02:31.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:30 smithi029 bash[14177]: cephadm 2024-02-11T17:02:29.811356+0000 mgr.smithi029.rubqla (mgr.14180) 34 : cephadm [INF] Updating smithi029:/etc/ceph/ceph.conf 2024-02-11T17:02:31.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:30 smithi029 bash[14177]: cephadm 2024-02-11T17:02:29.811852+0000 mgr.smithi029.rubqla (mgr.14180) 35 : cephadm [INF] Updating smithi073:/etc/ceph/ceph.conf 2024-02-11T17:02:31.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:30 smithi029 bash[14177]: cluster 2024-02-11T17:02:29.822394+0000 mgr.smithi029.rubqla (mgr.14180) 36 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:31.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:30 smithi029 bash[14177]: cephadm 2024-02-11T17:02:29.899711+0000 mgr.smithi029.rubqla (mgr.14180) 37 : cephadm [INF] Reconfiguring mon.smithi029 (unknown last config time)... 2024-02-11T17:02:31.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:30 smithi029 bash[14177]: cephadm 2024-02-11T17:02:29.904829+0000 mgr.smithi029.rubqla (mgr.14180) 38 : cephadm [INF] Reconfiguring daemon mon.smithi029 on smithi029 2024-02-11T17:02:33.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:32 smithi029 bash[14177]: cluster 2024-02-11T17:02:31.822849+0000 mgr.smithi029.rubqla (mgr.14180) 39 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:33.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:32 smithi073 bash[18997]: cluster 2024-02-11T17:02:31.822849+0000 mgr.smithi029.rubqla (mgr.14180) 39 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:35.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:34 smithi073 bash[18997]: audit 2024-02-11T17:02:33.793443+0000 mon.smithi029 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:35.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:34 smithi073 bash[18997]: cephadm 2024-02-11T17:02:33.794582+0000 mgr.smithi029.rubqla (mgr.14180) 40 : cephadm [INF] Reconfiguring mgr.smithi029.rubqla (unknown last config time)... 2024-02-11T17:02:35.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:34 smithi073 bash[18997]: audit 2024-02-11T17:02:33.795044+0000 mon.smithi029 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi029.rubqla", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-11T17:02:35.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:34 smithi073 bash[18997]: audit 2024-02-11T17:02:33.796457+0000 mon.smithi029 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-11T17:02:35.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:34 smithi073 bash[18997]: audit 2024-02-11T17:02:33.797775+0000 mon.smithi029 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:02:35.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:34 smithi073 bash[18997]: cephadm 2024-02-11T17:02:33.798992+0000 mgr.smithi029.rubqla (mgr.14180) 41 : cephadm [INF] Reconfiguring daemon mgr.smithi029.rubqla on smithi029 2024-02-11T17:02:35.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:34 smithi073 bash[18997]: cluster 2024-02-11T17:02:33.823257+0000 mgr.smithi029.rubqla (mgr.14180) 42 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:35.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:34 smithi029 bash[14177]: audit 2024-02-11T17:02:33.793443+0000 mon.smithi029 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:35.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:34 smithi029 bash[14177]: cephadm 2024-02-11T17:02:33.794582+0000 mgr.smithi029.rubqla (mgr.14180) 40 : cephadm [INF] Reconfiguring mgr.smithi029.rubqla (unknown last config time)... 2024-02-11T17:02:35.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:34 smithi029 bash[14177]: audit 2024-02-11T17:02:33.795044+0000 mon.smithi029 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi029.rubqla", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-11T17:02:35.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:34 smithi029 bash[14177]: audit 2024-02-11T17:02:33.796457+0000 mon.smithi029 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-11T17:02:35.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:34 smithi029 bash[14177]: audit 2024-02-11T17:02:33.797775+0000 mon.smithi029 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:02:35.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:34 smithi029 bash[14177]: cephadm 2024-02-11T17:02:33.798992+0000 mgr.smithi029.rubqla (mgr.14180) 41 : cephadm [INF] Reconfiguring daemon mgr.smithi029.rubqla on smithi029 2024-02-11T17:02:35.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:34 smithi029 bash[14177]: cluster 2024-02-11T17:02:33.823257+0000 mgr.smithi029.rubqla (mgr.14180) 42 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:35.843 INFO:teuthology.orchestra.run.smithi029.stdout:# minimal ceph.conf for ae9da74a-c8fe-11ee-95b9-87774f69a715 2024-02-11T17:02:35.876 INFO:teuthology.orchestra.run.smithi029.stdout:[global] 2024-02-11T17:02:35.876 INFO:teuthology.orchestra.run.smithi029.stdout: fsid = ae9da74a-c8fe-11ee-95b9-87774f69a715 2024-02-11T17:02:35.876 INFO:teuthology.orchestra.run.smithi029.stdout: mon_host = [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] [v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0] 2024-02-11T17:02:36.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:35 smithi029 bash[14177]: audit 2024-02-11T17:02:35.841392+0000 mon.smithi029 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.29:0/3416077205' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:02:36.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:35 smithi073 bash[18997]: audit 2024-02-11T17:02:35.841392+0000 mon.smithi029 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.29:0/3416077205' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:02:37.049 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:36 smithi029 bash[14177]: cluster 2024-02-11T17:02:35.823634+0000 mgr.smithi029.rubqla (mgr.14180) 43 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:37.051 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-11T17:02:37.051 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-11T17:02:37.051 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.conf 2024-02-11T17:02:37.066 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-11T17:02:37.066 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-11T17:02:37.124 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-02-11T17:02:37.124 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/ceph/ceph.conf 2024-02-11T17:02:37.139 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-02-11T17:02:37.140 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-11T17:02:37.192 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:36 smithi073 bash[18997]: cluster 2024-02-11T17:02:35.823634+0000 mgr.smithi029.rubqla (mgr.14180) 43 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:37.196 INFO:tasks.cephadm:Deploying OSDs... 2024-02-11T17:02:37.196 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-11T17:02:37.196 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/scratch_devs of=/dev/stdout 2024-02-11T17:02:37.203 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-11T17:02:37.203 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/nvme1n1 2024-02-11T17:02:37.252 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/nvme1n1 2024-02-11T17:02:37.252 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-11T17:02:37.252 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 526 Links: 1 Device type: 103,2 2024-02-11T17:02:37.252 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-11T17:02:37.252 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-02-11 17:00:29.925584077 +0000 2024-02-11T17:02:37.252 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-02-11 16:57:45.247648774 +0000 2024-02-11T17:02:37.252 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-02-11 16:57:45.247648774 +0000 2024-02-11T17:02:37.252 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2024-02-11T17:02:37.253 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-11T17:02:37.308 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-02-11T17:02:37.309 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-02-11T17:02:37.309 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000195454 s, 2.6 MB/s 2024-02-11T17:02:37.310 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-11T17:02:37.365 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/nvme2n1 2024-02-11T17:02:37.416 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/nvme2n1 2024-02-11T17:02:37.416 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-11T17:02:37.416 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 534 Links: 1 Device type: 103,4 2024-02-11T17:02:37.416 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-11T17:02:37.416 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-02-11 17:00:29.945583616 +0000 2024-02-11T17:02:37.417 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-02-11 16:57:45.371707915 +0000 2024-02-11T17:02:37.417 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-02-11 16:57:45.371707915 +0000 2024-02-11T17:02:37.417 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2024-02-11T17:02:37.417 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-11T17:02:37.470 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-02-11T17:02:37.470 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-02-11T17:02:37.470 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000207629 s, 2.5 MB/s 2024-02-11T17:02:37.471 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-11T17:02:37.521 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/nvme3n1 2024-02-11T17:02:37.572 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/nvme3n1 2024-02-11T17:02:37.572 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-11T17:02:37.572 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 542 Links: 1 Device type: 103,6 2024-02-11T17:02:37.572 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-11T17:02:37.572 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-02-11 17:00:29.961583247 +0000 2024-02-11T17:02:37.572 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-02-11 16:57:45.483761332 +0000 2024-02-11T17:02:37.572 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-02-11 16:57:45.483761332 +0000 2024-02-11T17:02:37.572 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2024-02-11T17:02:37.572 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-11T17:02:37.627 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-02-11T17:02:37.628 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-02-11T17:02:37.628 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000379805 s, 1.3 MB/s 2024-02-11T17:02:37.629 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-11T17:02:37.682 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/nvme4n1 2024-02-11T17:02:37.732 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/nvme4n1 2024-02-11T17:02:37.732 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-11T17:02:37.732 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 550 Links: 1 Device type: 103,8 2024-02-11T17:02:37.732 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-11T17:02:37.733 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-02-11 17:00:29.973582971 +0000 2024-02-11T17:02:37.733 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-02-11 16:57:45.591812841 +0000 2024-02-11T17:02:37.733 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-02-11 16:57:45.591812841 +0000 2024-02-11T17:02:37.733 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2024-02-11T17:02:37.733 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-11T17:02:37.791 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-02-11T17:02:37.791 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-02-11T17:02:37.791 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000365792 s, 1.4 MB/s 2024-02-11T17:02:37.792 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-11T17:02:37.839 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-02-11T17:02:37.840 DEBUG:teuthology.orchestra.run.smithi073:> dd if=/scratch_devs of=/dev/stdout 2024-02-11T17:02:37.847 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-11T17:02:37.847 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/nvme1n1 2024-02-11T17:02:37.895 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/nvme1n1 2024-02-11T17:02:37.895 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-11T17:02:37.895 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 526 Links: 1 Device type: 103,2 2024-02-11T17:02:37.896 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-11T17:02:37.896 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2024-02-11 17:02:06.147542201 +0000 2024-02-11T17:02:37.896 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2024-02-11 16:57:46.594204808 +0000 2024-02-11T17:02:37.896 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2024-02-11 16:57:46.594204808 +0000 2024-02-11T17:02:37.896 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2024-02-11T17:02:37.896 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-11T17:02:37.951 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2024-02-11T17:02:37.951 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2024-02-11T17:02:37.951 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000439063 s, 1.2 MB/s 2024-02-11T17:02:37.952 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-11T17:02:38.006 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/nvme2n1 2024-02-11T17:02:38.055 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/nvme2n1 2024-02-11T17:02:38.056 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-11T17:02:38.056 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 534 Links: 1 Device type: 103,4 2024-02-11T17:02:38.056 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-11T17:02:38.056 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2024-02-11 17:02:06.163541880 +0000 2024-02-11T17:02:38.056 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2024-02-11 16:57:46.710144133 +0000 2024-02-11T17:02:38.056 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2024-02-11 16:57:46.710144133 +0000 2024-02-11T17:02:38.056 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2024-02-11T17:02:38.056 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-11T17:02:38.111 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2024-02-11T17:02:38.111 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2024-02-11T17:02:38.111 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000467261 s, 1.1 MB/s 2024-02-11T17:02:38.113 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-11T17:02:38.165 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/nvme3n1 2024-02-11T17:02:38.215 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/nvme3n1 2024-02-11T17:02:38.216 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-11T17:02:38.216 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 542 Links: 1 Device type: 103,6 2024-02-11T17:02:38.216 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-11T17:02:38.216 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2024-02-11 17:02:06.187541399 +0000 2024-02-11T17:02:38.216 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2024-02-11 16:57:46.826083459 +0000 2024-02-11T17:02:38.216 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2024-02-11 16:57:46.826083459 +0000 2024-02-11T17:02:38.216 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2024-02-11T17:02:38.216 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-11T17:02:38.269 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:37 smithi073 bash[18997]: audit 2024-02-11T17:02:36.996663+0000 mon.smithi029 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:38.269 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:37 smithi073 bash[18997]: cephadm 2024-02-11T17:02:36.997757+0000 mgr.smithi029.rubqla (mgr.14180) 44 : cephadm [INF] Reconfiguring alertmanager.smithi029 (dependencies changed)... 2024-02-11T17:02:38.269 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:37 smithi073 bash[18997]: cephadm 2024-02-11T17:02:37.008913+0000 mgr.smithi029.rubqla (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon alertmanager.smithi029 on smithi029 2024-02-11T17:02:38.269 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:38 smithi073 bash[18997]: cluster 2024-02-11T17:02:37.824097+0000 mgr.smithi029.rubqla (mgr.14180) 46 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:38.271 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2024-02-11T17:02:38.271 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2024-02-11T17:02:38.271 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000477779 s, 1.1 MB/s 2024-02-11T17:02:38.272 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-11T17:02:38.325 DEBUG:teuthology.orchestra.run.smithi073:> stat /dev/nvme4n1 2024-02-11T17:02:38.375 INFO:teuthology.orchestra.run.smithi073.stdout: File: /dev/nvme4n1 2024-02-11T17:02:38.376 INFO:teuthology.orchestra.run.smithi073.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-11T17:02:38.376 INFO:teuthology.orchestra.run.smithi073.stdout:Device: 5h/5d Inode: 550 Links: 1 Device type: 103,8 2024-02-11T17:02:38.376 INFO:teuthology.orchestra.run.smithi073.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-11T17:02:38.376 INFO:teuthology.orchestra.run.smithi073.stdout:Access: 2024-02-11 17:02:06.211540917 +0000 2024-02-11T17:02:38.376 INFO:teuthology.orchestra.run.smithi073.stdout:Modify: 2024-02-11 16:57:46.942022782 +0000 2024-02-11T17:02:38.376 INFO:teuthology.orchestra.run.smithi073.stdout:Change: 2024-02-11 16:57:46.942022782 +0000 2024-02-11T17:02:38.376 INFO:teuthology.orchestra.run.smithi073.stdout: Birth: - 2024-02-11T17:02:38.376 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-11T17:02:38.430 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records in 2024-02-11T17:02:38.430 INFO:teuthology.orchestra.run.smithi073.stderr:1+0 records out 2024-02-11T17:02:38.430 INFO:teuthology.orchestra.run.smithi073.stderr:512 bytes copied, 0.000433834 s, 1.2 MB/s 2024-02-11T17:02:38.431 DEBUG:teuthology.orchestra.run.smithi073:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-11T17:02:38.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:37 smithi029 bash[14177]: audit 2024-02-11T17:02:36.996663+0000 mon.smithi029 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:38.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:37 smithi029 bash[14177]: cephadm 2024-02-11T17:02:36.997757+0000 mgr.smithi029.rubqla (mgr.14180) 44 : cephadm [INF] Reconfiguring alertmanager.smithi029 (dependencies changed)... 2024-02-11T17:02:38.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:37 smithi029 bash[14177]: cephadm 2024-02-11T17:02:37.008913+0000 mgr.smithi029.rubqla (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon alertmanager.smithi029 on smithi029 2024-02-11T17:02:38.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:37 smithi029 bash[14177]: cluster 2024-02-11T17:02:37.824097+0000 mgr.smithi029.rubqla (mgr.14180) 46 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:38.481 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-02-11T17:02:41.100 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:40 smithi029 bash[14177]: cluster 2024-02-11T17:02:39.824538+0000 mgr.smithi029.rubqla (mgr.14180) 47 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:41.231 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:40 smithi073 bash[18997]: cluster 2024-02-11T17:02:39.824538+0000 mgr.smithi029.rubqla (mgr.14180) 47 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:41.631 INFO:teuthology.orchestra.run.smithi073.stdout:Scheduled osd.all-available-devices update... 2024-02-11T17:02:42.368 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-11T17:02:42.369 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T17:02:42.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:42 smithi029 bash[14177]: audit 2024-02-11T17:02:41.619286+0000 mgr.smithi029.rubqla (mgr.14180) 48 : audit [DBG] from='client.24105 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:02:42.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:42 smithi029 bash[14177]: cephadm 2024-02-11T17:02:41.622344+0000 mgr.smithi029.rubqla (mgr.14180) 49 : cephadm [INF] Marking host: smithi029 for OSDSpec preview refresh. 2024-02-11T17:02:42.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:42 smithi029 bash[14177]: cephadm 2024-02-11T17:02:41.622438+0000 mgr.smithi029.rubqla (mgr.14180) 50 : cephadm [INF] Marking host: smithi073 for OSDSpec preview refresh. 2024-02-11T17:02:42.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:42 smithi029 bash[14177]: cephadm 2024-02-11T17:02:41.623360+0000 mgr.smithi029.rubqla (mgr.14180) 51 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-11T17:02:42.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:42 smithi029 bash[14177]: audit 2024-02-11T17:02:41.628498+0000 mon.smithi029 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:42.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:42 smithi029 bash[14177]: cluster 2024-02-11T17:02:41.824919+0000 mgr.smithi029.rubqla (mgr.14180) 52 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:42 smithi073 bash[18997]: audit 2024-02-11T17:02:41.619286+0000 mgr.smithi029.rubqla (mgr.14180) 48 : audit [DBG] from='client.24105 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:02:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:42 smithi073 bash[18997]: cephadm 2024-02-11T17:02:41.622344+0000 mgr.smithi029.rubqla (mgr.14180) 49 : cephadm [INF] Marking host: smithi029 for OSDSpec preview refresh. 2024-02-11T17:02:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:42 smithi073 bash[18997]: cephadm 2024-02-11T17:02:41.622438+0000 mgr.smithi029.rubqla (mgr.14180) 50 : cephadm [INF] Marking host: smithi073 for OSDSpec preview refresh. 2024-02-11T17:02:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:42 smithi073 bash[18997]: cephadm 2024-02-11T17:02:41.623360+0000 mgr.smithi029.rubqla (mgr.14180) 51 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-11T17:02:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:42 smithi073 bash[18997]: audit 2024-02-11T17:02:41.628498+0000 mon.smithi029 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:42 smithi073 bash[18997]: cluster 2024-02-11T17:02:41.824919+0000 mgr.smithi029.rubqla (mgr.14180) 52 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:44.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:44 smithi029 bash[14177]: audit 2024-02-11T17:02:43.622247+0000 mon.smithi029 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:44.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:44 smithi029 bash[14177]: cephadm 2024-02-11T17:02:43.623148+0000 mgr.smithi029.rubqla (mgr.14180) 53 : cephadm [INF] Reconfiguring crash.smithi029 (monmap changed)... 2024-02-11T17:02:44.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:44 smithi029 bash[14177]: audit 2024-02-11T17:02:43.623662+0000 mon.smithi029 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi029", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-11T17:02:44.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:44 smithi029 bash[14177]: audit 2024-02-11T17:02:43.624943+0000 mon.smithi029 (mon.0) 219 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:02:44.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:44 smithi029 bash[14177]: cephadm 2024-02-11T17:02:43.625753+0000 mgr.smithi029.rubqla (mgr.14180) 54 : cephadm [INF] Reconfiguring daemon crash.smithi029 on smithi029 2024-02-11T17:02:44.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:44 smithi029 bash[14177]: cluster 2024-02-11T17:02:43.825332+0000 mgr.smithi029.rubqla (mgr.14180) 55 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:45.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:44 smithi073 bash[18997]: audit 2024-02-11T17:02:43.622247+0000 mon.smithi029 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:45.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:44 smithi073 bash[18997]: cephadm 2024-02-11T17:02:43.623148+0000 mgr.smithi029.rubqla (mgr.14180) 53 : cephadm [INF] Reconfiguring crash.smithi029 (monmap changed)... 2024-02-11T17:02:45.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:44 smithi073 bash[18997]: audit 2024-02-11T17:02:43.623662+0000 mon.smithi029 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi029", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-11T17:02:45.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:44 smithi073 bash[18997]: audit 2024-02-11T17:02:43.624943+0000 mon.smithi029 (mon.0) 219 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:02:45.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:44 smithi073 bash[18997]: cephadm 2024-02-11T17:02:43.625753+0000 mgr.smithi029.rubqla (mgr.14180) 54 : cephadm [INF] Reconfiguring daemon crash.smithi029 on smithi029 2024-02-11T17:02:45.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:44 smithi073 bash[18997]: cluster 2024-02-11T17:02:43.825332+0000 mgr.smithi029.rubqla (mgr.14180) 55 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:47.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:46 smithi029 bash[14177]: cluster 2024-02-11T17:02:45.825766+0000 mgr.smithi029.rubqla (mgr.14180) 56 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:47.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:46 smithi073 bash[18997]: cluster 2024-02-11T17:02:45.825766+0000 mgr.smithi029.rubqla (mgr.14180) 56 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:49.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:48 smithi029 bash[14177]: cluster 2024-02-11T17:02:47.826128+0000 mgr.smithi029.rubqla (mgr.14180) 57 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:49.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:48 smithi073 bash[18997]: cluster 2024-02-11T17:02:47.826128+0000 mgr.smithi029.rubqla (mgr.14180) 57 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:49.792 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:02:50.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:50 smithi029 bash[14177]: audit 2024-02-11T17:02:49.353266+0000 mon.smithi029 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:50.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:50 smithi029 bash[14177]: cephadm 2024-02-11T17:02:49.354472+0000 mgr.smithi029.rubqla (mgr.14180) 58 : cephadm [INF] Reconfiguring grafana.smithi029 (dependencies changed)... 2024-02-11T17:02:50.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:50 smithi029 bash[14177]: cephadm 2024-02-11T17:02:49.398919+0000 mgr.smithi029.rubqla (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon grafana.smithi029 on smithi029 2024-02-11T17:02:50.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:50 smithi029 bash[14177]: audit 2024-02-11T17:02:49.790202+0000 mon.smithi029 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.29:0/2202156581' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:02:50.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:50 smithi029 bash[14177]: cluster 2024-02-11T17:02:49.826534+0000 mgr.smithi029.rubqla (mgr.14180) 60 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:50.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:50 smithi073 bash[18997]: audit 2024-02-11T17:02:49.353266+0000 mon.smithi029 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:50.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:50 smithi073 bash[18997]: cephadm 2024-02-11T17:02:49.354472+0000 mgr.smithi029.rubqla (mgr.14180) 58 : cephadm [INF] Reconfiguring grafana.smithi029 (dependencies changed)... 2024-02-11T17:02:50.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:50 smithi073 bash[18997]: cephadm 2024-02-11T17:02:49.398919+0000 mgr.smithi029.rubqla (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon grafana.smithi029 on smithi029 2024-02-11T17:02:50.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:50 smithi073 bash[18997]: audit 2024-02-11T17:02:49.790202+0000 mon.smithi029 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.29:0/2202156581' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:02:50.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:50 smithi073 bash[18997]: cluster 2024-02-11T17:02:49.826534+0000 mgr.smithi029.rubqla (mgr.14180) 60 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:51.341 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-11T17:02:52.342 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T17:02:53.179 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:52 smithi029 bash[14177]: cluster 2024-02-11T17:02:51.826969+0000 mgr.smithi029.rubqla (mgr.14180) 61 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:53.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:52 smithi073 bash[18997]: cluster 2024-02-11T17:02:51.826969+0000 mgr.smithi029.rubqla (mgr.14180) 61 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:55.006 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:54 smithi029 bash[14177]: cluster 2024-02-11T17:02:53.827423+0000 mgr.smithi029.rubqla (mgr.14180) 62 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:55.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:54 smithi073 bash[18997]: cluster 2024-02-11T17:02:53.827423+0000 mgr.smithi029.rubqla (mgr.14180) 62 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:57.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:56 smithi029 bash[14177]: cluster 2024-02-11T17:02:55.827902+0000 mgr.smithi029.rubqla (mgr.14180) 63 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:57.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:56 smithi073 bash[18997]: cluster 2024-02-11T17:02:55.827902+0000 mgr.smithi029.rubqla (mgr.14180) 63 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:58.048 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:02:59.118 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:58 smithi029 bash[14177]: cluster 2024-02-11T17:02:57.828259+0000 mgr.smithi029.rubqla (mgr.14180) 64 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:59.118 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:58 smithi029 bash[14177]: audit 2024-02-11T17:02:58.045847+0000 mon.smithi029 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.29:0/3219195794' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:02:59.118 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:58 smithi029 bash[14177]: audit 2024-02-11T17:02:58.489648+0000 mon.smithi029 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:02:59.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:58 smithi073 bash[18997]: cluster 2024-02-11T17:02:57.828259+0000 mgr.smithi029.rubqla (mgr.14180) 64 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:02:59.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:58 smithi073 bash[18997]: audit 2024-02-11T17:02:58.045847+0000 mon.smithi029 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.29:0/3219195794' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:02:59.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:58 smithi073 bash[18997]: audit 2024-02-11T17:02:58.489648+0000 mon.smithi029 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:03:00.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:59 smithi029 bash[14177]: cephadm 2024-02-11T17:02:58.491322+0000 mgr.smithi029.rubqla (mgr.14180) 65 : cephadm [INF] Reconfiguring prometheus.smithi029 (dependencies changed)... 2024-02-11T17:03:00.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:02:59 smithi029 bash[14177]: cephadm 2024-02-11T17:02:58.496421+0000 mgr.smithi029.rubqla (mgr.14180) 66 : cephadm [INF] Reconfiguring daemon prometheus.smithi029 on smithi029 2024-02-11T17:03:00.257 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-11T17:03:00.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:59 smithi073 bash[18997]: cephadm 2024-02-11T17:02:58.491322+0000 mgr.smithi029.rubqla (mgr.14180) 65 : cephadm [INF] Reconfiguring prometheus.smithi029 (dependencies changed)... 2024-02-11T17:03:00.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:02:59 smithi073 bash[18997]: cephadm 2024-02-11T17:02:58.496421+0000 mgr.smithi029.rubqla (mgr.14180) 66 : cephadm [INF] Reconfiguring daemon prometheus.smithi029 on smithi029 2024-02-11T17:03:01.161 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:00 smithi029 bash[14177]: cluster 2024-02-11T17:02:59.828638+0000 mgr.smithi029.rubqla (mgr.14180) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:01.258 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T17:03:01.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:00 smithi073 bash[18997]: cluster 2024-02-11T17:02:59.828638+0000 mgr.smithi029.rubqla (mgr.14180) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:03.072 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:02 smithi029 bash[14177]: cluster 2024-02-11T17:03:01.828997+0000 mgr.smithi029.rubqla (mgr.14180) 68 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:03.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:02 smithi073 bash[18997]: cluster 2024-02-11T17:03:01.828997+0000 mgr.smithi029.rubqla (mgr.14180) 68 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:05.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:04 smithi029 bash[14177]: cluster 2024-02-11T17:03:03.829389+0000 mgr.smithi029.rubqla (mgr.14180) 69 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:05.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:04 smithi073 bash[18997]: cluster 2024-02-11T17:03:03.829389+0000 mgr.smithi029.rubqla (mgr.14180) 69 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:07.073 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:03:07.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:06 smithi029 bash[14177]: cluster 2024-02-11T17:03:05.829835+0000 mgr.smithi029.rubqla (mgr.14180) 70 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:07.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:06 smithi073 bash[18997]: cluster 2024-02-11T17:03:05.829835+0000 mgr.smithi029.rubqla (mgr.14180) 70 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:08.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:07 smithi029 bash[14177]: audit 2024-02-11T17:03:07.071582+0000 mon.smithi029 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.29:0/4074425971' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:03:08.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:07 smithi073 bash[18997]: audit 2024-02-11T17:03:07.071582+0000 mon.smithi029 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.29:0/4074425971' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:03:09.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:08 smithi029 bash[14177]: cluster 2024-02-11T17:03:07.830308+0000 mgr.smithi029.rubqla (mgr.14180) 71 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:09.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:08 smithi029 bash[14177]: audit 2024-02-11T17:03:08.391689+0000 mon.smithi029 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:03:09.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:08 smithi029 bash[14177]: audit 2024-02-11T17:03:08.393051+0000 mon.smithi029 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-11T17:03:09.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:08 smithi029 bash[14177]: audit 2024-02-11T17:03:08.394122+0000 mon.smithi029 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:03:09.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:08 smithi073 bash[18997]: cluster 2024-02-11T17:03:07.830308+0000 mgr.smithi029.rubqla (mgr.14180) 71 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:09.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:08 smithi073 bash[18997]: audit 2024-02-11T17:03:08.391689+0000 mon.smithi029 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:03:09.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:08 smithi073 bash[18997]: audit 2024-02-11T17:03:08.393051+0000 mon.smithi029 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi073", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-11T17:03:09.316 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:08 smithi073 bash[18997]: audit 2024-02-11T17:03:08.394122+0000 mon.smithi029 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:03:09.347 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-11T17:03:10.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:09 smithi029 bash[14177]: cephadm 2024-02-11T17:03:08.392620+0000 mgr.smithi029.rubqla (mgr.14180) 72 : cephadm [INF] Reconfiguring crash.smithi073 (monmap changed)... 2024-02-11T17:03:10.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:09 smithi029 bash[14177]: cephadm 2024-02-11T17:03:08.395051+0000 mgr.smithi029.rubqla (mgr.14180) 73 : cephadm [INF] Reconfiguring daemon crash.smithi073 on smithi073 2024-02-11T17:03:10.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:09 smithi073 bash[18997]: cephadm 2024-02-11T17:03:08.392620+0000 mgr.smithi029.rubqla (mgr.14180) 72 : cephadm [INF] Reconfiguring crash.smithi073 (monmap changed)... 2024-02-11T17:03:10.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:09 smithi073 bash[18997]: cephadm 2024-02-11T17:03:08.395051+0000 mgr.smithi029.rubqla (mgr.14180) 73 : cephadm [INF] Reconfiguring daemon crash.smithi073 on smithi073 2024-02-11T17:03:10.348 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T17:03:11.219 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:10 smithi073 bash[18997]: cluster 2024-02-11T17:03:09.830775+0000 mgr.smithi029.rubqla (mgr.14180) 74 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:11.219 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:10 smithi073 bash[18997]: audit 2024-02-11T17:03:10.154054+0000 mon.smithi029 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:03:11.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:10 smithi073 bash[18997]: audit 2024-02-11T17:03:10.155972+0000 mon.smithi029 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi073.utgpdt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-11T17:03:11.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:10 smithi073 bash[18997]: audit 2024-02-11T17:03:10.157510+0000 mon.smithi029 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-11T17:03:11.220 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:10 smithi073 bash[18997]: audit 2024-02-11T17:03:10.158834+0000 mon.smithi029 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:03:11.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:10 smithi029 bash[14177]: cluster 2024-02-11T17:03:09.830775+0000 mgr.smithi029.rubqla (mgr.14180) 74 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:11.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:10 smithi029 bash[14177]: audit 2024-02-11T17:03:10.154054+0000 mon.smithi029 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:03:11.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:10 smithi029 bash[14177]: audit 2024-02-11T17:03:10.155972+0000 mon.smithi029 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi073.utgpdt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-11T17:03:11.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:10 smithi029 bash[14177]: audit 2024-02-11T17:03:10.157510+0000 mon.smithi029 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-11T17:03:11.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:10 smithi029 bash[14177]: audit 2024-02-11T17:03:10.158834+0000 mon.smithi029 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:03:12.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:11 smithi029 bash[14177]: cephadm 2024-02-11T17:03:10.155413+0000 mgr.smithi029.rubqla (mgr.14180) 75 : cephadm [INF] Reconfiguring mgr.smithi073.utgpdt (monmap changed)... 2024-02-11T17:03:12.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:11 smithi029 bash[14177]: cephadm 2024-02-11T17:03:10.159928+0000 mgr.smithi029.rubqla (mgr.14180) 76 : cephadm [INF] Reconfiguring daemon mgr.smithi073.utgpdt on smithi073 2024-02-11T17:03:12.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:11 smithi073 bash[18997]: cephadm 2024-02-11T17:03:10.155413+0000 mgr.smithi029.rubqla (mgr.14180) 75 : cephadm [INF] Reconfiguring mgr.smithi073.utgpdt (monmap changed)... 2024-02-11T17:03:12.240 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:11 smithi073 bash[18997]: cephadm 2024-02-11T17:03:10.159928+0000 mgr.smithi029.rubqla (mgr.14180) 76 : cephadm [INF] Reconfiguring daemon mgr.smithi073.utgpdt on smithi073 2024-02-11T17:03:13.288 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:12 smithi073 bash[18997]: cluster 2024-02-11T17:03:11.831191+0000 mgr.smithi029.rubqla (mgr.14180) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:13.288 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:12 smithi073 bash[18997]: audit 2024-02-11T17:03:12.026273+0000 mon.smithi029 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:03:13.288 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:12 smithi073 bash[18997]: audit 2024-02-11T17:03:12.027814+0000 mon.smithi029 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-11T17:03:13.288 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:12 smithi073 bash[18997]: audit 2024-02-11T17:03:12.029121+0000 mon.smithi029 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-11T17:03:13.288 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:12 smithi073 bash[18997]: audit 2024-02-11T17:03:12.030617+0000 mon.smithi029 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:03:13.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:12 smithi029 bash[14177]: cluster 2024-02-11T17:03:11.831191+0000 mgr.smithi029.rubqla (mgr.14180) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:13.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:12 smithi029 bash[14177]: audit 2024-02-11T17:03:12.026273+0000 mon.smithi029 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:03:13.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:12 smithi029 bash[14177]: audit 2024-02-11T17:03:12.027814+0000 mon.smithi029 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-11T17:03:13.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:12 smithi029 bash[14177]: audit 2024-02-11T17:03:12.029121+0000 mon.smithi029 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-11T17:03:13.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:12 smithi029 bash[14177]: audit 2024-02-11T17:03:12.030617+0000 mon.smithi029 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:03:14.102 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:13 smithi029 bash[14177]: cephadm 2024-02-11T17:03:12.027346+0000 mgr.smithi029.rubqla (mgr.14180) 78 : cephadm [INF] Reconfiguring mon.smithi073 (monmap changed)... 2024-02-11T17:03:14.102 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:13 smithi029 bash[14177]: cephadm 2024-02-11T17:03:12.032047+0000 mgr.smithi029.rubqla (mgr.14180) 79 : cephadm [INF] Reconfiguring daemon mon.smithi073 on smithi073 2024-02-11T17:03:14.103 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:13 smithi029 bash[14177]: audit 2024-02-11T17:03:13.800934+0000 mon.smithi029 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:03:14.103 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:13 smithi029 bash[14177]: audit 2024-02-11T17:03:13.805034+0000 mon.smithi029 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-11T17:03:14.103 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:13 smithi029 bash[14177]: audit 2024-02-11T17:03:13.807681+0000 mon.smithi029 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"}]: dispatch 2024-02-11T17:03:14.103 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:13 smithi029 bash[14177]: audit 2024-02-11T17:03:13.814028+0000 mon.smithi029 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:03:14.103 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:13 smithi029 bash[14177]: audit 2024-02-11T17:03:13.821239+0000 mon.smithi029 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-11T17:03:14.103 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:13 smithi029 bash[14177]: audit 2024-02-11T17:03:13.834713+0000 mon.smithi029 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi029.front.sepia.ceph.com:3000"}]: dispatch 2024-02-11T17:03:14.103 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:13 smithi029 bash[14177]: audit 2024-02-11T17:03:13.842023+0000 mon.smithi029 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:03:14.103 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:13 smithi029 bash[14177]: audit 2024-02-11T17:03:13.850101+0000 mon.smithi029 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-11T17:03:14.103 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:13 smithi029 bash[14177]: audit 2024-02-11T17:03:13.857742+0000 mon.smithi029 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi029.front.sepia.ceph.com:9095"}]: dispatch 2024-02-11T17:03:14.103 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:13 smithi029 bash[14177]: audit 2024-02-11T17:03:13.864533+0000 mon.smithi029 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:03:14.103 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:13 smithi029 bash[14177]: audit 2024-02-11T17:03:13.871856+0000 mon.smithi029 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:03:14.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:13 smithi073 bash[18997]: cephadm 2024-02-11T17:03:12.027346+0000 mgr.smithi029.rubqla (mgr.14180) 78 : cephadm [INF] Reconfiguring mon.smithi073 (monmap changed)... 2024-02-11T17:03:14.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:13 smithi073 bash[18997]: cephadm 2024-02-11T17:03:12.032047+0000 mgr.smithi029.rubqla (mgr.14180) 79 : cephadm [INF] Reconfiguring daemon mon.smithi073 on smithi073 2024-02-11T17:03:14.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:13 smithi073 bash[18997]: audit 2024-02-11T17:03:13.800934+0000 mon.smithi029 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:03:14.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:13 smithi073 bash[18997]: audit 2024-02-11T17:03:13.805034+0000 mon.smithi029 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-11T17:03:14.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:13 smithi073 bash[18997]: audit 2024-02-11T17:03:13.807681+0000 mon.smithi029 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"}]: dispatch 2024-02-11T17:03:14.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:13 smithi073 bash[18997]: audit 2024-02-11T17:03:13.814028+0000 mon.smithi029 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:03:14.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:13 smithi073 bash[18997]: audit 2024-02-11T17:03:13.821239+0000 mon.smithi029 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-11T17:03:14.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:13 smithi073 bash[18997]: audit 2024-02-11T17:03:13.834713+0000 mon.smithi029 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi029.front.sepia.ceph.com:3000"}]: dispatch 2024-02-11T17:03:14.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:13 smithi073 bash[18997]: audit 2024-02-11T17:03:13.842023+0000 mon.smithi029 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:03:14.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:13 smithi073 bash[18997]: audit 2024-02-11T17:03:13.850101+0000 mon.smithi029 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-11T17:03:14.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:13 smithi073 bash[18997]: audit 2024-02-11T17:03:13.857742+0000 mon.smithi029 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi029.front.sepia.ceph.com:9095"}]: dispatch 2024-02-11T17:03:14.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:13 smithi073 bash[18997]: audit 2024-02-11T17:03:13.864533+0000 mon.smithi029 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:03:14.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:13 smithi073 bash[18997]: audit 2024-02-11T17:03:13.871856+0000 mon.smithi029 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:03:14.483 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:03:15.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:14 smithi029 bash[14177]: audit 2024-02-11T17:03:13.805702+0000 mgr.smithi029.rubqla (mgr.14180) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-11T17:03:15.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:14 smithi029 bash[14177]: audit 2024-02-11T17:03:13.808182+0000 mgr.smithi029.rubqla (mgr.14180) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"}]: dispatch 2024-02-11T17:03:15.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:14 smithi029 bash[14177]: audit 2024-02-11T17:03:13.822023+0000 mgr.smithi029.rubqla (mgr.14180) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-11T17:03:15.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:14 smithi029 bash[14177]: cluster 2024-02-11T17:03:13.831505+0000 mgr.smithi029.rubqla (mgr.14180) 83 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:15.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:14 smithi029 bash[14177]: audit 2024-02-11T17:03:13.835433+0000 mgr.smithi029.rubqla (mgr.14180) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi029.front.sepia.ceph.com:3000"}]: dispatch 2024-02-11T17:03:15.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:14 smithi029 bash[14177]: audit 2024-02-11T17:03:13.850651+0000 mgr.smithi029.rubqla (mgr.14180) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-11T17:03:15.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:14 smithi029 bash[14177]: audit 2024-02-11T17:03:13.858352+0000 mgr.smithi029.rubqla (mgr.14180) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi029.front.sepia.ceph.com:9095"}]: dispatch 2024-02-11T17:03:15.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:14 smithi029 bash[14177]: audit 2024-02-11T17:03:14.481218+0000 mon.smithi029 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.29:0/2724805476' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:03:15.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:14 smithi073 bash[18997]: audit 2024-02-11T17:03:13.805702+0000 mgr.smithi029.rubqla (mgr.14180) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-11T17:03:15.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:14 smithi073 bash[18997]: audit 2024-02-11T17:03:13.808182+0000 mgr.smithi029.rubqla (mgr.14180) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"}]: dispatch 2024-02-11T17:03:15.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:14 smithi073 bash[18997]: audit 2024-02-11T17:03:13.822023+0000 mgr.smithi029.rubqla (mgr.14180) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-11T17:03:15.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:14 smithi073 bash[18997]: cluster 2024-02-11T17:03:13.831505+0000 mgr.smithi029.rubqla (mgr.14180) 83 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:15.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:14 smithi073 bash[18997]: audit 2024-02-11T17:03:13.835433+0000 mgr.smithi029.rubqla (mgr.14180) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi029.front.sepia.ceph.com:3000"}]: dispatch 2024-02-11T17:03:15.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:14 smithi073 bash[18997]: audit 2024-02-11T17:03:13.850651+0000 mgr.smithi029.rubqla (mgr.14180) 85 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-11T17:03:15.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:14 smithi073 bash[18997]: audit 2024-02-11T17:03:13.858352+0000 mgr.smithi029.rubqla (mgr.14180) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi029.front.sepia.ceph.com:9095"}]: dispatch 2024-02-11T17:03:15.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:14 smithi073 bash[18997]: audit 2024-02-11T17:03:14.481218+0000 mon.smithi029 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.29:0/2724805476' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:03:15.449 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-11T17:03:16.450 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T17:03:17.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:16 smithi073 bash[18997]: cluster 2024-02-11T17:03:15.831957+0000 mgr.smithi029.rubqla (mgr.14180) 87 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:17.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:16 smithi029 bash[14177]: cluster 2024-02-11T17:03:15.831957+0000 mgr.smithi029.rubqla (mgr.14180) 87 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:19.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:18 smithi073 bash[18997]: cluster 2024-02-11T17:03:17.832363+0000 mgr.smithi029.rubqla (mgr.14180) 88 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:19.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:18 smithi029 bash[14177]: cluster 2024-02-11T17:03:17.832363+0000 mgr.smithi029.rubqla (mgr.14180) 88 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:20.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:20 smithi029 bash[14177]: audit 2024-02-11T17:03:19.164932+0000 mon.smithi029 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:03:20.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:20 smithi029 bash[14177]: audit 2024-02-11T17:03:19.469106+0000 mon.smithi029 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:03:20.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:20 smithi029 bash[14177]: cluster 2024-02-11T17:03:19.832763+0000 mgr.smithi029.rubqla (mgr.14180) 89 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:20.465 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:03:20.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:20 smithi073 bash[18997]: audit 2024-02-11T17:03:19.164932+0000 mon.smithi029 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:03:20.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:20 smithi073 bash[18997]: audit 2024-02-11T17:03:19.469106+0000 mon.smithi029 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:03:20.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:20 smithi073 bash[18997]: cluster 2024-02-11T17:03:19.832763+0000 mgr.smithi029.rubqla (mgr.14180) 89 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:21.340 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-11T17:03:21.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:21 smithi029 bash[14177]: audit 2024-02-11T17:03:20.392787+0000 mon.smithi029 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:03:21.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:21 smithi029 bash[14177]: audit 2024-02-11T17:03:20.462753+0000 mon.smithi029 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.29:0/1095672538' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:03:21.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:21 smithi029 bash[14177]: audit 2024-02-11T17:03:20.669721+0000 mon.smithi029 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:03:21.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:21 smithi029 bash[14177]: audit 2024-02-11T17:03:20.671262+0000 mon.smithi029 (mon.0) 253 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:03:21.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:21 smithi029 bash[14177]: audit 2024-02-11T17:03:20.672641+0000 mon.smithi029 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:03:21.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:21 smithi029 bash[14177]: audit 2024-02-11T17:03:20.679238+0000 mon.smithi029 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:03:21.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:21 smithi029 bash[14177]: audit 2024-02-11T17:03:20.686408+0000 mon.smithi029 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:03:21.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:21 smithi029 bash[14177]: audit 2024-02-11T17:03:20.690949+0000 mon.smithi029 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-11T17:03:21.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:21 smithi029 bash[14177]: audit 2024-02-11T17:03:20.693641+0000 mon.smithi029 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-11T17:03:21.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:21 smithi029 bash[14177]: audit 2024-02-11T17:03:20.694032+0000 mon.smithi029 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:03:21.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:21 smithi029 bash[14177]: audit 2024-02-11T17:03:20.694768+0000 mon.smithi029 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:03:21.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:21 smithi073 bash[18997]: audit 2024-02-11T17:03:20.392787+0000 mon.smithi029 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:03:21.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:21 smithi073 bash[18997]: audit 2024-02-11T17:03:20.462753+0000 mon.smithi029 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.29:0/1095672538' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:03:21.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:21 smithi073 bash[18997]: audit 2024-02-11T17:03:20.669721+0000 mon.smithi029 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:03:21.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:21 smithi073 bash[18997]: audit 2024-02-11T17:03:20.671262+0000 mon.smithi029 (mon.0) 253 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:03:21.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:21 smithi073 bash[18997]: audit 2024-02-11T17:03:20.672641+0000 mon.smithi029 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:03:21.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:21 smithi073 bash[18997]: audit 2024-02-11T17:03:20.679238+0000 mon.smithi029 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:03:21.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:21 smithi073 bash[18997]: audit 2024-02-11T17:03:20.686408+0000 mon.smithi029 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:03:21.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:21 smithi073 bash[18997]: audit 2024-02-11T17:03:20.690949+0000 mon.smithi029 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-11T17:03:21.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:21 smithi073 bash[18997]: audit 2024-02-11T17:03:20.693641+0000 mon.smithi029 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-11T17:03:21.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:21 smithi073 bash[18997]: audit 2024-02-11T17:03:20.694032+0000 mon.smithi029 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:03:21.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:21 smithi073 bash[18997]: audit 2024-02-11T17:03:20.694768+0000 mon.smithi029 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:03:22.341 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T17:03:22.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:22 smithi029 bash[14177]: cluster 2024-02-11T17:03:21.833183+0000 mgr.smithi029.rubqla (mgr.14180) 90 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:22.730 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:22 smithi073 bash[18997]: cluster 2024-02-11T17:03:21.833183+0000 mgr.smithi029.rubqla (mgr.14180) 90 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:25.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:24 smithi029 bash[14177]: cluster 2024-02-11T17:03:23.833581+0000 mgr.smithi029.rubqla (mgr.14180) 91 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:25.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:24 smithi073 bash[18997]: cluster 2024-02-11T17:03:23.833581+0000 mgr.smithi029.rubqla (mgr.14180) 91 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:26.706 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:03:27.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:26 smithi029 bash[14177]: cluster 2024-02-11T17:03:25.833922+0000 mgr.smithi029.rubqla (mgr.14180) 92 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:27.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:26 smithi029 bash[14177]: audit 2024-02-11T17:03:26.704255+0000 mon.smithi029 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.29:0/3748935079' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:03:27.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:26 smithi073 bash[18997]: cluster 2024-02-11T17:03:25.833922+0000 mgr.smithi029.rubqla (mgr.14180) 92 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:27.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:26 smithi073 bash[18997]: audit 2024-02-11T17:03:26.704255+0000 mon.smithi029 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.29:0/3748935079' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:03:28.005 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-11T17:03:29.006 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T17:03:29.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:28 smithi029 bash[14177]: cluster 2024-02-11T17:03:27.834189+0000 mgr.smithi029.rubqla (mgr.14180) 93 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:29.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:28 smithi073 bash[18997]: cluster 2024-02-11T17:03:27.834189+0000 mgr.smithi029.rubqla (mgr.14180) 93 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:30.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:29 smithi073 bash[18997]: audit 2024-02-11T17:03:29.581630+0000 mon.smithi029 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "58b919bc-36df-409c-973c-a12d0338f4d3"}]: dispatch 2024-02-11T17:03:30.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:29 smithi073 bash[18997]: audit 2024-02-11T17:03:29.581927+0000 mon.smithi073 (mon.1) 2 : audit [INF] from='client.? 172.21.15.73:0/2937251975' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "58b919bc-36df-409c-973c-a12d0338f4d3"}]: dispatch 2024-02-11T17:03:30.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:29 smithi073 bash[18997]: audit 2024-02-11T17:03:29.588710+0000 mon.smithi029 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "58b919bc-36df-409c-973c-a12d0338f4d3"}]': finished 2024-02-11T17:03:30.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:29 smithi073 bash[18997]: cluster 2024-02-11T17:03:29.588833+0000 mon.smithi029 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-11T17:03:30.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:29 smithi073 bash[18997]: audit 2024-02-11T17:03:29.589051+0000 mon.smithi029 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T17:03:30.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:29 smithi029 bash[14177]: audit 2024-02-11T17:03:29.581630+0000 mon.smithi029 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "58b919bc-36df-409c-973c-a12d0338f4d3"}]: dispatch 2024-02-11T17:03:30.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:29 smithi029 bash[14177]: audit 2024-02-11T17:03:29.581927+0000 mon.smithi073 (mon.1) 2 : audit [INF] from='client.? 172.21.15.73:0/2937251975' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "58b919bc-36df-409c-973c-a12d0338f4d3"}]: dispatch 2024-02-11T17:03:30.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:29 smithi029 bash[14177]: audit 2024-02-11T17:03:29.588710+0000 mon.smithi029 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "58b919bc-36df-409c-973c-a12d0338f4d3"}]': finished 2024-02-11T17:03:30.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:29 smithi029 bash[14177]: cluster 2024-02-11T17:03:29.588833+0000 mon.smithi029 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-11T17:03:30.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:29 smithi029 bash[14177]: audit 2024-02-11T17:03:29.589051+0000 mon.smithi029 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T17:03:31.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:30 smithi029 bash[14177]: cluster 2024-02-11T17:03:29.834595+0000 mgr.smithi029.rubqla (mgr.14180) 94 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:31.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:30 smithi029 bash[14177]: audit 2024-02-11T17:03:30.773835+0000 mon.smithi029 (mon.0) 266 : audit [INF] from='client.? 172.21.15.29:0/3264347344' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2d2983e5-4e41-48ba-96a8-11095751f198"}]: dispatch 2024-02-11T17:03:31.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:30 smithi029 bash[14177]: audit 2024-02-11T17:03:30.778405+0000 mon.smithi029 (mon.0) 267 : audit [INF] from='client.? 172.21.15.29:0/3264347344' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2d2983e5-4e41-48ba-96a8-11095751f198"}]': finished 2024-02-11T17:03:31.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:30 smithi029 bash[14177]: cluster 2024-02-11T17:03:30.778449+0000 mon.smithi029 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-11T17:03:31.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:30 smithi029 bash[14177]: audit 2024-02-11T17:03:30.778556+0000 mon.smithi029 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T17:03:31.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:30 smithi029 bash[14177]: audit 2024-02-11T17:03:30.778871+0000 mon.smithi029 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:03:31.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:30 smithi073 bash[18997]: cluster 2024-02-11T17:03:29.834595+0000 mgr.smithi029.rubqla (mgr.14180) 94 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:31.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:30 smithi073 bash[18997]: audit 2024-02-11T17:03:30.773835+0000 mon.smithi029 (mon.0) 266 : audit [INF] from='client.? 172.21.15.29:0/3264347344' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2d2983e5-4e41-48ba-96a8-11095751f198"}]: dispatch 2024-02-11T17:03:31.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:30 smithi073 bash[18997]: audit 2024-02-11T17:03:30.778405+0000 mon.smithi029 (mon.0) 267 : audit [INF] from='client.? 172.21.15.29:0/3264347344' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2d2983e5-4e41-48ba-96a8-11095751f198"}]': finished 2024-02-11T17:03:31.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:30 smithi073 bash[18997]: cluster 2024-02-11T17:03:30.778449+0000 mon.smithi029 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-11T17:03:31.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:30 smithi073 bash[18997]: audit 2024-02-11T17:03:30.778556+0000 mon.smithi029 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T17:03:31.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:30 smithi073 bash[18997]: audit 2024-02-11T17:03:30.778871+0000 mon.smithi029 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:03:32.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:31 smithi029 bash[14177]: audit 2024-02-11T17:03:31.239041+0000 mon.smithi073 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.73:0/198109865' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T17:03:32.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:31 smithi073 bash[18997]: audit 2024-02-11T17:03:31.239041+0000 mon.smithi073 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.73:0/198109865' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T17:03:33.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:32 smithi073 bash[18997]: cluster 2024-02-11T17:03:31.835047+0000 mgr.smithi029.rubqla (mgr.14180) 95 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:33.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:32 smithi029 bash[14177]: cluster 2024-02-11T17:03:31.835047+0000 mgr.smithi029.rubqla (mgr.14180) 95 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:33.449 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:03:34.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:33 smithi029 bash[14177]: audit 2024-02-11T17:03:33.447170+0000 mon.smithi029 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.29:0/3875711658' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:03:34.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:33 smithi029 bash[14177]: audit 2024-02-11T17:03:33.544170+0000 mon.smithi029 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.29:0/2079438443' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T17:03:34.248 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:33 smithi073 bash[18997]: audit 2024-02-11T17:03:33.447170+0000 mon.smithi029 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.29:0/3875711658' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:03:34.248 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:33 smithi073 bash[18997]: audit 2024-02-11T17:03:33.544170+0000 mon.smithi029 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.29:0/2079438443' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T17:03:34.466 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1707671010,"num_remapped_pgs":0} 2024-02-11T17:03:35.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:34 smithi029 bash[14177]: cluster 2024-02-11T17:03:33.835585+0000 mgr.smithi029.rubqla (mgr.14180) 96 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:35.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:34 smithi029 bash[14177]: audit 2024-02-11T17:03:34.052915+0000 mon.smithi029 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a36e630f-68a2-4c65-aa37-bc2d0477b739"}]: dispatch 2024-02-11T17:03:35.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:34 smithi029 bash[14177]: audit 2024-02-11T17:03:34.053233+0000 mon.smithi073 (mon.1) 4 : audit [INF] from='client.? 172.21.15.73:0/1337833450' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a36e630f-68a2-4c65-aa37-bc2d0477b739"}]: dispatch 2024-02-11T17:03:35.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:34 smithi029 bash[14177]: audit 2024-02-11T17:03:34.058479+0000 mon.smithi029 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a36e630f-68a2-4c65-aa37-bc2d0477b739"}]': finished 2024-02-11T17:03:35.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:34 smithi029 bash[14177]: cluster 2024-02-11T17:03:34.058533+0000 mon.smithi029 (mon.0) 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-11T17:03:35.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:34 smithi029 bash[14177]: audit 2024-02-11T17:03:34.058759+0000 mon.smithi029 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T17:03:35.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:34 smithi029 bash[14177]: audit 2024-02-11T17:03:34.059469+0000 mon.smithi029 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:03:35.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:34 smithi029 bash[14177]: audit 2024-02-11T17:03:34.059939+0000 mon.smithi029 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:03:35.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:34 smithi073 bash[18997]: cluster 2024-02-11T17:03:33.835585+0000 mgr.smithi029.rubqla (mgr.14180) 96 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:35.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:34 smithi073 bash[18997]: audit 2024-02-11T17:03:34.052915+0000 mon.smithi029 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a36e630f-68a2-4c65-aa37-bc2d0477b739"}]: dispatch 2024-02-11T17:03:35.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:34 smithi073 bash[18997]: audit 2024-02-11T17:03:34.053233+0000 mon.smithi073 (mon.1) 4 : audit [INF] from='client.? 172.21.15.73:0/1337833450' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a36e630f-68a2-4c65-aa37-bc2d0477b739"}]: dispatch 2024-02-11T17:03:35.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:34 smithi073 bash[18997]: audit 2024-02-11T17:03:34.058479+0000 mon.smithi029 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a36e630f-68a2-4c65-aa37-bc2d0477b739"}]': finished 2024-02-11T17:03:35.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:34 smithi073 bash[18997]: cluster 2024-02-11T17:03:34.058533+0000 mon.smithi029 (mon.0) 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-11T17:03:35.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:34 smithi073 bash[18997]: audit 2024-02-11T17:03:34.058759+0000 mon.smithi029 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T17:03:35.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:34 smithi073 bash[18997]: audit 2024-02-11T17:03:34.059469+0000 mon.smithi029 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:03:35.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:34 smithi073 bash[18997]: audit 2024-02-11T17:03:34.059939+0000 mon.smithi029 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:03:35.468 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T17:03:36.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:35 smithi029 bash[14177]: audit 2024-02-11T17:03:35.621951+0000 mon.smithi073 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.73:0/263767719' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T17:03:36.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:35 smithi073 bash[18997]: audit 2024-02-11T17:03:35.621951+0000 mon.smithi073 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.73:0/263767719' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T17:03:37.288 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:36 smithi029 bash[14177]: cluster 2024-02-11T17:03:35.835958+0000 mgr.smithi029.rubqla (mgr.14180) 97 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:37.288 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:36 smithi029 bash[14177]: audit 2024-02-11T17:03:36.329185+0000 mon.smithi029 (mon.0) 279 : audit [INF] from='client.? 172.21.15.29:0/698437474' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d364b181-5333-46e2-a923-b5cf903c4d4f"}]: dispatch 2024-02-11T17:03:37.288 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:36 smithi029 bash[14177]: audit 2024-02-11T17:03:36.336197+0000 mon.smithi029 (mon.0) 280 : audit [INF] from='client.? 172.21.15.29:0/698437474' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d364b181-5333-46e2-a923-b5cf903c4d4f"}]': finished 2024-02-11T17:03:37.289 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:36 smithi029 bash[14177]: cluster 2024-02-11T17:03:36.336343+0000 mon.smithi029 (mon.0) 281 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-11T17:03:37.289 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:36 smithi029 bash[14177]: audit 2024-02-11T17:03:36.336519+0000 mon.smithi029 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T17:03:37.289 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:36 smithi029 bash[14177]: audit 2024-02-11T17:03:36.336976+0000 mon.smithi029 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:03:37.289 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:36 smithi029 bash[14177]: audit 2024-02-11T17:03:36.337193+0000 mon.smithi029 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:03:37.289 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:36 smithi029 bash[14177]: audit 2024-02-11T17:03:36.337419+0000 mon.smithi029 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:03:37.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:36 smithi073 bash[18997]: cluster 2024-02-11T17:03:35.835958+0000 mgr.smithi029.rubqla (mgr.14180) 97 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:37.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:36 smithi073 bash[18997]: audit 2024-02-11T17:03:36.329185+0000 mon.smithi029 (mon.0) 279 : audit [INF] from='client.? 172.21.15.29:0/698437474' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d364b181-5333-46e2-a923-b5cf903c4d4f"}]: dispatch 2024-02-11T17:03:37.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:36 smithi073 bash[18997]: audit 2024-02-11T17:03:36.336197+0000 mon.smithi029 (mon.0) 280 : audit [INF] from='client.? 172.21.15.29:0/698437474' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d364b181-5333-46e2-a923-b5cf903c4d4f"}]': finished 2024-02-11T17:03:37.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:36 smithi073 bash[18997]: cluster 2024-02-11T17:03:36.336343+0000 mon.smithi029 (mon.0) 281 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-11T17:03:37.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:36 smithi073 bash[18997]: audit 2024-02-11T17:03:36.336519+0000 mon.smithi029 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T17:03:37.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:36 smithi073 bash[18997]: audit 2024-02-11T17:03:36.336976+0000 mon.smithi029 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:03:37.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:36 smithi073 bash[18997]: audit 2024-02-11T17:03:36.337193+0000 mon.smithi029 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:03:37.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:36 smithi073 bash[18997]: audit 2024-02-11T17:03:36.337419+0000 mon.smithi029 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:03:39.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:38 smithi073 bash[18997]: cluster 2024-02-11T17:03:37.836537+0000 mgr.smithi029.rubqla (mgr.14180) 98 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:39.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:38 smithi073 bash[18997]: audit 2024-02-11T17:03:38.385420+0000 mon.smithi029 (mon.0) 286 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b9138497-1dde-4001-a69d-3dece205cb7a"}]: dispatch 2024-02-11T17:03:39.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:38 smithi073 bash[18997]: audit 2024-02-11T17:03:38.385870+0000 mon.smithi073 (mon.1) 6 : audit [INF] from='client.? 172.21.15.73:0/1378628977' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b9138497-1dde-4001-a69d-3dece205cb7a"}]: dispatch 2024-02-11T17:03:39.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:38 smithi073 bash[18997]: audit 2024-02-11T17:03:38.392590+0000 mon.smithi029 (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b9138497-1dde-4001-a69d-3dece205cb7a"}]': finished 2024-02-11T17:03:39.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:38 smithi073 bash[18997]: cluster 2024-02-11T17:03:38.392713+0000 mon.smithi029 (mon.0) 288 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-11T17:03:39.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:38 smithi073 bash[18997]: audit 2024-02-11T17:03:38.392850+0000 mon.smithi029 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T17:03:39.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:38 smithi073 bash[18997]: audit 2024-02-11T17:03:38.393161+0000 mon.smithi029 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:03:39.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:38 smithi073 bash[18997]: audit 2024-02-11T17:03:38.393381+0000 mon.smithi029 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:03:39.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:38 smithi073 bash[18997]: audit 2024-02-11T17:03:38.393598+0000 mon.smithi029 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:03:39.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:38 smithi073 bash[18997]: audit 2024-02-11T17:03:38.393812+0000 mon.smithi029 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:03:39.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:38 smithi073 bash[18997]: audit 2024-02-11T17:03:38.853582+0000 mon.smithi029 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.29:0/3238031380' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T17:03:39.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:38 smithi029 bash[14177]: cluster 2024-02-11T17:03:37.836537+0000 mgr.smithi029.rubqla (mgr.14180) 98 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:39.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:38 smithi029 bash[14177]: audit 2024-02-11T17:03:38.385420+0000 mon.smithi029 (mon.0) 286 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b9138497-1dde-4001-a69d-3dece205cb7a"}]: dispatch 2024-02-11T17:03:39.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:38 smithi029 bash[14177]: audit 2024-02-11T17:03:38.385870+0000 mon.smithi073 (mon.1) 6 : audit [INF] from='client.? 172.21.15.73:0/1378628977' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b9138497-1dde-4001-a69d-3dece205cb7a"}]: dispatch 2024-02-11T17:03:39.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:38 smithi029 bash[14177]: audit 2024-02-11T17:03:38.392590+0000 mon.smithi029 (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b9138497-1dde-4001-a69d-3dece205cb7a"}]': finished 2024-02-11T17:03:39.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:38 smithi029 bash[14177]: cluster 2024-02-11T17:03:38.392713+0000 mon.smithi029 (mon.0) 288 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-11T17:03:39.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:38 smithi029 bash[14177]: audit 2024-02-11T17:03:38.392850+0000 mon.smithi029 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T17:03:39.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:38 smithi029 bash[14177]: audit 2024-02-11T17:03:38.393161+0000 mon.smithi029 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:03:39.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:38 smithi029 bash[14177]: audit 2024-02-11T17:03:38.393381+0000 mon.smithi029 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:03:39.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:38 smithi029 bash[14177]: audit 2024-02-11T17:03:38.393598+0000 mon.smithi029 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:03:39.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:38 smithi029 bash[14177]: audit 2024-02-11T17:03:38.393812+0000 mon.smithi029 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:03:39.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:38 smithi029 bash[14177]: audit 2024-02-11T17:03:38.853582+0000 mon.smithi029 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.29:0/3238031380' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T17:03:39.895 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:03:40.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:39 smithi073 bash[18997]: audit 2024-02-11T17:03:39.893282+0000 mon.smithi029 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.29:0/758996569' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:03:40.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:39 smithi029 bash[14177]: audit 2024-02-11T17:03:39.893282+0000 mon.smithi029 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.29:0/758996569' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:03:40.837 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1707671018,"num_remapped_pgs":0} 2024-02-11T17:03:41.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:40 smithi029 bash[14177]: cluster 2024-02-11T17:03:39.836916+0000 mgr.smithi029.rubqla (mgr.14180) 99 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:41.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:40 smithi029 bash[14177]: audit 2024-02-11T17:03:39.983316+0000 mon.smithi073 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.73:0/2641325267' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T17:03:41.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:40 smithi073 bash[18997]: cluster 2024-02-11T17:03:39.836916+0000 mgr.smithi029.rubqla (mgr.14180) 99 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:41.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:40 smithi073 bash[18997]: audit 2024-02-11T17:03:39.983316+0000 mon.smithi073 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.73:0/2641325267' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T17:03:41.838 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T17:03:42.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:41 smithi029 bash[14177]: audit 2024-02-11T17:03:41.670794+0000 mon.smithi029 (mon.0) 296 : audit [INF] from='client.? 172.21.15.29:0/122597782' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04529cc4-ba5a-41eb-ac0d-07763a8a53b8"}]: dispatch 2024-02-11T17:03:42.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:41 smithi029 bash[14177]: audit 2024-02-11T17:03:41.676662+0000 mon.smithi029 (mon.0) 297 : audit [INF] from='client.? 172.21.15.29:0/122597782' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "04529cc4-ba5a-41eb-ac0d-07763a8a53b8"}]': finished 2024-02-11T17:03:42.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:41 smithi029 bash[14177]: cluster 2024-02-11T17:03:41.676701+0000 mon.smithi029 (mon.0) 298 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-11T17:03:42.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:41 smithi029 bash[14177]: audit 2024-02-11T17:03:41.676949+0000 mon.smithi029 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T17:03:42.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:41 smithi029 bash[14177]: audit 2024-02-11T17:03:41.677476+0000 mon.smithi029 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:03:42.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:41 smithi029 bash[14177]: audit 2024-02-11T17:03:41.677832+0000 mon.smithi029 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:03:42.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:41 smithi029 bash[14177]: audit 2024-02-11T17:03:41.678193+0000 mon.smithi029 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:03:42.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:41 smithi029 bash[14177]: audit 2024-02-11T17:03:41.678559+0000 mon.smithi029 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:03:42.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:41 smithi029 bash[14177]: audit 2024-02-11T17:03:41.678911+0000 mon.smithi029 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:03:42.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:41 smithi073 bash[18997]: audit 2024-02-11T17:03:41.670794+0000 mon.smithi029 (mon.0) 296 : audit [INF] from='client.? 172.21.15.29:0/122597782' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "04529cc4-ba5a-41eb-ac0d-07763a8a53b8"}]: dispatch 2024-02-11T17:03:42.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:41 smithi073 bash[18997]: audit 2024-02-11T17:03:41.676662+0000 mon.smithi029 (mon.0) 297 : audit [INF] from='client.? 172.21.15.29:0/122597782' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "04529cc4-ba5a-41eb-ac0d-07763a8a53b8"}]': finished 2024-02-11T17:03:42.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:41 smithi073 bash[18997]: cluster 2024-02-11T17:03:41.676701+0000 mon.smithi029 (mon.0) 298 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-11T17:03:42.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:41 smithi073 bash[18997]: audit 2024-02-11T17:03:41.676949+0000 mon.smithi029 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T17:03:42.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:41 smithi073 bash[18997]: audit 2024-02-11T17:03:41.677476+0000 mon.smithi029 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:03:42.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:41 smithi073 bash[18997]: audit 2024-02-11T17:03:41.677832+0000 mon.smithi029 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:03:42.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:41 smithi073 bash[18997]: audit 2024-02-11T17:03:41.678193+0000 mon.smithi029 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:03:42.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:41 smithi073 bash[18997]: audit 2024-02-11T17:03:41.678559+0000 mon.smithi029 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:03:42.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:41 smithi073 bash[18997]: audit 2024-02-11T17:03:41.678911+0000 mon.smithi029 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:03:42.988 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:42 smithi073 bash[18997]: cluster 2024-02-11T17:03:41.837340+0000 mgr.smithi029.rubqla (mgr.14180) 100 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:42.988 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:42 smithi073 bash[18997]: audit 2024-02-11T17:03:42.786584+0000 mon.smithi029 (mon.0) 305 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8288f88b-9f6d-4954-9e99-343848b40420"}]: dispatch 2024-02-11T17:03:42.988 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:42 smithi073 bash[18997]: audit 2024-02-11T17:03:42.787155+0000 mon.smithi073 (mon.1) 8 : audit [INF] from='client.? 172.21.15.73:0/2259064204' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8288f88b-9f6d-4954-9e99-343848b40420"}]: dispatch 2024-02-11T17:03:42.988 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:42 smithi073 bash[18997]: audit 2024-02-11T17:03:42.793450+0000 mon.smithi029 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8288f88b-9f6d-4954-9e99-343848b40420"}]': finished 2024-02-11T17:03:42.988 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:42 smithi073 bash[18997]: cluster 2024-02-11T17:03:42.793574+0000 mon.smithi029 (mon.0) 307 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-11T17:03:42.989 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:42 smithi073 bash[18997]: audit 2024-02-11T17:03:42.805830+0000 mon.smithi029 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T17:03:42.989 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:42 smithi073 bash[18997]: audit 2024-02-11T17:03:42.806049+0000 mon.smithi029 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:03:42.989 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:42 smithi073 bash[18997]: audit 2024-02-11T17:03:42.806323+0000 mon.smithi029 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:03:42.989 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:42 smithi073 bash[18997]: audit 2024-02-11T17:03:42.806533+0000 mon.smithi029 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:03:42.989 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:42 smithi073 bash[18997]: audit 2024-02-11T17:03:42.806748+0000 mon.smithi029 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:03:42.989 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:42 smithi073 bash[18997]: audit 2024-02-11T17:03:42.807026+0000 mon.smithi029 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:03:42.989 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:42 smithi073 bash[18997]: audit 2024-02-11T17:03:42.807194+0000 mon.smithi029 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:03:43.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:42 smithi029 bash[14177]: cluster 2024-02-11T17:03:41.837340+0000 mgr.smithi029.rubqla (mgr.14180) 100 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:43.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:42 smithi029 bash[14177]: audit 2024-02-11T17:03:42.786584+0000 mon.smithi029 (mon.0) 305 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8288f88b-9f6d-4954-9e99-343848b40420"}]: dispatch 2024-02-11T17:03:43.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:42 smithi029 bash[14177]: audit 2024-02-11T17:03:42.787155+0000 mon.smithi073 (mon.1) 8 : audit [INF] from='client.? 172.21.15.73:0/2259064204' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8288f88b-9f6d-4954-9e99-343848b40420"}]: dispatch 2024-02-11T17:03:43.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:42 smithi029 bash[14177]: audit 2024-02-11T17:03:42.793450+0000 mon.smithi029 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8288f88b-9f6d-4954-9e99-343848b40420"}]': finished 2024-02-11T17:03:43.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:42 smithi029 bash[14177]: cluster 2024-02-11T17:03:42.793574+0000 mon.smithi029 (mon.0) 307 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-11T17:03:43.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:42 smithi029 bash[14177]: audit 2024-02-11T17:03:42.805830+0000 mon.smithi029 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T17:03:43.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:42 smithi029 bash[14177]: audit 2024-02-11T17:03:42.806049+0000 mon.smithi029 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:03:43.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:42 smithi029 bash[14177]: audit 2024-02-11T17:03:42.806323+0000 mon.smithi029 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:03:43.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:42 smithi029 bash[14177]: audit 2024-02-11T17:03:42.806533+0000 mon.smithi029 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:03:43.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:42 smithi029 bash[14177]: audit 2024-02-11T17:03:42.806748+0000 mon.smithi029 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:03:43.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:42 smithi029 bash[14177]: audit 2024-02-11T17:03:42.807026+0000 mon.smithi029 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:03:43.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:42 smithi029 bash[14177]: audit 2024-02-11T17:03:42.807194+0000 mon.smithi029 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:03:45.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:44 smithi029 bash[14177]: cluster 2024-02-11T17:03:43.837774+0000 mgr.smithi029.rubqla (mgr.14180) 101 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:45.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:44 smithi029 bash[14177]: audit 2024-02-11T17:03:44.139072+0000 mon.smithi029 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.29:0/1044213869' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T17:03:45.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:44 smithi029 bash[14177]: audit 2024-02-11T17:03:44.551780+0000 mon.smithi073 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.73:0/147042855' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T17:03:45.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:44 smithi073 bash[18997]: cluster 2024-02-11T17:03:43.837774+0000 mgr.smithi029.rubqla (mgr.14180) 101 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:45.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:44 smithi073 bash[18997]: audit 2024-02-11T17:03:44.139072+0000 mon.smithi029 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.29:0/1044213869' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T17:03:45.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:44 smithi073 bash[18997]: audit 2024-02-11T17:03:44.551780+0000 mon.smithi073 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.73:0/147042855' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T17:03:46.251 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:03:47.217 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:46 smithi029 bash[14177]: cluster 2024-02-11T17:03:45.838294+0000 mgr.smithi029.rubqla (mgr.14180) 102 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:47.217 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:46 smithi029 bash[14177]: audit 2024-02-11T17:03:46.248658+0000 mon.smithi029 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.29:0/3595573766' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:03:47.217 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:46 smithi029 bash[14177]: audit 2024-02-11T17:03:46.945324+0000 mon.smithi029 (mon.0) 317 : audit [INF] from='client.? 172.21.15.29:0/2475559863' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "53c54f77-ce95-44c2-b147-92d288ed4988"}]: dispatch 2024-02-11T17:03:47.217 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:46 smithi029 bash[14177]: audit 2024-02-11T17:03:46.950765+0000 mon.smithi029 (mon.0) 318 : audit [INF] from='client.? 172.21.15.29:0/2475559863' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "53c54f77-ce95-44c2-b147-92d288ed4988"}]': finished 2024-02-11T17:03:47.217 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:46 smithi029 bash[14177]: cluster 2024-02-11T17:03:46.950829+0000 mon.smithi029 (mon.0) 319 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-11T17:03:47.218 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:46 smithi029 bash[14177]: audit 2024-02-11T17:03:46.951053+0000 mon.smithi029 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T17:03:47.218 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:46 smithi029 bash[14177]: audit 2024-02-11T17:03:46.951688+0000 mon.smithi029 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:03:47.218 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:46 smithi029 bash[14177]: audit 2024-02-11T17:03:46.952142+0000 mon.smithi029 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:03:47.218 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:46 smithi029 bash[14177]: audit 2024-02-11T17:03:46.952552+0000 mon.smithi029 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:03:47.218 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:46 smithi029 bash[14177]: audit 2024-02-11T17:03:46.953052+0000 mon.smithi029 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:03:47.218 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:46 smithi029 bash[14177]: audit 2024-02-11T17:03:46.953445+0000 mon.smithi029 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:03:47.218 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:46 smithi029 bash[14177]: audit 2024-02-11T17:03:46.953881+0000 mon.smithi029 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:03:47.218 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:46 smithi029 bash[14177]: audit 2024-02-11T17:03:46.954280+0000 mon.smithi029 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:03:47.219 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1707671022,"num_remapped_pgs":0} 2024-02-11T17:03:47.341 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:46 smithi073 bash[18997]: cluster 2024-02-11T17:03:45.838294+0000 mgr.smithi029.rubqla (mgr.14180) 102 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:47.341 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:46 smithi073 bash[18997]: audit 2024-02-11T17:03:46.248658+0000 mon.smithi029 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.29:0/3595573766' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:03:47.341 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:46 smithi073 bash[18997]: audit 2024-02-11T17:03:46.945324+0000 mon.smithi029 (mon.0) 317 : audit [INF] from='client.? 172.21.15.29:0/2475559863' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "53c54f77-ce95-44c2-b147-92d288ed4988"}]: dispatch 2024-02-11T17:03:47.341 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:46 smithi073 bash[18997]: audit 2024-02-11T17:03:46.950765+0000 mon.smithi029 (mon.0) 318 : audit [INF] from='client.? 172.21.15.29:0/2475559863' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "53c54f77-ce95-44c2-b147-92d288ed4988"}]': finished 2024-02-11T17:03:47.341 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:46 smithi073 bash[18997]: cluster 2024-02-11T17:03:46.950829+0000 mon.smithi029 (mon.0) 319 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-11T17:03:47.341 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:46 smithi073 bash[18997]: audit 2024-02-11T17:03:46.951053+0000 mon.smithi029 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T17:03:47.341 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:46 smithi073 bash[18997]: audit 2024-02-11T17:03:46.951688+0000 mon.smithi029 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:03:47.341 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:46 smithi073 bash[18997]: audit 2024-02-11T17:03:46.952142+0000 mon.smithi029 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:03:47.341 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:46 smithi073 bash[18997]: audit 2024-02-11T17:03:46.952552+0000 mon.smithi029 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:03:47.341 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:46 smithi073 bash[18997]: audit 2024-02-11T17:03:46.953052+0000 mon.smithi029 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:03:47.341 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:46 smithi073 bash[18997]: audit 2024-02-11T17:03:46.953445+0000 mon.smithi029 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:03:47.342 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:46 smithi073 bash[18997]: audit 2024-02-11T17:03:46.953881+0000 mon.smithi029 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:03:47.342 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:46 smithi073 bash[18997]: audit 2024-02-11T17:03:46.954280+0000 mon.smithi029 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:03:48.220 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T17:03:49.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:48 smithi073 bash[18997]: cluster 2024-02-11T17:03:47.838703+0000 mgr.smithi029.rubqla (mgr.14180) 103 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:49.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:48 smithi073 bash[18997]: audit 2024-02-11T17:03:48.592587+0000 mon.smithi029 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.29:0/1136468739' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T17:03:49.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:48 smithi029 bash[14177]: cluster 2024-02-11T17:03:47.838703+0000 mgr.smithi029.rubqla (mgr.14180) 103 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:49.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:48 smithi029 bash[14177]: audit 2024-02-11T17:03:48.592587+0000 mon.smithi029 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.29:0/1136468739' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-11T17:03:51.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:50 smithi073 bash[18997]: cluster 2024-02-11T17:03:49.839147+0000 mgr.smithi029.rubqla (mgr.14180) 104 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:51.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:50 smithi029 bash[14177]: cluster 2024-02-11T17:03:49.839147+0000 mgr.smithi029.rubqla (mgr.14180) 104 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:52.716 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:03:53.024 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:52 smithi029 bash[14177]: cluster 2024-02-11T17:03:51.839682+0000 mgr.smithi029.rubqla (mgr.14180) 105 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:53.024 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:52 smithi029 bash[14177]: audit 2024-02-11T17:03:52.714303+0000 mon.smithi029 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.29:0/1205484639' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:03:53.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:52 smithi073 bash[18997]: cluster 2024-02-11T17:03:51.839682+0000 mgr.smithi029.rubqla (mgr.14180) 105 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:53.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:52 smithi073 bash[18997]: audit 2024-02-11T17:03:52.714303+0000 mon.smithi029 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.29:0/1205484639' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:03:53.744 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707671026,"num_remapped_pgs":0} 2024-02-11T17:03:54.745 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T17:03:55.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:54 smithi029 bash[14177]: cluster 2024-02-11T17:03:53.840153+0000 mgr.smithi029.rubqla (mgr.14180) 106 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:55.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:54 smithi073 bash[18997]: cluster 2024-02-11T17:03:53.840153+0000 mgr.smithi029.rubqla (mgr.14180) 106 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:57.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:56 smithi073 bash[18997]: cluster 2024-02-11T17:03:55.840576+0000 mgr.smithi029.rubqla (mgr.14180) 107 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:57.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:56 smithi073 bash[18997]: audit 2024-02-11T17:03:56.490574+0000 mon.smithi029 (mon.0) 330 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-11T17:03:57.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:56 smithi073 bash[18997]: audit 2024-02-11T17:03:56.492238+0000 mon.smithi029 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:03:57.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:56 smithi029 bash[14177]: cluster 2024-02-11T17:03:55.840576+0000 mgr.smithi029.rubqla (mgr.14180) 107 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:57.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:56 smithi029 bash[14177]: audit 2024-02-11T17:03:56.490574+0000 mon.smithi029 (mon.0) 330 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-11T17:03:57.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:56 smithi029 bash[14177]: audit 2024-02-11T17:03:56.492238+0000 mon.smithi029 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:03:58.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:57 smithi073 bash[18997]: cephadm 2024-02-11T17:03:56.493817+0000 mgr.smithi029.rubqla (mgr.14180) 108 : cephadm [INF] Deploying daemon osd.0 on smithi073 2024-02-11T17:03:58.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:57 smithi029 bash[14177]: cephadm 2024-02-11T17:03:56.493817+0000 mgr.smithi029.rubqla (mgr.14180) 108 : cephadm [INF] Deploying daemon osd.0 on smithi073 2024-02-11T17:03:59.222 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:58 smithi029 bash[14177]: cluster 2024-02-11T17:03:57.840997+0000 mgr.smithi029.rubqla (mgr.14180) 109 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:59.308 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:58 smithi073 bash[18997]: cluster 2024-02-11T17:03:57.840997+0000 mgr.smithi029.rubqla (mgr.14180) 109 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:03:59.313 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:04:00.116 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:03:59 smithi029 bash[14177]: audit 2024-02-11T17:03:59.311288+0000 mon.smithi029 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.29:0/1809097932' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:04:00.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:03:59 smithi073 bash[18997]: audit 2024-02-11T17:03:59.311288+0000 mon.smithi029 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.29:0/1809097932' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:04:00.978 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707671026,"num_remapped_pgs":0} 2024-02-11T17:04:01.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:00 smithi073 bash[18997]: cluster 2024-02-11T17:03:59.841328+0000 mgr.smithi029.rubqla (mgr.14180) 110 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:01.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:00 smithi073 bash[18997]: audit 2024-02-11T17:04:00.864052+0000 mon.smithi029 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:04:01.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:00 smithi073 bash[18997]: audit 2024-02-11T17:04:00.865419+0000 mon.smithi029 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-11T17:04:01.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:00 smithi073 bash[18997]: audit 2024-02-11T17:04:00.866579+0000 mon.smithi029 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:04:01.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:00 smithi029 bash[14177]: cluster 2024-02-11T17:03:59.841328+0000 mgr.smithi029.rubqla (mgr.14180) 110 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:01.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:00 smithi029 bash[14177]: audit 2024-02-11T17:04:00.864052+0000 mon.smithi029 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:04:01.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:00 smithi029 bash[14177]: audit 2024-02-11T17:04:00.865419+0000 mon.smithi029 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-11T17:04:01.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:00 smithi029 bash[14177]: audit 2024-02-11T17:04:00.866579+0000 mon.smithi029 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:04:01.979 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T17:04:02.282 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:02 smithi073 bash[18997]: cephadm 2024-02-11T17:04:00.867613+0000 mgr.smithi029.rubqla (mgr.14180) 111 : cephadm [INF] Deploying daemon osd.2 on smithi073 2024-02-11T17:04:02.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:02 smithi029 bash[14177]: cephadm 2024-02-11T17:04:00.867613+0000 mgr.smithi029.rubqla (mgr.14180) 111 : cephadm [INF] Deploying daemon osd.2 on smithi073 2024-02-11T17:04:03.221 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:03 smithi073 bash[18997]: cluster 2024-02-11T17:04:01.841692+0000 mgr.smithi029.rubqla (mgr.14180) 112 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:03.381 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:03 smithi029 bash[14177]: cluster 2024-02-11T17:04:01.841692+0000 mgr.smithi029.rubqla (mgr.14180) 112 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:05.321 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:05 smithi073 bash[18997]: cluster 2024-02-11T17:04:03.842045+0000 mgr.smithi029.rubqla (mgr.14180) 113 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:05.322 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:05 smithi073 bash[18997]: audit 2024-02-11T17:04:04.259249+0000 mon.smithi029 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-11T17:04:05.322 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:05 smithi073 bash[18997]: audit 2024-02-11T17:04:04.260701+0000 mon.smithi029 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:04:05.441 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:05 smithi029 bash[14177]: cluster 2024-02-11T17:04:03.842045+0000 mgr.smithi029.rubqla (mgr.14180) 113 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:05.441 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:05 smithi029 bash[14177]: audit 2024-02-11T17:04:04.259249+0000 mon.smithi029 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-11T17:04:05.441 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:05 smithi029 bash[14177]: audit 2024-02-11T17:04:04.260701+0000 mon.smithi029 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:04:06.300 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:06 smithi029 bash[14177]: cephadm 2024-02-11T17:04:04.261723+0000 mgr.smithi029.rubqla (mgr.14180) 114 : cephadm [INF] Deploying daemon osd.1 on smithi029 2024-02-11T17:04:06.331 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:06 smithi073 bash[18997]: cephadm 2024-02-11T17:04:04.261723+0000 mgr.smithi029.rubqla (mgr.14180) 114 : cephadm [INF] Deploying daemon osd.1 on smithi029 2024-02-11T17:04:07.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:07 smithi073 bash[18997]: cluster 2024-02-11T17:04:05.842535+0000 mgr.smithi029.rubqla (mgr.14180) 115 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:07.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:07 smithi073 bash[18997]: audit 2024-02-11T17:04:06.368918+0000 mon.smithi029 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:04:07.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:07 smithi073 bash[18997]: audit 2024-02-11T17:04:06.370677+0000 mon.smithi029 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-11T17:04:07.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:07 smithi073 bash[18997]: audit 2024-02-11T17:04:06.372055+0000 mon.smithi029 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:04:07.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:07 smithi073 bash[18997]: cephadm 2024-02-11T17:04:06.373172+0000 mgr.smithi029.rubqla (mgr.14180) 116 : cephadm [INF] Deploying daemon osd.4 on smithi073 2024-02-11T17:04:07.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:07 smithi029 bash[14177]: cluster 2024-02-11T17:04:05.842535+0000 mgr.smithi029.rubqla (mgr.14180) 115 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:07.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:07 smithi029 bash[14177]: audit 2024-02-11T17:04:06.368918+0000 mon.smithi029 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:04:07.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:07 smithi029 bash[14177]: audit 2024-02-11T17:04:06.370677+0000 mon.smithi029 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-11T17:04:07.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:07 smithi029 bash[14177]: audit 2024-02-11T17:04:06.372055+0000 mon.smithi029 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:04:07.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:07 smithi029 bash[14177]: cephadm 2024-02-11T17:04:06.373172+0000 mgr.smithi029.rubqla (mgr.14180) 116 : cephadm [INF] Deploying daemon osd.4 on smithi073 2024-02-11T17:04:08.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:08 smithi073 bash[18997]: cluster 2024-02-11T17:04:07.842980+0000 mgr.smithi029.rubqla (mgr.14180) 117 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:08.360 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:08 smithi029 bash[14177]: cluster 2024-02-11T17:04:07.842980+0000 mgr.smithi029.rubqla (mgr.14180) 117 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:08.894 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:04:09.247 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:09 smithi029 bash[14177]: audit 2024-02-11T17:04:08.766671+0000 mon.smithi029 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-11T17:04:09.247 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:09 smithi029 bash[14177]: audit 2024-02-11T17:04:08.767524+0000 mon.smithi073 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.73:6800/3885042474,v1:172.21.15.73:6801/3885042474]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-11T17:04:09.247 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:09 smithi029 bash[14177]: audit 2024-02-11T17:04:08.891645+0000 mon.smithi029 (mon.0) 342 : audit [DBG] from='client.? 172.21.15.29:0/1490805705' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:04:09.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:09 smithi073 bash[18997]: audit 2024-02-11T17:04:08.766671+0000 mon.smithi029 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-11T17:04:09.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:09 smithi073 bash[18997]: audit 2024-02-11T17:04:08.767524+0000 mon.smithi073 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.73:6800/3885042474,v1:172.21.15.73:6801/3885042474]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-11T17:04:09.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:09 smithi073 bash[18997]: audit 2024-02-11T17:04:08.891645+0000 mon.smithi029 (mon.0) 342 : audit [DBG] from='client.? 172.21.15.29:0/1490805705' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:04:10.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:10 smithi073 bash[18997]: audit 2024-02-11T17:04:09.028806+0000 mon.smithi029 (mon.0) 343 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-11T17:04:10.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:10 smithi073 bash[18997]: cluster 2024-02-11T17:04:09.028864+0000 mon.smithi029 (mon.0) 344 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-11T17:04:10.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:10 smithi073 bash[18997]: audit 2024-02-11T17:04:09.028959+0000 mon.smithi029 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T17:04:10.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:10 smithi073 bash[18997]: audit 2024-02-11T17:04:09.029244+0000 mon.smithi029 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:10.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:10 smithi073 bash[18997]: audit 2024-02-11T17:04:09.029386+0000 mon.smithi029 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:04:10.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:10 smithi073 bash[18997]: audit 2024-02-11T17:04:09.029598+0000 mon.smithi029 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:10.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:10 smithi073 bash[18997]: audit 2024-02-11T17:04:09.029747+0000 mon.smithi029 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:04:10.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:10 smithi073 bash[18997]: audit 2024-02-11T17:04:09.029920+0000 mon.smithi029 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:10.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:10 smithi073 bash[18997]: audit 2024-02-11T17:04:09.030084+0000 mon.smithi029 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:10.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:10 smithi073 bash[18997]: audit 2024-02-11T17:04:09.030233+0000 mon.smithi029 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:10.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:10 smithi073 bash[18997]: audit 2024-02-11T17:04:09.035501+0000 mon.smithi029 (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=smithi073", "root=default"]}]: dispatch 2024-02-11T17:04:10.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:10 smithi073 bash[18997]: audit 2024-02-11T17:04:09.036567+0000 mon.smithi073 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.73:6800/3885042474,v1:172.21.15.73:6801/3885042474]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-02-11T17:04:10.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:10 smithi073 bash[18997]: cluster 2024-02-11T17:04:09.843422+0000 mgr.smithi029.rubqla (mgr.14180) 118 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:10.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:10 smithi029 bash[14177]: audit 2024-02-11T17:04:09.028806+0000 mon.smithi029 (mon.0) 343 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-11T17:04:10.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:10 smithi029 bash[14177]: cluster 2024-02-11T17:04:09.028864+0000 mon.smithi029 (mon.0) 344 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-11T17:04:10.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:10 smithi029 bash[14177]: audit 2024-02-11T17:04:09.028959+0000 mon.smithi029 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T17:04:10.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:10 smithi029 bash[14177]: audit 2024-02-11T17:04:09.029244+0000 mon.smithi029 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:10.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:10 smithi029 bash[14177]: audit 2024-02-11T17:04:09.029386+0000 mon.smithi029 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:04:10.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:10 smithi029 bash[14177]: audit 2024-02-11T17:04:09.029598+0000 mon.smithi029 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:10.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:10 smithi029 bash[14177]: audit 2024-02-11T17:04:09.029747+0000 mon.smithi029 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:04:10.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:10 smithi029 bash[14177]: audit 2024-02-11T17:04:09.029920+0000 mon.smithi029 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:10.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:10 smithi029 bash[14177]: audit 2024-02-11T17:04:09.030084+0000 mon.smithi029 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:10.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:10 smithi029 bash[14177]: audit 2024-02-11T17:04:09.030233+0000 mon.smithi029 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:10.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:10 smithi029 bash[14177]: audit 2024-02-11T17:04:09.035501+0000 mon.smithi029 (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=smithi073", "root=default"]}]: dispatch 2024-02-11T17:04:10.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:10 smithi029 bash[14177]: audit 2024-02-11T17:04:09.036567+0000 mon.smithi073 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.73:6800/3885042474,v1:172.21.15.73:6801/3885042474]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-02-11T17:04:10.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:10 smithi029 bash[14177]: cluster 2024-02-11T17:04:09.843422+0000 mgr.smithi029.rubqla (mgr.14180) 118 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:10.355 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707671026,"num_remapped_pgs":0} 2024-02-11T17:04:11.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:11 smithi073 bash[18997]: audit 2024-02-11T17:04:10.031846+0000 mon.smithi029 (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=smithi073", "root=default"]}]': finished 2024-02-11T17:04:11.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:11 smithi073 bash[18997]: cluster 2024-02-11T17:04:10.031936+0000 mon.smithi029 (mon.0) 355 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-11T17:04:11.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:11 smithi073 bash[18997]: audit 2024-02-11T17:04:10.032411+0000 mon.smithi029 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T17:04:11.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:11 smithi073 bash[18997]: audit 2024-02-11T17:04:10.033021+0000 mon.smithi029 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:11.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:11 smithi073 bash[18997]: audit 2024-02-11T17:04:10.033422+0000 mon.smithi029 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:04:11.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:11 smithi073 bash[18997]: audit 2024-02-11T17:04:10.033852+0000 mon.smithi029 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:11.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:11 smithi073 bash[18997]: audit 2024-02-11T17:04:10.034253+0000 mon.smithi029 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:04:11.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:11 smithi073 bash[18997]: audit 2024-02-11T17:04:10.037968+0000 mon.smithi029 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:11.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:11 smithi073 bash[18997]: audit 2024-02-11T17:04:10.038166+0000 mon.smithi029 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:11.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:11 smithi073 bash[18997]: audit 2024-02-11T17:04:10.038366+0000 mon.smithi029 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:11.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:11 smithi073 bash[18997]: audit 2024-02-11T17:04:10.040403+0000 mon.smithi029 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T17:04:11.356 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T17:04:11.368 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:11 smithi029 bash[14177]: audit 2024-02-11T17:04:10.031846+0000 mon.smithi029 (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=smithi073", "root=default"]}]': finished 2024-02-11T17:04:11.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:11 smithi029 bash[14177]: cluster 2024-02-11T17:04:10.031936+0000 mon.smithi029 (mon.0) 355 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-11T17:04:11.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:11 smithi029 bash[14177]: audit 2024-02-11T17:04:10.032411+0000 mon.smithi029 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T17:04:11.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:11 smithi029 bash[14177]: audit 2024-02-11T17:04:10.033021+0000 mon.smithi029 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:11.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:11 smithi029 bash[14177]: audit 2024-02-11T17:04:10.033422+0000 mon.smithi029 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:04:11.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:11 smithi029 bash[14177]: audit 2024-02-11T17:04:10.033852+0000 mon.smithi029 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:11.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:11 smithi029 bash[14177]: audit 2024-02-11T17:04:10.034253+0000 mon.smithi029 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:04:11.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:11 smithi029 bash[14177]: audit 2024-02-11T17:04:10.037968+0000 mon.smithi029 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:11.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:11 smithi029 bash[14177]: audit 2024-02-11T17:04:10.038166+0000 mon.smithi029 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:11.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:11 smithi029 bash[14177]: audit 2024-02-11T17:04:10.038366+0000 mon.smithi029 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:11.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:11 smithi029 bash[14177]: audit 2024-02-11T17:04:10.040403+0000 mon.smithi029 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T17:04:12.264 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:12 smithi073 bash[18997]: cluster 2024-02-11T17:04:09.799467+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T17:04:12.264 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:12 smithi073 bash[18997]: cluster 2024-02-11T17:04:09.799587+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T17:04:12.264 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:12 smithi073 bash[18997]: audit 2024-02-11T17:04:11.040535+0000 mon.smithi029 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T17:04:12.264 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:12 smithi073 bash[18997]: cluster 2024-02-11T17:04:11.043573+0000 mon.smithi029 (mon.0) 366 : cluster [INF] osd.0 [v2:172.21.15.73:6800/3885042474,v1:172.21.15.73:6801/3885042474] boot 2024-02-11T17:04:12.264 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:12 smithi073 bash[18997]: cluster 2024-02-11T17:04:11.043645+0000 mon.smithi029 (mon.0) 367 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-11T17:04:12.264 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:12 smithi073 bash[18997]: audit 2024-02-11T17:04:11.044597+0000 mon.smithi029 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T17:04:12.264 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:12 smithi073 bash[18997]: audit 2024-02-11T17:04:11.045066+0000 mon.smithi029 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:12.264 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:12 smithi073 bash[18997]: audit 2024-02-11T17:04:11.045458+0000 mon.smithi029 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:04:12.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:12 smithi073 bash[18997]: audit 2024-02-11T17:04:11.045855+0000 mon.smithi029 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:12.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:12 smithi073 bash[18997]: audit 2024-02-11T17:04:11.046282+0000 mon.smithi029 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:04:12.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:12 smithi073 bash[18997]: audit 2024-02-11T17:04:11.046658+0000 mon.smithi029 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:12.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:12 smithi073 bash[18997]: audit 2024-02-11T17:04:11.047011+0000 mon.smithi029 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:12.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:12 smithi073 bash[18997]: audit 2024-02-11T17:04:11.047355+0000 mon.smithi029 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:12.265 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:12 smithi073 bash[18997]: cluster 2024-02-11T17:04:11.843937+0000 mgr.smithi029.rubqla (mgr.14180) 119 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:12.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:12 smithi029 bash[14177]: cluster 2024-02-11T17:04:09.799467+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T17:04:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:12 smithi029 bash[14177]: cluster 2024-02-11T17:04:09.799587+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T17:04:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:12 smithi029 bash[14177]: audit 2024-02-11T17:04:11.040535+0000 mon.smithi029 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T17:04:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:12 smithi029 bash[14177]: cluster 2024-02-11T17:04:11.043573+0000 mon.smithi029 (mon.0) 366 : cluster [INF] osd.0 [v2:172.21.15.73:6800/3885042474,v1:172.21.15.73:6801/3885042474] boot 2024-02-11T17:04:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:12 smithi029 bash[14177]: cluster 2024-02-11T17:04:11.043645+0000 mon.smithi029 (mon.0) 367 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-11T17:04:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:12 smithi029 bash[14177]: audit 2024-02-11T17:04:11.044597+0000 mon.smithi029 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-11T17:04:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:12 smithi029 bash[14177]: audit 2024-02-11T17:04:11.045066+0000 mon.smithi029 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:12 smithi029 bash[14177]: audit 2024-02-11T17:04:11.045458+0000 mon.smithi029 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:04:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:12 smithi029 bash[14177]: audit 2024-02-11T17:04:11.045855+0000 mon.smithi029 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:12 smithi029 bash[14177]: audit 2024-02-11T17:04:11.046282+0000 mon.smithi029 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:04:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:12 smithi029 bash[14177]: audit 2024-02-11T17:04:11.046658+0000 mon.smithi029 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:12 smithi029 bash[14177]: audit 2024-02-11T17:04:11.047011+0000 mon.smithi029 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:12 smithi029 bash[14177]: audit 2024-02-11T17:04:11.047355+0000 mon.smithi029 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:12 smithi029 bash[14177]: cluster 2024-02-11T17:04:11.843937+0000 mgr.smithi029.rubqla (mgr.14180) 119 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-11T17:04:13.128 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:13 smithi029 bash[14177]: cluster 2024-02-11T17:04:12.053492+0000 mon.smithi029 (mon.0) 376 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-11T17:04:13.129 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:13 smithi029 bash[14177]: audit 2024-02-11T17:04:12.053657+0000 mon.smithi029 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:13.129 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:13 smithi029 bash[14177]: audit 2024-02-11T17:04:12.054355+0000 mon.smithi029 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:04:13.129 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:13 smithi029 bash[14177]: audit 2024-02-11T17:04:12.054709+0000 mon.smithi029 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:13.129 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:13 smithi029 bash[14177]: audit 2024-02-11T17:04:12.054977+0000 mon.smithi029 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:04:13.129 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:13 smithi029 bash[14177]: audit 2024-02-11T17:04:12.055207+0000 mon.smithi029 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:13.129 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:13 smithi029 bash[14177]: audit 2024-02-11T17:04:12.055471+0000 mon.smithi029 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:13.129 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:13 smithi029 bash[14177]: audit 2024-02-11T17:04:12.055701+0000 mon.smithi029 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:13.129 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:13 smithi029 bash[14177]: audit 2024-02-11T17:04:12.243636+0000 mon.smithi029 (mon.0) 384 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:04:13.129 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:13 smithi029 bash[14177]: audit 2024-02-11T17:04:12.245232+0000 mon.smithi029 (mon.0) 385 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-11T17:04:13.129 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:13 smithi029 bash[14177]: audit 2024-02-11T17:04:12.246595+0000 mon.smithi029 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:04:13.129 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:13 smithi029 bash[14177]: cephadm 2024-02-11T17:04:12.247560+0000 mgr.smithi029.rubqla (mgr.14180) 120 : cephadm [INF] Deploying daemon osd.6 on smithi073 2024-02-11T17:04:13.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:13 smithi073 bash[18997]: cluster 2024-02-11T17:04:12.053492+0000 mon.smithi029 (mon.0) 376 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-11T17:04:13.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:13 smithi073 bash[18997]: audit 2024-02-11T17:04:12.053657+0000 mon.smithi029 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:13.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:13 smithi073 bash[18997]: audit 2024-02-11T17:04:12.054355+0000 mon.smithi029 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:04:13.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:13 smithi073 bash[18997]: audit 2024-02-11T17:04:12.054709+0000 mon.smithi029 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:13.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:13 smithi073 bash[18997]: audit 2024-02-11T17:04:12.054977+0000 mon.smithi029 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:04:13.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:13 smithi073 bash[18997]: audit 2024-02-11T17:04:12.055207+0000 mon.smithi029 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:13.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:13 smithi073 bash[18997]: audit 2024-02-11T17:04:12.055471+0000 mon.smithi029 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:13.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:13 smithi073 bash[18997]: audit 2024-02-11T17:04:12.055701+0000 mon.smithi029 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:13.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:13 smithi073 bash[18997]: audit 2024-02-11T17:04:12.243636+0000 mon.smithi029 (mon.0) 384 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:04:13.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:13 smithi073 bash[18997]: audit 2024-02-11T17:04:12.245232+0000 mon.smithi029 (mon.0) 385 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-11T17:04:13.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:13 smithi073 bash[18997]: audit 2024-02-11T17:04:12.246595+0000 mon.smithi029 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:04:13.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:13 smithi073 bash[18997]: cephadm 2024-02-11T17:04:12.247560+0000 mgr.smithi029.rubqla (mgr.14180) 120 : cephadm [INF] Deploying daemon osd.6 on smithi073 2024-02-11T17:04:14.208 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:14 smithi073 bash[18997]: audit 2024-02-11T17:04:13.169849+0000 mon.smithi029 (mon.0) 387 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:04:14.208 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:14 smithi073 bash[18997]: audit 2024-02-11T17:04:13.171042+0000 mon.smithi029 (mon.0) 388 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-11T17:04:14.208 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:14 smithi073 bash[18997]: audit 2024-02-11T17:04:13.172274+0000 mon.smithi029 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:04:14.208 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:14 smithi073 bash[18997]: cephadm 2024-02-11T17:04:13.173366+0000 mgr.smithi029.rubqla (mgr.14180) 121 : cephadm [INF] Deploying daemon osd.3 on smithi029 2024-02-11T17:04:14.208 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:14 smithi073 bash[18997]: cluster 2024-02-11T17:04:13.844499+0000 mgr.smithi029.rubqla (mgr.14180) 122 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-11T17:04:14.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:14 smithi029 bash[14177]: audit 2024-02-11T17:04:13.169849+0000 mon.smithi029 (mon.0) 387 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:04:14.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:14 smithi029 bash[14177]: audit 2024-02-11T17:04:13.171042+0000 mon.smithi029 (mon.0) 388 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-11T17:04:14.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:14 smithi029 bash[14177]: audit 2024-02-11T17:04:13.172274+0000 mon.smithi029 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:04:14.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:14 smithi029 bash[14177]: cephadm 2024-02-11T17:04:13.173366+0000 mgr.smithi029.rubqla (mgr.14180) 121 : cephadm [INF] Deploying daemon osd.3 on smithi029 2024-02-11T17:04:14.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:14 smithi029 bash[14177]: cluster 2024-02-11T17:04:13.844499+0000 mgr.smithi029.rubqla (mgr.14180) 122 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-11T17:04:15.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:15 smithi029 bash[14177]: audit 2024-02-11T17:04:14.556551+0000 mon.smithi029 (mon.0) 390 : audit [INF] from='osd.2 [v2:172.21.15.73:6808/408960626,v1:172.21.15.73:6809/408960626]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-11T17:04:15.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:15 smithi073 bash[18997]: audit 2024-02-11T17:04:14.556551+0000 mon.smithi029 (mon.0) 390 : audit [INF] from='osd.2 [v2:172.21.15.73:6808/408960626,v1:172.21.15.73:6809/408960626]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-11T17:04:16.447 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:16 smithi073 bash[18997]: audit 2024-02-11T17:04:15.184003+0000 mon.smithi029 (mon.0) 391 : audit [INF] from='osd.2 [v2:172.21.15.73:6808/408960626,v1:172.21.15.73:6809/408960626]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-11T17:04:16.447 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:16 smithi073 bash[18997]: cluster 2024-02-11T17:04:15.184082+0000 mon.smithi029 (mon.0) 392 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-11T17:04:16.447 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:16 smithi073 bash[18997]: audit 2024-02-11T17:04:15.184313+0000 mon.smithi029 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:16.447 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:16 smithi073 bash[18997]: audit 2024-02-11T17:04:15.185153+0000 mon.smithi029 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:04:16.447 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:16 smithi073 bash[18997]: audit 2024-02-11T17:04:15.185655+0000 mon.smithi029 (mon.0) 395 : audit [INF] from='osd.2 [v2:172.21.15.73:6808/408960626,v1:172.21.15.73:6809/408960626]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-02-11T17:04:16.447 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:16 smithi073 bash[18997]: audit 2024-02-11T17:04:15.186248+0000 mon.smithi029 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:16.448 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:16 smithi073 bash[18997]: audit 2024-02-11T17:04:15.186722+0000 mon.smithi029 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:04:16.448 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:16 smithi073 bash[18997]: audit 2024-02-11T17:04:15.187171+0000 mon.smithi029 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:16.448 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:16 smithi073 bash[18997]: audit 2024-02-11T17:04:15.187623+0000 mon.smithi029 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:16.448 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:16 smithi073 bash[18997]: audit 2024-02-11T17:04:15.188112+0000 mon.smithi029 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:16.448 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:16 smithi073 bash[18997]: cluster 2024-02-11T17:04:15.845006+0000 mgr.smithi029.rubqla (mgr.14180) 123 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-11T17:04:16.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:16 smithi029 bash[14177]: audit 2024-02-11T17:04:15.184003+0000 mon.smithi029 (mon.0) 391 : audit [INF] from='osd.2 [v2:172.21.15.73:6808/408960626,v1:172.21.15.73:6809/408960626]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-11T17:04:16.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:16 smithi029 bash[14177]: cluster 2024-02-11T17:04:15.184082+0000 mon.smithi029 (mon.0) 392 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-11T17:04:16.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:16 smithi029 bash[14177]: audit 2024-02-11T17:04:15.184313+0000 mon.smithi029 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:16.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:16 smithi029 bash[14177]: audit 2024-02-11T17:04:15.185153+0000 mon.smithi029 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:04:16.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:16 smithi029 bash[14177]: audit 2024-02-11T17:04:15.185655+0000 mon.smithi029 (mon.0) 395 : audit [INF] from='osd.2 [v2:172.21.15.73:6808/408960626,v1:172.21.15.73:6809/408960626]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-02-11T17:04:16.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:16 smithi029 bash[14177]: audit 2024-02-11T17:04:15.186248+0000 mon.smithi029 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:16.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:16 smithi029 bash[14177]: audit 2024-02-11T17:04:15.186722+0000 mon.smithi029 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:04:16.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:16 smithi029 bash[14177]: audit 2024-02-11T17:04:15.187171+0000 mon.smithi029 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:16.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:16 smithi029 bash[14177]: audit 2024-02-11T17:04:15.187623+0000 mon.smithi029 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:16.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:16 smithi029 bash[14177]: audit 2024-02-11T17:04:15.188112+0000 mon.smithi029 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:16.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:16 smithi029 bash[14177]: cluster 2024-02-11T17:04:15.845006+0000 mgr.smithi029.rubqla (mgr.14180) 123 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-11T17:04:17.247 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:17 smithi029 bash[14177]: audit 2024-02-11T17:04:16.193652+0000 mon.smithi029 (mon.0) 401 : audit [INF] from='osd.2 [v2:172.21.15.73:6808/408960626,v1:172.21.15.73:6809/408960626]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2024-02-11T17:04:17.248 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:17 smithi029 bash[14177]: cluster 2024-02-11T17:04:16.193716+0000 mon.smithi029 (mon.0) 402 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-11T17:04:17.248 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:17 smithi029 bash[14177]: audit 2024-02-11T17:04:16.194043+0000 mon.smithi029 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:17.248 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:17 smithi029 bash[14177]: audit 2024-02-11T17:04:16.194516+0000 mon.smithi029 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:04:17.248 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:17 smithi029 bash[14177]: audit 2024-02-11T17:04:16.195104+0000 mon.smithi029 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:17.248 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:17 smithi029 bash[14177]: audit 2024-02-11T17:04:16.195337+0000 mon.smithi029 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:04:17.248 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:17 smithi029 bash[14177]: audit 2024-02-11T17:04:16.195562+0000 mon.smithi029 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:17.248 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:17 smithi029 bash[14177]: audit 2024-02-11T17:04:16.195890+0000 mon.smithi029 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:17.248 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:17 smithi029 bash[14177]: audit 2024-02-11T17:04:16.196124+0000 mon.smithi029 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:17.248 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:17 smithi029 bash[14177]: audit 2024-02-11T17:04:16.199930+0000 mon.smithi029 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:04:17.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:17 smithi073 bash[18997]: audit 2024-02-11T17:04:16.193652+0000 mon.smithi029 (mon.0) 401 : audit [INF] from='osd.2 [v2:172.21.15.73:6808/408960626,v1:172.21.15.73:6809/408960626]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2024-02-11T17:04:17.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:17 smithi073 bash[18997]: cluster 2024-02-11T17:04:16.193716+0000 mon.smithi029 (mon.0) 402 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-11T17:04:17.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:17 smithi073 bash[18997]: audit 2024-02-11T17:04:16.194043+0000 mon.smithi029 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:17.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:17 smithi073 bash[18997]: audit 2024-02-11T17:04:16.194516+0000 mon.smithi029 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:04:17.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:17 smithi073 bash[18997]: audit 2024-02-11T17:04:16.195104+0000 mon.smithi029 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:17.324 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:17 smithi073 bash[18997]: audit 2024-02-11T17:04:16.195337+0000 mon.smithi029 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:04:17.325 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:17 smithi073 bash[18997]: audit 2024-02-11T17:04:16.195562+0000 mon.smithi029 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:17.325 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:17 smithi073 bash[18997]: audit 2024-02-11T17:04:16.195890+0000 mon.smithi029 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:17.325 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:17 smithi073 bash[18997]: audit 2024-02-11T17:04:16.196124+0000 mon.smithi029 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:17.325 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:17 smithi073 bash[18997]: audit 2024-02-11T17:04:16.199930+0000 mon.smithi029 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:04:18.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:18 smithi073 bash[18997]: cluster 2024-02-11T17:04:15.509557+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T17:04:18.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:18 smithi073 bash[18997]: cluster 2024-02-11T17:04:15.509684+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T17:04:18.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:18 smithi073 bash[18997]: cluster 2024-02-11T17:04:17.195799+0000 mon.smithi029 (mon.0) 411 : cluster [INF] osd.2 [v2:172.21.15.73:6808/408960626,v1:172.21.15.73:6809/408960626] boot 2024-02-11T17:04:18.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:18 smithi073 bash[18997]: cluster 2024-02-11T17:04:17.195866+0000 mon.smithi029 (mon.0) 412 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-11T17:04:18.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:18 smithi073 bash[18997]: audit 2024-02-11T17:04:17.196410+0000 mon.smithi029 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:18.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:18 smithi073 bash[18997]: audit 2024-02-11T17:04:17.196641+0000 mon.smithi029 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:04:18.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:18 smithi073 bash[18997]: audit 2024-02-11T17:04:17.196857+0000 mon.smithi029 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:18.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:18 smithi073 bash[18997]: audit 2024-02-11T17:04:17.197064+0000 mon.smithi029 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:04:18.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:18 smithi073 bash[18997]: audit 2024-02-11T17:04:17.197200+0000 mon.smithi029 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:18.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:18 smithi073 bash[18997]: audit 2024-02-11T17:04:17.197408+0000 mon.smithi029 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:18.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:18 smithi073 bash[18997]: audit 2024-02-11T17:04:17.197629+0000 mon.smithi029 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:18.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:18 smithi073 bash[18997]: cluster 2024-02-11T17:04:17.845489+0000 mgr.smithi029.rubqla (mgr.14180) 124 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-11T17:04:18.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:18 smithi073 bash[18997]: audit 2024-02-11T17:04:17.959118+0000 mon.smithi029 (mon.0) 420 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:04:18.605 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:18 smithi029 bash[14177]: cluster 2024-02-11T17:04:15.509557+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T17:04:18.605 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:18 smithi029 bash[14177]: cluster 2024-02-11T17:04:15.509684+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T17:04:18.605 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:18 smithi029 bash[14177]: cluster 2024-02-11T17:04:17.195799+0000 mon.smithi029 (mon.0) 411 : cluster [INF] osd.2 [v2:172.21.15.73:6808/408960626,v1:172.21.15.73:6809/408960626] boot 2024-02-11T17:04:18.605 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:18 smithi029 bash[14177]: cluster 2024-02-11T17:04:17.195866+0000 mon.smithi029 (mon.0) 412 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-11T17:04:18.605 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:18 smithi029 bash[14177]: audit 2024-02-11T17:04:17.196410+0000 mon.smithi029 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:18.605 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:18 smithi029 bash[14177]: audit 2024-02-11T17:04:17.196641+0000 mon.smithi029 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-11T17:04:18.606 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:18 smithi029 bash[14177]: audit 2024-02-11T17:04:17.196857+0000 mon.smithi029 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:18.606 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:18 smithi029 bash[14177]: audit 2024-02-11T17:04:17.197064+0000 mon.smithi029 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:04:18.606 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:18 smithi029 bash[14177]: audit 2024-02-11T17:04:17.197200+0000 mon.smithi029 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:18.606 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:18 smithi029 bash[14177]: audit 2024-02-11T17:04:17.197408+0000 mon.smithi029 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:18.606 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:18 smithi029 bash[14177]: audit 2024-02-11T17:04:17.197629+0000 mon.smithi029 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:18.606 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:18 smithi029 bash[14177]: cluster 2024-02-11T17:04:17.845489+0000 mgr.smithi029.rubqla (mgr.14180) 124 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-11T17:04:18.606 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:18 smithi029 bash[14177]: audit 2024-02-11T17:04:17.959118+0000 mon.smithi029 (mon.0) 420 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:04:19.016 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:04:19.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:19 smithi073 bash[18997]: cluster 2024-02-11T17:04:18.210329+0000 mon.smithi029 (mon.0) 421 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-02-11T17:04:19.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:19 smithi073 bash[18997]: audit 2024-02-11T17:04:18.210509+0000 mon.smithi029 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:19.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:19 smithi073 bash[18997]: audit 2024-02-11T17:04:18.210918+0000 mon.smithi029 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:19.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:19 smithi073 bash[18997]: audit 2024-02-11T17:04:18.211154+0000 mon.smithi029 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:04:19.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:19 smithi073 bash[18997]: audit 2024-02-11T17:04:18.211344+0000 mon.smithi029 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:19.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:19 smithi073 bash[18997]: audit 2024-02-11T17:04:18.211552+0000 mon.smithi029 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:19.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:19 smithi073 bash[18997]: audit 2024-02-11T17:04:18.211738+0000 mon.smithi029 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:19.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:19 smithi073 bash[18997]: audit 2024-02-11T17:04:19.014204+0000 mon.smithi029 (mon.0) 428 : audit [DBG] from='client.? 172.21.15.29:0/4088298722' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:04:19.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:19 smithi029 bash[14177]: cluster 2024-02-11T17:04:18.210329+0000 mon.smithi029 (mon.0) 421 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-02-11T17:04:19.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:19 smithi029 bash[14177]: audit 2024-02-11T17:04:18.210509+0000 mon.smithi029 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:19.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:19 smithi029 bash[14177]: audit 2024-02-11T17:04:18.210918+0000 mon.smithi029 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:19.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:19 smithi029 bash[14177]: audit 2024-02-11T17:04:18.211154+0000 mon.smithi029 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:04:19.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:19 smithi029 bash[14177]: audit 2024-02-11T17:04:18.211344+0000 mon.smithi029 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:19.375 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:19 smithi029 bash[14177]: audit 2024-02-11T17:04:18.211552+0000 mon.smithi029 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:19.375 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:19 smithi029 bash[14177]: audit 2024-02-11T17:04:18.211738+0000 mon.smithi029 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:19.375 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:19 smithi029 bash[14177]: audit 2024-02-11T17:04:19.014204+0000 mon.smithi029 (mon.0) 428 : audit [DBG] from='client.? 172.21.15.29:0/4088298722' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:04:20.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:20 smithi073 bash[18997]: cluster 2024-02-11T17:04:19.845896+0000 mgr.smithi029.rubqla (mgr.14180) 125 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-11T17:04:20.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:20 smithi029 bash[14177]: cluster 2024-02-11T17:04:19.845896+0000 mgr.smithi029.rubqla (mgr.14180) 125 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-11T17:04:21.486 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:21 smithi029 bash[14177]: audit 2024-02-11T17:04:20.376505+0000 mon.smithi029 (mon.0) 429 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-11T17:04:21.487 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:21 smithi029 bash[14177]: audit 2024-02-11T17:04:20.377528+0000 mon.smithi073 (mon.1) 12 : audit [INF] from='osd.4 [v2:172.21.15.73:6816/996313438,v1:172.21.15.73:6817/996313438]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-11T17:04:21.487 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":21,"num_osds":8,"num_up_osds":2,"osd_up_since":1707671057,"num_in_osds":8,"osd_in_since":1707671026,"num_remapped_pgs":0} 2024-02-11T17:04:21.510 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:21 smithi073 bash[18997]: audit 2024-02-11T17:04:20.376505+0000 mon.smithi029 (mon.0) 429 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-11T17:04:21.510 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:21 smithi073 bash[18997]: audit 2024-02-11T17:04:20.377528+0000 mon.smithi073 (mon.1) 12 : audit [INF] from='osd.4 [v2:172.21.15.73:6816/996313438,v1:172.21.15.73:6817/996313438]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-11T17:04:22.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:22 smithi073 bash[18997]: audit 2024-02-11T17:04:21.224163+0000 mon.smithi029 (mon.0) 430 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-11T17:04:22.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:22 smithi073 bash[18997]: cluster 2024-02-11T17:04:21.224232+0000 mon.smithi029 (mon.0) 431 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-02-11T17:04:22.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:22 smithi073 bash[18997]: audit 2024-02-11T17:04:21.224371+0000 mon.smithi029 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:22.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:22 smithi073 bash[18997]: audit 2024-02-11T17:04:21.224692+0000 mon.smithi029 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:22.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:22 smithi073 bash[18997]: audit 2024-02-11T17:04:21.224886+0000 mon.smithi029 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:04:22.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:22 smithi073 bash[18997]: audit 2024-02-11T17:04:21.225092+0000 mon.smithi029 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:22.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:22 smithi073 bash[18997]: audit 2024-02-11T17:04:21.225308+0000 mon.smithi029 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:22.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:22 smithi073 bash[18997]: audit 2024-02-11T17:04:21.225665+0000 mon.smithi029 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:22.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:22 smithi073 bash[18997]: audit 2024-02-11T17:04:21.226002+0000 mon.smithi029 (mon.0) 438 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-02-11T17:04:22.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:22 smithi073 bash[18997]: audit 2024-02-11T17:04:21.226667+0000 mon.smithi073 (mon.1) 13 : audit [INF] from='osd.4 [v2:172.21.15.73:6816/996313438,v1:172.21.15.73:6817/996313438]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-02-11T17:04:22.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:22 smithi073 bash[18997]: cluster 2024-02-11T17:04:21.846383+0000 mgr.smithi029.rubqla (mgr.14180) 126 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-11T17:04:22.489 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T17:04:22.503 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:22 smithi029 bash[14177]: audit 2024-02-11T17:04:21.224163+0000 mon.smithi029 (mon.0) 430 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-11T17:04:22.503 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:22 smithi029 bash[14177]: cluster 2024-02-11T17:04:21.224232+0000 mon.smithi029 (mon.0) 431 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-02-11T17:04:22.503 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:22 smithi029 bash[14177]: audit 2024-02-11T17:04:21.224371+0000 mon.smithi029 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:22.503 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:22 smithi029 bash[14177]: audit 2024-02-11T17:04:21.224692+0000 mon.smithi029 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:22.503 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:22 smithi029 bash[14177]: audit 2024-02-11T17:04:21.224886+0000 mon.smithi029 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:04:22.503 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:22 smithi029 bash[14177]: audit 2024-02-11T17:04:21.225092+0000 mon.smithi029 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:22.503 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:22 smithi029 bash[14177]: audit 2024-02-11T17:04:21.225308+0000 mon.smithi029 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:22.503 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:22 smithi029 bash[14177]: audit 2024-02-11T17:04:21.225665+0000 mon.smithi029 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:22.503 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:22 smithi029 bash[14177]: audit 2024-02-11T17:04:21.226002+0000 mon.smithi029 (mon.0) 438 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-02-11T17:04:22.503 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:22 smithi029 bash[14177]: audit 2024-02-11T17:04:21.226667+0000 mon.smithi073 (mon.1) 13 : audit [INF] from='osd.4 [v2:172.21.15.73:6816/996313438,v1:172.21.15.73:6817/996313438]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-02-11T17:04:22.503 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:22 smithi029 bash[14177]: cluster 2024-02-11T17:04:21.846383+0000 mgr.smithi029.rubqla (mgr.14180) 126 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-11T17:04:23.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:23 smithi073 bash[18997]: audit 2024-02-11T17:04:22.228496+0000 mon.smithi029 (mon.0) 439 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2024-02-11T17:04:23.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:23 smithi073 bash[18997]: cluster 2024-02-11T17:04:22.228618+0000 mon.smithi029 (mon.0) 440 : cluster [DBG] osdmap e23: 8 total, 2 up, 8 in 2024-02-11T17:04:23.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:23 smithi073 bash[18997]: audit 2024-02-11T17:04:22.229340+0000 mon.smithi029 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:23.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:23 smithi073 bash[18997]: audit 2024-02-11T17:04:22.230044+0000 mon.smithi029 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:23.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:23 smithi073 bash[18997]: audit 2024-02-11T17:04:22.230395+0000 mon.smithi029 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:04:23.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:23 smithi073 bash[18997]: audit 2024-02-11T17:04:22.230703+0000 mon.smithi029 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:23.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:23 smithi073 bash[18997]: audit 2024-02-11T17:04:22.236951+0000 mon.smithi029 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:23.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:23 smithi073 bash[18997]: audit 2024-02-11T17:04:22.237280+0000 mon.smithi029 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:23.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:23 smithi073 bash[18997]: audit 2024-02-11T17:04:22.237600+0000 mon.smithi029 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:04:23.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:23 smithi029 bash[14177]: audit 2024-02-11T17:04:22.228496+0000 mon.smithi029 (mon.0) 439 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2024-02-11T17:04:23.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:23 smithi029 bash[14177]: cluster 2024-02-11T17:04:22.228618+0000 mon.smithi029 (mon.0) 440 : cluster [DBG] osdmap e23: 8 total, 2 up, 8 in 2024-02-11T17:04:23.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:23 smithi029 bash[14177]: audit 2024-02-11T17:04:22.229340+0000 mon.smithi029 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:23.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:23 smithi029 bash[14177]: audit 2024-02-11T17:04:22.230044+0000 mon.smithi029 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:23.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:23 smithi029 bash[14177]: audit 2024-02-11T17:04:22.230395+0000 mon.smithi029 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:04:23.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:23 smithi029 bash[14177]: audit 2024-02-11T17:04:22.230703+0000 mon.smithi029 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:23.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:23 smithi029 bash[14177]: audit 2024-02-11T17:04:22.236951+0000 mon.smithi029 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:23.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:23 smithi029 bash[14177]: audit 2024-02-11T17:04:22.237280+0000 mon.smithi029 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:23.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:23 smithi029 bash[14177]: audit 2024-02-11T17:04:22.237600+0000 mon.smithi029 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:04:24.303 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:24 smithi029 bash[14177]: cluster 2024-02-11T17:04:21.376851+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T17:04:24.303 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:24 smithi029 bash[14177]: cluster 2024-02-11T17:04:21.376936+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T17:04:24.304 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:24 smithi029 bash[14177]: cluster 2024-02-11T17:04:23.237934+0000 mon.smithi029 (mon.0) 448 : cluster [INF] osd.4 [v2:172.21.15.73:6816/996313438,v1:172.21.15.73:6817/996313438] boot 2024-02-11T17:04:24.304 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:24 smithi029 bash[14177]: cluster 2024-02-11T17:04:23.238006+0000 mon.smithi029 (mon.0) 449 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-11T17:04:24.304 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:24 smithi029 bash[14177]: audit 2024-02-11T17:04:23.238692+0000 mon.smithi029 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:24.304 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:24 smithi029 bash[14177]: audit 2024-02-11T17:04:23.239197+0000 mon.smithi029 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:24.304 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:24 smithi029 bash[14177]: audit 2024-02-11T17:04:23.239529+0000 mon.smithi029 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:04:24.304 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:24 smithi029 bash[14177]: audit 2024-02-11T17:04:23.240048+0000 mon.smithi029 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:24.305 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:24 smithi029 bash[14177]: audit 2024-02-11T17:04:23.244643+0000 mon.smithi029 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:24.305 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:24 smithi029 bash[14177]: audit 2024-02-11T17:04:23.245129+0000 mon.smithi029 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:24.305 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:24 smithi029 bash[14177]: audit 2024-02-11T17:04:23.245647+0000 mon.smithi029 (mon.0) 456 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-11T17:04:24.305 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:24 smithi029 bash[14177]: cluster 2024-02-11T17:04:23.846999+0000 mgr.smithi029.rubqla (mgr.14180) 127 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-11T17:04:24.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:24 smithi073 bash[18997]: cluster 2024-02-11T17:04:21.376851+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T17:04:24.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:24 smithi073 bash[18997]: cluster 2024-02-11T17:04:21.376936+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T17:04:24.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:24 smithi073 bash[18997]: cluster 2024-02-11T17:04:23.237934+0000 mon.smithi029 (mon.0) 448 : cluster [INF] osd.4 [v2:172.21.15.73:6816/996313438,v1:172.21.15.73:6817/996313438] boot 2024-02-11T17:04:24.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:24 smithi073 bash[18997]: cluster 2024-02-11T17:04:23.238006+0000 mon.smithi029 (mon.0) 449 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-11T17:04:24.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:24 smithi073 bash[18997]: audit 2024-02-11T17:04:23.238692+0000 mon.smithi029 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:24.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:24 smithi073 bash[18997]: audit 2024-02-11T17:04:23.239197+0000 mon.smithi029 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:24.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:24 smithi073 bash[18997]: audit 2024-02-11T17:04:23.239529+0000 mon.smithi029 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-11T17:04:24.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:24 smithi073 bash[18997]: audit 2024-02-11T17:04:23.240048+0000 mon.smithi029 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:24.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:24 smithi073 bash[18997]: audit 2024-02-11T17:04:23.244643+0000 mon.smithi029 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:24.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:24 smithi073 bash[18997]: audit 2024-02-11T17:04:23.245129+0000 mon.smithi029 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:24.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:24 smithi073 bash[18997]: audit 2024-02-11T17:04:23.245647+0000 mon.smithi029 (mon.0) 456 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-11T17:04:24.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:24 smithi073 bash[18997]: cluster 2024-02-11T17:04:23.846999+0000 mgr.smithi029.rubqla (mgr.14180) 127 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-11T17:04:25.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:25 smithi029 bash[14177]: audit 2024-02-11T17:04:24.252216+0000 mon.smithi029 (mon.0) 457 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-11T17:04:25.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:25 smithi029 bash[14177]: cluster 2024-02-11T17:04:24.252298+0000 mon.smithi029 (mon.0) 458 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-02-11T17:04:25.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:25 smithi029 bash[14177]: audit 2024-02-11T17:04:24.252470+0000 mon.smithi029 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:25.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:25 smithi029 bash[14177]: audit 2024-02-11T17:04:24.252836+0000 mon.smithi029 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:25.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:25 smithi029 bash[14177]: audit 2024-02-11T17:04:24.252969+0000 mon.smithi029 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:25.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:25 smithi029 bash[14177]: audit 2024-02-11T17:04:24.253093+0000 mon.smithi029 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:25.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:25 smithi029 bash[14177]: audit 2024-02-11T17:04:24.253215+0000 mon.smithi029 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:25.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:25 smithi029 bash[14177]: audit 2024-02-11T17:04:24.253813+0000 mon.smithi029 (mon.0) 464 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-11T17:04:25.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:25 smithi029 bash[14177]: audit 2024-02-11T17:04:24.597265+0000 mon.smithi029 (mon.0) 465 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:04:25.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:25 smithi029 bash[14177]: audit 2024-02-11T17:04:24.598415+0000 mon.smithi029 (mon.0) 466 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-11T17:04:25.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:25 smithi029 bash[14177]: audit 2024-02-11T17:04:24.599277+0000 mon.smithi029 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:04:25.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:25 smithi029 bash[14177]: cephadm 2024-02-11T17:04:24.600166+0000 mgr.smithi029.rubqla (mgr.14180) 128 : cephadm [INF] Deploying daemon osd.5 on smithi029 2024-02-11T17:04:25.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:25 smithi029 bash[14177]: audit 2024-02-11T17:04:24.990170+0000 mon.smithi029 (mon.0) 468 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-11T17:04:25.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:25 smithi029 bash[14177]: audit 2024-02-11T17:04:24.991026+0000 mon.smithi073 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.73:6824/254362652,v1:172.21.15.73:6825/254362652]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-11T17:04:25.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:25 smithi073 bash[18997]: audit 2024-02-11T17:04:24.252216+0000 mon.smithi029 (mon.0) 457 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-11T17:04:25.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:25 smithi073 bash[18997]: cluster 2024-02-11T17:04:24.252298+0000 mon.smithi029 (mon.0) 458 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-02-11T17:04:25.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:25 smithi073 bash[18997]: audit 2024-02-11T17:04:24.252470+0000 mon.smithi029 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:25.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:25 smithi073 bash[18997]: audit 2024-02-11T17:04:24.252836+0000 mon.smithi029 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:25.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:25 smithi073 bash[18997]: audit 2024-02-11T17:04:24.252969+0000 mon.smithi029 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:25.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:25 smithi073 bash[18997]: audit 2024-02-11T17:04:24.253093+0000 mon.smithi029 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:25.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:25 smithi073 bash[18997]: audit 2024-02-11T17:04:24.253215+0000 mon.smithi029 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:25 smithi073 bash[18997]: audit 2024-02-11T17:04:24.253813+0000 mon.smithi029 (mon.0) 464 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-11T17:04:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:25 smithi073 bash[18997]: audit 2024-02-11T17:04:24.597265+0000 mon.smithi029 (mon.0) 465 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:04:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:25 smithi073 bash[18997]: audit 2024-02-11T17:04:24.598415+0000 mon.smithi029 (mon.0) 466 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-11T17:04:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:25 smithi073 bash[18997]: audit 2024-02-11T17:04:24.599277+0000 mon.smithi029 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:04:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:25 smithi073 bash[18997]: cephadm 2024-02-11T17:04:24.600166+0000 mgr.smithi029.rubqla (mgr.14180) 128 : cephadm [INF] Deploying daemon osd.5 on smithi029 2024-02-11T17:04:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:25 smithi073 bash[18997]: audit 2024-02-11T17:04:24.990170+0000 mon.smithi029 (mon.0) 468 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-11T17:04:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:25 smithi073 bash[18997]: audit 2024-02-11T17:04:24.991026+0000 mon.smithi073 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.73:6824/254362652,v1:172.21.15.73:6825/254362652]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-11T17:04:26.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:26 smithi073 bash[18997]: audit 2024-02-11T17:04:25.255025+0000 mon.smithi029 (mon.0) 469 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-11T17:04:26.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:26 smithi073 bash[18997]: audit 2024-02-11T17:04:25.255151+0000 mon.smithi029 (mon.0) 470 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-11T17:04:26.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:26 smithi073 bash[18997]: cluster 2024-02-11T17:04:25.255274+0000 mon.smithi029 (mon.0) 471 : cluster [DBG] osdmap e26: 8 total, 3 up, 8 in 2024-02-11T17:04:26.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:26 smithi073 bash[18997]: audit 2024-02-11T17:04:25.256048+0000 mon.smithi029 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:26.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:26 smithi073 bash[18997]: audit 2024-02-11T17:04:25.256648+0000 mon.smithi029 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:26.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:26 smithi073 bash[18997]: audit 2024-02-11T17:04:25.257422+0000 mon.smithi029 (mon.0) 474 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-02-11T17:04:26.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:26 smithi073 bash[18997]: audit 2024-02-11T17:04:25.257720+0000 mon.smithi073 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.73:6824/254362652,v1:172.21.15.73:6825/254362652]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-02-11T17:04:26.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:26 smithi073 bash[18997]: audit 2024-02-11T17:04:25.261593+0000 mon.smithi029 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:26.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:26 smithi073 bash[18997]: audit 2024-02-11T17:04:25.261789+0000 mon.smithi029 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:26.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:26 smithi073 bash[18997]: audit 2024-02-11T17:04:25.261969+0000 mon.smithi029 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:26.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:26 smithi073 bash[18997]: audit 2024-02-11T17:04:25.652194+0000 mon.smithi029 (mon.0) 478 : audit [INF] from='osd.1 [v2:172.21.15.29:6802/2318682329,v1:172.21.15.29:6803/2318682329]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-11T17:04:26.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:26 smithi073 bash[18997]: cluster 2024-02-11T17:04:25.847425+0000 mgr.smithi029.rubqla (mgr.14180) 129 : cluster [DBG] pgmap v102: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-11T17:04:26.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:26 smithi073 bash[18997]: audit 2024-02-11T17:04:26.257204+0000 mon.smithi029 (mon.0) 479 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2024-02-11T17:04:26.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:26 smithi029 bash[14177]: audit 2024-02-11T17:04:25.255025+0000 mon.smithi029 (mon.0) 469 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-11T17:04:26.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:26 smithi029 bash[14177]: audit 2024-02-11T17:04:25.255151+0000 mon.smithi029 (mon.0) 470 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-11T17:04:26.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:26 smithi029 bash[14177]: cluster 2024-02-11T17:04:25.255274+0000 mon.smithi029 (mon.0) 471 : cluster [DBG] osdmap e26: 8 total, 3 up, 8 in 2024-02-11T17:04:26.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:26 smithi029 bash[14177]: audit 2024-02-11T17:04:25.256048+0000 mon.smithi029 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:26.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:26 smithi029 bash[14177]: audit 2024-02-11T17:04:25.256648+0000 mon.smithi029 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:26.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:26 smithi029 bash[14177]: audit 2024-02-11T17:04:25.257422+0000 mon.smithi029 (mon.0) 474 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-02-11T17:04:26.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:26 smithi029 bash[14177]: audit 2024-02-11T17:04:25.257720+0000 mon.smithi073 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.73:6824/254362652,v1:172.21.15.73:6825/254362652]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]: dispatch 2024-02-11T17:04:26.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:26 smithi029 bash[14177]: audit 2024-02-11T17:04:25.261593+0000 mon.smithi029 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:26.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:26 smithi029 bash[14177]: audit 2024-02-11T17:04:25.261789+0000 mon.smithi029 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:26.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:26 smithi029 bash[14177]: audit 2024-02-11T17:04:25.261969+0000 mon.smithi029 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:26.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:26 smithi029 bash[14177]: audit 2024-02-11T17:04:25.652194+0000 mon.smithi029 (mon.0) 478 : audit [INF] from='osd.1 [v2:172.21.15.29:6802/2318682329,v1:172.21.15.29:6803/2318682329]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-11T17:04:26.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:26 smithi029 bash[14177]: cluster 2024-02-11T17:04:25.847425+0000 mgr.smithi029.rubqla (mgr.14180) 129 : cluster [DBG] pgmap v102: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-11T17:04:26.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:26 smithi029 bash[14177]: audit 2024-02-11T17:04:26.257204+0000 mon.smithi029 (mon.0) 479 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi073", "root=default"]}]': finished 2024-02-11T17:04:27.586 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:27 smithi073 bash[18997]: audit 2024-02-11T17:04:26.257302+0000 mon.smithi029 (mon.0) 480 : audit [INF] from='osd.1 [v2:172.21.15.29:6802/2318682329,v1:172.21.15.29:6803/2318682329]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-11T17:04:27.586 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:27 smithi073 bash[18997]: cluster 2024-02-11T17:04:26.257362+0000 mon.smithi029 (mon.0) 481 : cluster [DBG] osdmap e27: 8 total, 3 up, 8 in 2024-02-11T17:04:27.586 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:27 smithi073 bash[18997]: audit 2024-02-11T17:04:26.257577+0000 mon.smithi029 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:27.586 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:27 smithi073 bash[18997]: audit 2024-02-11T17:04:26.258491+0000 mon.smithi029 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:27.586 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:27 smithi073 bash[18997]: audit 2024-02-11T17:04:26.258892+0000 mon.smithi029 (mon.0) 484 : audit [INF] from='osd.1 [v2:172.21.15.29:6802/2318682329,v1:172.21.15.29:6803/2318682329]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-02-11T17:04:27.586 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:27 smithi073 bash[18997]: audit 2024-02-11T17:04:26.259449+0000 mon.smithi029 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:27.586 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:27 smithi073 bash[18997]: audit 2024-02-11T17:04:26.262489+0000 mon.smithi029 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:27.586 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:27 smithi073 bash[18997]: audit 2024-02-11T17:04:26.262795+0000 mon.smithi029 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:27.586 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:27 smithi073 bash[18997]: audit 2024-02-11T17:04:26.268796+0000 mon.smithi029 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:27.586 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:27 smithi073 bash[18997]: audit 2024-02-11T17:04:27.258356+0000 mon.smithi029 (mon.0) 489 : audit [INF] from='osd.1 [v2:172.21.15.29:6802/2318682329,v1:172.21.15.29:6803/2318682329]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-02-11T17:04:27.586 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:27 smithi073 bash[18997]: cluster 2024-02-11T17:04:27.258468+0000 mon.smithi029 (mon.0) 490 : cluster [INF] osd.6 [v2:172.21.15.73:6824/254362652,v1:172.21.15.73:6825/254362652] boot 2024-02-11T17:04:27.587 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:27 smithi073 bash[18997]: cluster 2024-02-11T17:04:27.258511+0000 mon.smithi029 (mon.0) 491 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-02-11T17:04:27.587 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:27 smithi073 bash[18997]: audit 2024-02-11T17:04:27.258684+0000 mon.smithi029 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:27.587 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:27 smithi073 bash[18997]: audit 2024-02-11T17:04:27.259161+0000 mon.smithi029 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:27.587 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:27 smithi073 bash[18997]: audit 2024-02-11T17:04:27.259781+0000 mon.smithi029 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:27.587 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:27 smithi073 bash[18997]: audit 2024-02-11T17:04:27.259984+0000 mon.smithi029 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:27.587 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:27 smithi073 bash[18997]: audit 2024-02-11T17:04:27.260334+0000 mon.smithi029 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:27.587 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:27 smithi073 bash[18997]: audit 2024-02-11T17:04:27.263759+0000 mon.smithi029 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:27.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:27 smithi029 bash[14177]: audit 2024-02-11T17:04:26.257302+0000 mon.smithi029 (mon.0) 480 : audit [INF] from='osd.1 [v2:172.21.15.29:6802/2318682329,v1:172.21.15.29:6803/2318682329]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-11T17:04:27.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:27 smithi029 bash[14177]: cluster 2024-02-11T17:04:26.257362+0000 mon.smithi029 (mon.0) 481 : cluster [DBG] osdmap e27: 8 total, 3 up, 8 in 2024-02-11T17:04:27.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:27 smithi029 bash[14177]: audit 2024-02-11T17:04:26.257577+0000 mon.smithi029 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:27.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:27 smithi029 bash[14177]: audit 2024-02-11T17:04:26.258491+0000 mon.smithi029 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:27.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:27 smithi029 bash[14177]: audit 2024-02-11T17:04:26.258892+0000 mon.smithi029 (mon.0) 484 : audit [INF] from='osd.1 [v2:172.21.15.29:6802/2318682329,v1:172.21.15.29:6803/2318682329]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-02-11T17:04:27.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:27 smithi029 bash[14177]: audit 2024-02-11T17:04:26.259449+0000 mon.smithi029 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:27.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:27 smithi029 bash[14177]: audit 2024-02-11T17:04:26.262489+0000 mon.smithi029 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:27.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:27 smithi029 bash[14177]: audit 2024-02-11T17:04:26.262795+0000 mon.smithi029 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:27.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:27 smithi029 bash[14177]: audit 2024-02-11T17:04:26.268796+0000 mon.smithi029 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:27.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:27 smithi029 bash[14177]: audit 2024-02-11T17:04:27.258356+0000 mon.smithi029 (mon.0) 489 : audit [INF] from='osd.1 [v2:172.21.15.29:6802/2318682329,v1:172.21.15.29:6803/2318682329]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-02-11T17:04:27.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:27 smithi029 bash[14177]: cluster 2024-02-11T17:04:27.258468+0000 mon.smithi029 (mon.0) 490 : cluster [INF] osd.6 [v2:172.21.15.73:6824/254362652,v1:172.21.15.73:6825/254362652] boot 2024-02-11T17:04:27.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:27 smithi029 bash[14177]: cluster 2024-02-11T17:04:27.258511+0000 mon.smithi029 (mon.0) 491 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-02-11T17:04:27.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:27 smithi029 bash[14177]: audit 2024-02-11T17:04:27.258684+0000 mon.smithi029 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:27.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:27 smithi029 bash[14177]: audit 2024-02-11T17:04:27.259161+0000 mon.smithi029 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:27.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:27 smithi029 bash[14177]: audit 2024-02-11T17:04:27.259781+0000 mon.smithi029 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:27.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:27 smithi029 bash[14177]: audit 2024-02-11T17:04:27.259984+0000 mon.smithi029 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-11T17:04:27.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:27 smithi029 bash[14177]: audit 2024-02-11T17:04:27.260334+0000 mon.smithi029 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:27.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:27 smithi029 bash[14177]: audit 2024-02-11T17:04:27.263759+0000 mon.smithi029 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:28.288 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:28 smithi029 bash[14177]: cluster 2024-02-11T17:04:25.970141+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T17:04:28.288 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:28 smithi029 bash[14177]: cluster 2024-02-11T17:04:25.970227+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T17:04:28.288 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:28 smithi029 bash[14177]: cluster 2024-02-11T17:04:27.847904+0000 mgr.smithi029.rubqla (mgr.14180) 130 : cluster [DBG] pgmap v105: 1 pgs: 1 peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-11T17:04:28.288 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:28 smithi029 bash[14177]: audit 2024-02-11T17:04:28.180450+0000 mon.smithi029 (mon.0) 498 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:04:28.288 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:28 smithi029 bash[14177]: cluster 2024-02-11T17:04:28.260074+0000 mon.smithi029 (mon.0) 499 : cluster [INF] osd.1 [v2:172.21.15.29:6802/2318682329,v1:172.21.15.29:6803/2318682329] boot 2024-02-11T17:04:28.288 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:28 smithi029 bash[14177]: cluster 2024-02-11T17:04:28.260145+0000 mon.smithi029 (mon.0) 500 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-02-11T17:04:28.288 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:28 smithi029 bash[14177]: audit 2024-02-11T17:04:28.260525+0000 mon.smithi029 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:28.288 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:28 smithi029 bash[14177]: audit 2024-02-11T17:04:28.260942+0000 mon.smithi029 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:28.288 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:28 smithi029 bash[14177]: audit 2024-02-11T17:04:28.261217+0000 mon.smithi029 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:28.288 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:28 smithi029 bash[14177]: audit 2024-02-11T17:04:28.261506+0000 mon.smithi029 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:28.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:28 smithi073 bash[18997]: cluster 2024-02-11T17:04:25.970141+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T17:04:28.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:28 smithi073 bash[18997]: cluster 2024-02-11T17:04:25.970227+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T17:04:28.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:28 smithi073 bash[18997]: cluster 2024-02-11T17:04:27.847904+0000 mgr.smithi029.rubqla (mgr.14180) 130 : cluster [DBG] pgmap v105: 1 pgs: 1 peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-11T17:04:28.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:28 smithi073 bash[18997]: audit 2024-02-11T17:04:28.180450+0000 mon.smithi029 (mon.0) 498 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:04:28.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:28 smithi073 bash[18997]: cluster 2024-02-11T17:04:28.260074+0000 mon.smithi029 (mon.0) 499 : cluster [INF] osd.1 [v2:172.21.15.29:6802/2318682329,v1:172.21.15.29:6803/2318682329] boot 2024-02-11T17:04:28.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:28 smithi073 bash[18997]: cluster 2024-02-11T17:04:28.260145+0000 mon.smithi029 (mon.0) 500 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-02-11T17:04:28.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:28 smithi073 bash[18997]: audit 2024-02-11T17:04:28.260525+0000 mon.smithi029 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-11T17:04:28.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:28 smithi073 bash[18997]: audit 2024-02-11T17:04:28.260942+0000 mon.smithi029 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:28.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:28 smithi073 bash[18997]: audit 2024-02-11T17:04:28.261217+0000 mon.smithi029 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:28.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:28 smithi073 bash[18997]: audit 2024-02-11T17:04:28.261506+0000 mon.smithi029 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:28.628 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:04:29.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:29 smithi029 bash[14177]: cluster 2024-02-11T17:04:26.673399+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T17:04:29.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:29 smithi029 bash[14177]: cluster 2024-02-11T17:04:26.673491+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T17:04:29.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:29 smithi029 bash[14177]: audit 2024-02-11T17:04:28.625591+0000 mon.smithi029 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.29:0/3762662681' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:04:29.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:29 smithi073 bash[18997]: cluster 2024-02-11T17:04:26.673399+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T17:04:29.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:29 smithi073 bash[18997]: cluster 2024-02-11T17:04:26.673491+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T17:04:29.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:29 smithi073 bash[18997]: audit 2024-02-11T17:04:28.625591+0000 mon.smithi029 (mon.0) 505 : audit [DBG] from='client.? 172.21.15.29:0/3762662681' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:04:30.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:30 smithi073 bash[18997]: cluster 2024-02-11T17:04:29.274791+0000 mon.smithi029 (mon.0) 506 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-02-11T17:04:30.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:30 smithi073 bash[18997]: audit 2024-02-11T17:04:29.275259+0000 mon.smithi029 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:30.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:30 smithi073 bash[18997]: audit 2024-02-11T17:04:29.275544+0000 mon.smithi029 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:30.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:30 smithi073 bash[18997]: audit 2024-02-11T17:04:29.275755+0000 mon.smithi029 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:30.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:30 smithi073 bash[18997]: cluster 2024-02-11T17:04:29.848399+0000 mgr.smithi029.rubqla (mgr.14180) 131 : cluster [DBG] pgmap v108: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-11T17:04:30.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:30 smithi029 bash[14177]: cluster 2024-02-11T17:04:29.274791+0000 mon.smithi029 (mon.0) 506 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-02-11T17:04:30.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:30 smithi029 bash[14177]: audit 2024-02-11T17:04:29.275259+0000 mon.smithi029 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:30.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:30 smithi029 bash[14177]: audit 2024-02-11T17:04:29.275544+0000 mon.smithi029 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:30.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:30 smithi029 bash[14177]: audit 2024-02-11T17:04:29.275755+0000 mon.smithi029 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:30.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:30 smithi029 bash[14177]: cluster 2024-02-11T17:04:29.848399+0000 mgr.smithi029.rubqla (mgr.14180) 131 : cluster [DBG] pgmap v108: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-11T17:04:31.212 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":29,"num_osds":8,"num_up_osds":5,"osd_up_since":1707671068,"num_in_osds":8,"osd_in_since":1707671026,"num_remapped_pgs":1} 2024-02-11T17:04:31.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:31 smithi073 bash[18997]: cluster 2024-02-11T17:04:30.291429+0000 mon.smithi029 (mon.0) 510 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2024-02-11T17:04:31.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:31 smithi073 bash[18997]: audit 2024-02-11T17:04:30.291617+0000 mon.smithi029 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:31.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:31 smithi073 bash[18997]: audit 2024-02-11T17:04:30.291925+0000 mon.smithi029 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:31.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:31 smithi073 bash[18997]: audit 2024-02-11T17:04:30.292145+0000 mon.smithi029 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:31.630 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:31 smithi029 bash[14177]: cluster 2024-02-11T17:04:30.291429+0000 mon.smithi029 (mon.0) 510 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2024-02-11T17:04:31.630 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:31 smithi029 bash[14177]: audit 2024-02-11T17:04:30.291617+0000 mon.smithi029 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:31.630 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:31 smithi029 bash[14177]: audit 2024-02-11T17:04:30.291925+0000 mon.smithi029 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:31.630 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:31 smithi029 bash[14177]: audit 2024-02-11T17:04:30.292145+0000 mon.smithi029 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:32.213 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T17:04:32.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:32 smithi073 bash[18997]: cluster 2024-02-11T17:04:31.848891+0000 mgr.smithi029.rubqla (mgr.14180) 132 : cluster [DBG] pgmap v110: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-11T17:04:32.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:32 smithi029 bash[14177]: cluster 2024-02-11T17:04:31.848891+0000 mgr.smithi029.rubqla (mgr.14180) 132 : cluster [DBG] pgmap v110: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-11T17:04:35.149 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:34 smithi029 bash[14177]: cluster 2024-02-11T17:04:33.849440+0000 mgr.smithi029.rubqla (mgr.14180) 133 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-11T17:04:35.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:34 smithi073 bash[18997]: cluster 2024-02-11T17:04:33.849440+0000 mgr.smithi029.rubqla (mgr.14180) 133 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-11T17:04:37.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:36 smithi073 bash[18997]: audit 2024-02-11T17:04:35.808426+0000 mon.smithi029 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:04:37.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:36 smithi073 bash[18997]: audit 2024-02-11T17:04:35.809797+0000 mon.smithi029 (mon.0) 515 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-11T17:04:37.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:36 smithi073 bash[18997]: audit 2024-02-11T17:04:35.811094+0000 mon.smithi029 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:04:37.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:36 smithi073 bash[18997]: cephadm 2024-02-11T17:04:35.812049+0000 mgr.smithi029.rubqla (mgr.14180) 134 : cephadm [INF] Deploying daemon osd.7 on smithi029 2024-02-11T17:04:37.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:36 smithi073 bash[18997]: cluster 2024-02-11T17:04:35.849826+0000 mgr.smithi029.rubqla (mgr.14180) 135 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-11T17:04:37.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:36 smithi029 bash[14177]: audit 2024-02-11T17:04:35.808426+0000 mon.smithi029 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:04:37.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:36 smithi029 bash[14177]: audit 2024-02-11T17:04:35.809797+0000 mon.smithi029 (mon.0) 515 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-11T17:04:37.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:36 smithi029 bash[14177]: audit 2024-02-11T17:04:35.811094+0000 mon.smithi029 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:04:37.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:36 smithi029 bash[14177]: cephadm 2024-02-11T17:04:35.812049+0000 mgr.smithi029.rubqla (mgr.14180) 134 : cephadm [INF] Deploying daemon osd.7 on smithi029 2024-02-11T17:04:37.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:36 smithi029 bash[14177]: cluster 2024-02-11T17:04:35.849826+0000 mgr.smithi029.rubqla (mgr.14180) 135 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-11T17:04:38.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:37 smithi073 bash[18997]: audit 2024-02-11T17:04:37.763537+0000 mon.smithi029 (mon.0) 517 : audit [INF] from='osd.3 [v2:172.21.15.29:6810/3343309453,v1:172.21.15.29:6811/3343309453]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-11T17:04:38.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:37 smithi029 bash[14177]: audit 2024-02-11T17:04:37.763537+0000 mon.smithi029 (mon.0) 517 : audit [INF] from='osd.3 [v2:172.21.15.29:6810/3343309453,v1:172.21.15.29:6811/3343309453]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-11T17:04:39.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:38 smithi073 bash[18997]: audit 2024-02-11T17:04:37.825919+0000 mon.smithi029 (mon.0) 518 : audit [INF] from='osd.3 [v2:172.21.15.29:6810/3343309453,v1:172.21.15.29:6811/3343309453]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-11T17:04:39.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:38 smithi073 bash[18997]: cluster 2024-02-11T17:04:37.825979+0000 mon.smithi029 (mon.0) 519 : cluster [DBG] osdmap e32: 8 total, 5 up, 8 in 2024-02-11T17:04:39.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:38 smithi073 bash[18997]: audit 2024-02-11T17:04:37.826200+0000 mon.smithi029 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:39.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:38 smithi073 bash[18997]: audit 2024-02-11T17:04:37.826978+0000 mon.smithi029 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:39.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:38 smithi073 bash[18997]: audit 2024-02-11T17:04:37.827410+0000 mon.smithi029 (mon.0) 522 : audit [INF] from='osd.3 [v2:172.21.15.29:6810/3343309453,v1:172.21.15.29:6811/3343309453]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-02-11T17:04:39.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:38 smithi073 bash[18997]: audit 2024-02-11T17:04:37.827895+0000 mon.smithi029 (mon.0) 523 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:39.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:38 smithi073 bash[18997]: cluster 2024-02-11T17:04:37.850223+0000 mgr.smithi029.rubqla (mgr.14180) 136 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-11T17:04:39.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:38 smithi029 bash[14177]: audit 2024-02-11T17:04:37.825919+0000 mon.smithi029 (mon.0) 518 : audit [INF] from='osd.3 [v2:172.21.15.29:6810/3343309453,v1:172.21.15.29:6811/3343309453]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-11T17:04:39.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:38 smithi029 bash[14177]: cluster 2024-02-11T17:04:37.825979+0000 mon.smithi029 (mon.0) 519 : cluster [DBG] osdmap e32: 8 total, 5 up, 8 in 2024-02-11T17:04:39.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:38 smithi029 bash[14177]: audit 2024-02-11T17:04:37.826200+0000 mon.smithi029 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:39.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:38 smithi029 bash[14177]: audit 2024-02-11T17:04:37.826978+0000 mon.smithi029 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:39.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:38 smithi029 bash[14177]: audit 2024-02-11T17:04:37.827410+0000 mon.smithi029 (mon.0) 522 : audit [INF] from='osd.3 [v2:172.21.15.29:6810/3343309453,v1:172.21.15.29:6811/3343309453]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-02-11T17:04:39.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:38 smithi029 bash[14177]: audit 2024-02-11T17:04:37.827895+0000 mon.smithi029 (mon.0) 523 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:39.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:38 smithi029 bash[14177]: cluster 2024-02-11T17:04:37.850223+0000 mgr.smithi029.rubqla (mgr.14180) 136 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-11T17:04:39.289 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:04:40.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:39 smithi029 bash[14177]: audit 2024-02-11T17:04:38.829200+0000 mon.smithi029 (mon.0) 524 : audit [INF] from='osd.3 [v2:172.21.15.29:6810/3343309453,v1:172.21.15.29:6811/3343309453]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-02-11T17:04:40.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:39 smithi029 bash[14177]: cluster 2024-02-11T17:04:38.829292+0000 mon.smithi029 (mon.0) 525 : cluster [DBG] osdmap e33: 8 total, 5 up, 8 in 2024-02-11T17:04:40.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:39 smithi029 bash[14177]: audit 2024-02-11T17:04:38.829836+0000 mon.smithi029 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:40.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:39 smithi029 bash[14177]: audit 2024-02-11T17:04:38.830290+0000 mon.smithi029 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:40.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:39 smithi029 bash[14177]: audit 2024-02-11T17:04:38.831024+0000 mon.smithi029 (mon.0) 528 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:40.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:39 smithi029 bash[14177]: audit 2024-02-11T17:04:38.835973+0000 mon.smithi029 (mon.0) 529 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:40.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:39 smithi029 bash[14177]: audit 2024-02-11T17:04:39.286916+0000 mon.smithi029 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.29:0/3838176453' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:04:40.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:39 smithi073 bash[18997]: audit 2024-02-11T17:04:38.829200+0000 mon.smithi029 (mon.0) 524 : audit [INF] from='osd.3 [v2:172.21.15.29:6810/3343309453,v1:172.21.15.29:6811/3343309453]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-02-11T17:04:40.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:39 smithi073 bash[18997]: cluster 2024-02-11T17:04:38.829292+0000 mon.smithi029 (mon.0) 525 : cluster [DBG] osdmap e33: 8 total, 5 up, 8 in 2024-02-11T17:04:40.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:39 smithi073 bash[18997]: audit 2024-02-11T17:04:38.829836+0000 mon.smithi029 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:40.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:39 smithi073 bash[18997]: audit 2024-02-11T17:04:38.830290+0000 mon.smithi029 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:40.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:39 smithi073 bash[18997]: audit 2024-02-11T17:04:38.831024+0000 mon.smithi029 (mon.0) 528 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:40.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:39 smithi073 bash[18997]: audit 2024-02-11T17:04:38.835973+0000 mon.smithi029 (mon.0) 529 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:40.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:39 smithi073 bash[18997]: audit 2024-02-11T17:04:39.286916+0000 mon.smithi029 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.29:0/3838176453' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:04:41.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:40 smithi029 bash[14177]: cluster 2024-02-11T17:04:38.724752+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T17:04:41.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:40 smithi029 bash[14177]: cluster 2024-02-11T17:04:38.724878+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T17:04:41.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:40 smithi029 bash[14177]: cluster 2024-02-11T17:04:39.839214+0000 mon.smithi029 (mon.0) 531 : cluster [INF] osd.3 [v2:172.21.15.29:6810/3343309453,v1:172.21.15.29:6811/3343309453] boot 2024-02-11T17:04:41.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:40 smithi029 bash[14177]: cluster 2024-02-11T17:04:39.839317+0000 mon.smithi029 (mon.0) 532 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-02-11T17:04:41.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:40 smithi029 bash[14177]: audit 2024-02-11T17:04:39.840005+0000 mon.smithi029 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:41.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:40 smithi029 bash[14177]: audit 2024-02-11T17:04:39.840773+0000 mon.smithi029 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:41.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:40 smithi029 bash[14177]: audit 2024-02-11T17:04:39.841197+0000 mon.smithi029 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:41.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:40 smithi029 bash[14177]: cluster 2024-02-11T17:04:39.850687+0000 mgr.smithi029.rubqla (mgr.14180) 137 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-11T17:04:41.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:40 smithi029 bash[14177]: cluster 2024-02-11T17:04:39.948390+0000 mon.smithi029 (mon.0) 536 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2024-02-11T17:04:41.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:40 smithi029 bash[14177]: audit 2024-02-11T17:04:39.948693+0000 mon.smithi029 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:41.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:40 smithi029 bash[14177]: audit 2024-02-11T17:04:39.949409+0000 mon.smithi029 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:41.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:40 smithi073 bash[18997]: cluster 2024-02-11T17:04:38.724752+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T17:04:41.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:40 smithi073 bash[18997]: cluster 2024-02-11T17:04:38.724878+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T17:04:41.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:40 smithi073 bash[18997]: cluster 2024-02-11T17:04:39.839214+0000 mon.smithi029 (mon.0) 531 : cluster [INF] osd.3 [v2:172.21.15.29:6810/3343309453,v1:172.21.15.29:6811/3343309453] boot 2024-02-11T17:04:41.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:40 smithi073 bash[18997]: cluster 2024-02-11T17:04:39.839317+0000 mon.smithi029 (mon.0) 532 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-02-11T17:04:41.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:40 smithi073 bash[18997]: audit 2024-02-11T17:04:39.840005+0000 mon.smithi029 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-11T17:04:41.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:40 smithi073 bash[18997]: audit 2024-02-11T17:04:39.840773+0000 mon.smithi029 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:41.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:40 smithi073 bash[18997]: audit 2024-02-11T17:04:39.841197+0000 mon.smithi029 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:41.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:40 smithi073 bash[18997]: cluster 2024-02-11T17:04:39.850687+0000 mgr.smithi029.rubqla (mgr.14180) 137 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-11T17:04:41.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:40 smithi073 bash[18997]: cluster 2024-02-11T17:04:39.948390+0000 mon.smithi029 (mon.0) 536 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2024-02-11T17:04:41.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:40 smithi073 bash[18997]: audit 2024-02-11T17:04:39.948693+0000 mon.smithi029 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:41.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:40 smithi073 bash[18997]: audit 2024-02-11T17:04:39.949409+0000 mon.smithi029 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:42.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:41 smithi073 bash[18997]: cluster 2024-02-11T17:04:40.952870+0000 mon.smithi029 (mon.0) 539 : cluster [DBG] osdmap e36: 8 total, 6 up, 8 in 2024-02-11T17:04:42.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:41 smithi073 bash[18997]: audit 2024-02-11T17:04:40.953098+0000 mon.smithi029 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:42.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:41 smithi073 bash[18997]: audit 2024-02-11T17:04:40.953434+0000 mon.smithi029 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:42.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:41 smithi029 bash[14177]: cluster 2024-02-11T17:04:40.952870+0000 mon.smithi029 (mon.0) 539 : cluster [DBG] osdmap e36: 8 total, 6 up, 8 in 2024-02-11T17:04:42.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:41 smithi029 bash[14177]: audit 2024-02-11T17:04:40.953098+0000 mon.smithi029 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:42.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:41 smithi029 bash[14177]: audit 2024-02-11T17:04:40.953434+0000 mon.smithi029 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:42.680 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":33,"num_osds":8,"num_up_osds":5,"osd_up_since":1707671068,"num_in_osds":8,"osd_in_since":1707671026,"num_remapped_pgs":0} 2024-02-11T17:04:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:42 smithi073 bash[18997]: cluster 2024-02-11T17:04:41.851262+0000 mgr.smithi029.rubqla (mgr.14180) 138 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-11T17:04:43.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:42 smithi029 bash[14177]: cluster 2024-02-11T17:04:41.851262+0000 mgr.smithi029.rubqla (mgr.14180) 138 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-11T17:04:43.681 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T17:04:45.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:44 smithi073 bash[18997]: cluster 2024-02-11T17:04:43.851809+0000 mgr.smithi029.rubqla (mgr.14180) 139 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-11T17:04:45.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:44 smithi029 bash[14177]: cluster 2024-02-11T17:04:43.851809+0000 mgr.smithi029.rubqla (mgr.14180) 139 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-11T17:04:47.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:46 smithi073 bash[18997]: cluster 2024-02-11T17:04:45.852329+0000 mgr.smithi029.rubqla (mgr.14180) 140 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-11T17:04:47.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:46 smithi073 bash[18997]: audit 2024-02-11T17:04:46.398581+0000 mon.smithi029 (mon.0) 542 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:04:47.359 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:46 smithi029 bash[14177]: cluster 2024-02-11T17:04:45.852329+0000 mgr.smithi029.rubqla (mgr.14180) 140 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-11T17:04:47.359 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:46 smithi029 bash[14177]: audit 2024-02-11T17:04:46.398581+0000 mon.smithi029 (mon.0) 542 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:04:48.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:47 smithi029 bash[14177]: audit 2024-02-11T17:04:47.361723+0000 mon.smithi029 (mon.0) 543 : audit [INF] from='osd.5 [v2:172.21.15.29:6818/3757559900,v1:172.21.15.29:6819/3757559900]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-11T17:04:48.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:47 smithi073 bash[18997]: audit 2024-02-11T17:04:47.361723+0000 mon.smithi029 (mon.0) 543 : audit [INF] from='osd.5 [v2:172.21.15.29:6818/3757559900,v1:172.21.15.29:6819/3757559900]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-11T17:04:49.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:48 smithi073 bash[18997]: cluster 2024-02-11T17:04:47.852931+0000 mgr.smithi029.rubqla (mgr.14180) 141 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-11T17:04:49.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:48 smithi073 bash[18997]: audit 2024-02-11T17:04:47.975666+0000 mon.smithi029 (mon.0) 544 : audit [INF] from='osd.5 [v2:172.21.15.29:6818/3757559900,v1:172.21.15.29:6819/3757559900]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-11T17:04:49.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:48 smithi073 bash[18997]: cluster 2024-02-11T17:04:47.975765+0000 mon.smithi029 (mon.0) 545 : cluster [DBG] osdmap e37: 8 total, 6 up, 8 in 2024-02-11T17:04:49.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:48 smithi073 bash[18997]: audit 2024-02-11T17:04:47.976072+0000 mon.smithi029 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:49.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:48 smithi073 bash[18997]: audit 2024-02-11T17:04:47.976692+0000 mon.smithi029 (mon.0) 547 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:49.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:48 smithi073 bash[18997]: audit 2024-02-11T17:04:47.977054+0000 mon.smithi029 (mon.0) 548 : audit [INF] from='osd.5 [v2:172.21.15.29:6818/3757559900,v1:172.21.15.29:6819/3757559900]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-02-11T17:04:49.368 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:48 smithi029 bash[14177]: cluster 2024-02-11T17:04:47.852931+0000 mgr.smithi029.rubqla (mgr.14180) 141 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-11T17:04:49.368 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:48 smithi029 bash[14177]: audit 2024-02-11T17:04:47.975666+0000 mon.smithi029 (mon.0) 544 : audit [INF] from='osd.5 [v2:172.21.15.29:6818/3757559900,v1:172.21.15.29:6819/3757559900]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-11T17:04:49.368 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:48 smithi029 bash[14177]: cluster 2024-02-11T17:04:47.975765+0000 mon.smithi029 (mon.0) 545 : cluster [DBG] osdmap e37: 8 total, 6 up, 8 in 2024-02-11T17:04:49.368 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:48 smithi029 bash[14177]: audit 2024-02-11T17:04:47.976072+0000 mon.smithi029 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:49.368 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:48 smithi029 bash[14177]: audit 2024-02-11T17:04:47.976692+0000 mon.smithi029 (mon.0) 547 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:49.368 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:48 smithi029 bash[14177]: audit 2024-02-11T17:04:47.977054+0000 mon.smithi029 (mon.0) 548 : audit [INF] from='osd.5 [v2:172.21.15.29:6818/3757559900,v1:172.21.15.29:6819/3757559900]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-02-11T17:04:49.739 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:04:50.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:49 smithi073 bash[18997]: audit 2024-02-11T17:04:48.981177+0000 mon.smithi029 (mon.0) 549 : audit [INF] from='osd.5 [v2:172.21.15.29:6818/3757559900,v1:172.21.15.29:6819/3757559900]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-02-11T17:04:50.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:49 smithi073 bash[18997]: cluster 2024-02-11T17:04:48.981315+0000 mon.smithi029 (mon.0) 550 : cluster [DBG] osdmap e38: 8 total, 6 up, 8 in 2024-02-11T17:04:50.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:49 smithi073 bash[18997]: audit 2024-02-11T17:04:48.982096+0000 mon.smithi029 (mon.0) 551 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:50.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:49 smithi073 bash[18997]: audit 2024-02-11T17:04:48.982522+0000 mon.smithi029 (mon.0) 552 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:50.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:49 smithi073 bash[18997]: audit 2024-02-11T17:04:48.988122+0000 mon.smithi029 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:50.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:49 smithi073 bash[18997]: audit 2024-02-11T17:04:49.736807+0000 mon.smithi029 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.29:0/295718999' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:04:50.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:49 smithi029 bash[14177]: audit 2024-02-11T17:04:48.981177+0000 mon.smithi029 (mon.0) 549 : audit [INF] from='osd.5 [v2:172.21.15.29:6818/3757559900,v1:172.21.15.29:6819/3757559900]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-02-11T17:04:50.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:49 smithi029 bash[14177]: cluster 2024-02-11T17:04:48.981315+0000 mon.smithi029 (mon.0) 550 : cluster [DBG] osdmap e38: 8 total, 6 up, 8 in 2024-02-11T17:04:50.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:49 smithi029 bash[14177]: audit 2024-02-11T17:04:48.982096+0000 mon.smithi029 (mon.0) 551 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:50.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:49 smithi029 bash[14177]: audit 2024-02-11T17:04:48.982522+0000 mon.smithi029 (mon.0) 552 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:50.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:49 smithi029 bash[14177]: audit 2024-02-11T17:04:48.988122+0000 mon.smithi029 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:50.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:49 smithi029 bash[14177]: audit 2024-02-11T17:04:49.736807+0000 mon.smithi029 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.29:0/295718999' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:04:51.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:50 smithi073 bash[18997]: cluster 2024-02-11T17:04:48.346809+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T17:04:51.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:50 smithi073 bash[18997]: cluster 2024-02-11T17:04:48.346901+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T17:04:51.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:50 smithi073 bash[18997]: cluster 2024-02-11T17:04:49.853537+0000 mgr.smithi029.rubqla (mgr.14180) 142 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-11T17:04:51.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:50 smithi073 bash[18997]: audit 2024-02-11T17:04:49.988708+0000 mon.smithi029 (mon.0) 555 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:51.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:50 smithi073 bash[18997]: cluster 2024-02-11T17:04:49.994474+0000 mon.smithi029 (mon.0) 556 : cluster [INF] osd.5 [v2:172.21.15.29:6818/3757559900,v1:172.21.15.29:6819/3757559900] boot 2024-02-11T17:04:51.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:50 smithi073 bash[18997]: cluster 2024-02-11T17:04:49.994519+0000 mon.smithi029 (mon.0) 557 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2024-02-11T17:04:51.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:50 smithi073 bash[18997]: audit 2024-02-11T17:04:49.995354+0000 mon.smithi029 (mon.0) 558 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:51.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:50 smithi073 bash[18997]: audit 2024-02-11T17:04:49.995866+0000 mon.smithi029 (mon.0) 559 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:51.389 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:50 smithi029 bash[14177]: cluster 2024-02-11T17:04:48.346809+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T17:04:51.389 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:50 smithi029 bash[14177]: cluster 2024-02-11T17:04:48.346901+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T17:04:51.389 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:50 smithi029 bash[14177]: cluster 2024-02-11T17:04:49.853537+0000 mgr.smithi029.rubqla (mgr.14180) 142 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-11T17:04:51.389 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:50 smithi029 bash[14177]: audit 2024-02-11T17:04:49.988708+0000 mon.smithi029 (mon.0) 555 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:51.390 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:50 smithi029 bash[14177]: cluster 2024-02-11T17:04:49.994474+0000 mon.smithi029 (mon.0) 556 : cluster [INF] osd.5 [v2:172.21.15.29:6818/3757559900,v1:172.21.15.29:6819/3757559900] boot 2024-02-11T17:04:51.390 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:50 smithi029 bash[14177]: cluster 2024-02-11T17:04:49.994519+0000 mon.smithi029 (mon.0) 557 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2024-02-11T17:04:51.390 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:50 smithi029 bash[14177]: audit 2024-02-11T17:04:49.995354+0000 mon.smithi029 (mon.0) 558 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-11T17:04:51.390 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:50 smithi029 bash[14177]: audit 2024-02-11T17:04:49.995866+0000 mon.smithi029 (mon.0) 559 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:51.393 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":38,"num_osds":8,"num_up_osds":6,"osd_up_since":1707671079,"num_in_osds":8,"osd_in_since":1707671026,"num_remapped_pgs":0} 2024-02-11T17:04:52.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:52 smithi029 bash[14177]: cluster 2024-02-11T17:04:51.004159+0000 mon.smithi029 (mon.0) 560 : cluster [DBG] osdmap e40: 8 total, 7 up, 8 in 2024-02-11T17:04:52.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:52 smithi029 bash[14177]: audit 2024-02-11T17:04:51.004382+0000 mon.smithi029 (mon.0) 561 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:52.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:52 smithi073 bash[18997]: cluster 2024-02-11T17:04:51.004159+0000 mon.smithi029 (mon.0) 560 : cluster [DBG] osdmap e40: 8 total, 7 up, 8 in 2024-02-11T17:04:52.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:52 smithi073 bash[18997]: audit 2024-02-11T17:04:51.004382+0000 mon.smithi029 (mon.0) 561 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:52.394 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T17:04:53.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:53 smithi073 bash[18997]: cluster 2024-02-11T17:04:51.854108+0000 mgr.smithi029.rubqla (mgr.14180) 143 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-11T17:04:53.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:53 smithi029 bash[14177]: cluster 2024-02-11T17:04:51.854108+0000 mgr.smithi029.rubqla (mgr.14180) 143 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-11T17:04:55.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:55 smithi029 bash[14177]: cluster 2024-02-11T17:04:53.854725+0000 mgr.smithi029.rubqla (mgr.14180) 144 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-11T17:04:55.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:55 smithi073 bash[18997]: cluster 2024-02-11T17:04:53.854725+0000 mgr.smithi029.rubqla (mgr.14180) 144 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-11T17:04:57.342 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:57 smithi029 bash[14177]: cluster 2024-02-11T17:04:55.855420+0000 mgr.smithi029.rubqla (mgr.14180) 145 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-11T17:04:57.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:57 smithi073 bash[18997]: cluster 2024-02-11T17:04:55.855420+0000 mgr.smithi029.rubqla (mgr.14180) 145 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-11T17:04:58.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:58 smithi029 bash[14177]: audit 2024-02-11T17:04:57.821664+0000 mon.smithi029 (mon.0) 562 : audit [INF] from='osd.7 [v2:172.21.15.29:6826/1008853714,v1:172.21.15.29:6827/1008853714]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-11T17:04:58.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:58 smithi073 bash[18997]: audit 2024-02-11T17:04:57.821664+0000 mon.smithi029 (mon.0) 562 : audit [INF] from='osd.7 [v2:172.21.15.29:6826/1008853714,v1:172.21.15.29:6827/1008853714]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-11T17:04:59.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:59 smithi029 bash[14177]: cluster 2024-02-11T17:04:57.856003+0000 mgr.smithi029.rubqla (mgr.14180) 146 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-11T17:04:59.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:59 smithi029 bash[14177]: audit 2024-02-11T17:04:58.029901+0000 mon.smithi029 (mon.0) 563 : audit [INF] from='osd.7 [v2:172.21.15.29:6826/1008853714,v1:172.21.15.29:6827/1008853714]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-11T17:04:59.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:59 smithi029 bash[14177]: cluster 2024-02-11T17:04:58.029974+0000 mon.smithi029 (mon.0) 564 : cluster [DBG] osdmap e41: 8 total, 7 up, 8 in 2024-02-11T17:04:59.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:59 smithi029 bash[14177]: audit 2024-02-11T17:04:58.030177+0000 mon.smithi029 (mon.0) 565 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:59.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:04:59 smithi029 bash[14177]: audit 2024-02-11T17:04:58.030992+0000 mon.smithi029 (mon.0) 566 : audit [INF] from='osd.7 [v2:172.21.15.29:6826/1008853714,v1:172.21.15.29:6827/1008853714]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-02-11T17:04:59.311 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:04:59.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:59 smithi073 bash[18997]: cluster 2024-02-11T17:04:57.856003+0000 mgr.smithi029.rubqla (mgr.14180) 146 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-11T17:04:59.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:59 smithi073 bash[18997]: audit 2024-02-11T17:04:58.029901+0000 mon.smithi029 (mon.0) 563 : audit [INF] from='osd.7 [v2:172.21.15.29:6826/1008853714,v1:172.21.15.29:6827/1008853714]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-11T17:04:59.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:59 smithi073 bash[18997]: cluster 2024-02-11T17:04:58.029974+0000 mon.smithi029 (mon.0) 564 : cluster [DBG] osdmap e41: 8 total, 7 up, 8 in 2024-02-11T17:04:59.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:59 smithi073 bash[18997]: audit 2024-02-11T17:04:58.030177+0000 mon.smithi029 (mon.0) 565 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:04:59.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:04:59 smithi073 bash[18997]: audit 2024-02-11T17:04:58.030992+0000 mon.smithi029 (mon.0) 566 : audit [INF] from='osd.7 [v2:172.21.15.29:6826/1008853714,v1:172.21.15.29:6827/1008853714]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-02-11T17:05:00.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:00 smithi073 bash[18997]: audit 2024-02-11T17:04:59.036968+0000 mon.smithi029 (mon.0) 567 : audit [INF] from='osd.7 [v2:172.21.15.29:6826/1008853714,v1:172.21.15.29:6827/1008853714]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-02-11T17:05:00.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:00 smithi073 bash[18997]: cluster 2024-02-11T17:04:59.037017+0000 mon.smithi029 (mon.0) 568 : cluster [DBG] osdmap e42: 8 total, 7 up, 8 in 2024-02-11T17:05:00.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:00 smithi073 bash[18997]: audit 2024-02-11T17:04:59.037159+0000 mon.smithi029 (mon.0) 569 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:05:00.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:00 smithi073 bash[18997]: audit 2024-02-11T17:04:59.041489+0000 mon.smithi029 (mon.0) 570 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:05:00.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:00 smithi073 bash[18997]: audit 2024-02-11T17:04:59.308165+0000 mon.smithi029 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.29:0/2580806159' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:05:00.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:00 smithi073 bash[18997]: cluster 2024-02-11T17:04:59.856520+0000 mgr.smithi029.rubqla (mgr.14180) 147 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-11T17:05:00.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:00 smithi073 bash[18997]: cluster 2024-02-11T17:04:59.953042+0000 mon.smithi029 (mon.0) 572 : cluster [INF] osd.7 [v2:172.21.15.29:6826/1008853714,v1:172.21.15.29:6827/1008853714] boot 2024-02-11T17:05:00.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:00 smithi073 bash[18997]: cluster 2024-02-11T17:04:59.953095+0000 mon.smithi029 (mon.0) 573 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-11T17:05:00.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:00 smithi073 bash[18997]: audit 2024-02-11T17:04:59.953418+0000 mon.smithi029 (mon.0) 574 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:05:00.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:00 smithi029 bash[14177]: audit 2024-02-11T17:04:59.036968+0000 mon.smithi029 (mon.0) 567 : audit [INF] from='osd.7 [v2:172.21.15.29:6826/1008853714,v1:172.21.15.29:6827/1008853714]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-02-11T17:05:00.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:00 smithi029 bash[14177]: cluster 2024-02-11T17:04:59.037017+0000 mon.smithi029 (mon.0) 568 : cluster [DBG] osdmap e42: 8 total, 7 up, 8 in 2024-02-11T17:05:00.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:00 smithi029 bash[14177]: audit 2024-02-11T17:04:59.037159+0000 mon.smithi029 (mon.0) 569 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:05:00.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:00 smithi029 bash[14177]: audit 2024-02-11T17:04:59.041489+0000 mon.smithi029 (mon.0) 570 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:05:00.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:00 smithi029 bash[14177]: audit 2024-02-11T17:04:59.308165+0000 mon.smithi029 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.29:0/2580806159' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:05:00.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:00 smithi029 bash[14177]: cluster 2024-02-11T17:04:59.856520+0000 mgr.smithi029.rubqla (mgr.14180) 147 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-11T17:05:00.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:00 smithi029 bash[14177]: cluster 2024-02-11T17:04:59.953042+0000 mon.smithi029 (mon.0) 572 : cluster [INF] osd.7 [v2:172.21.15.29:6826/1008853714,v1:172.21.15.29:6827/1008853714] boot 2024-02-11T17:05:00.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:00 smithi029 bash[14177]: cluster 2024-02-11T17:04:59.953095+0000 mon.smithi029 (mon.0) 573 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-11T17:05:00.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:00 smithi029 bash[14177]: audit 2024-02-11T17:04:59.953418+0000 mon.smithi029 (mon.0) 574 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-11T17:05:00.954 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":42,"num_osds":8,"num_up_osds":7,"osd_up_since":1707671089,"num_in_osds":8,"osd_in_since":1707671026,"num_remapped_pgs":0} 2024-02-11T17:05:01.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:01 smithi073 bash[18997]: cluster 2024-02-11T17:04:58.808671+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T17:05:01.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:01 smithi073 bash[18997]: cluster 2024-02-11T17:04:58.808746+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T17:05:01.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:01 smithi073 bash[18997]: audit 2024-02-11T17:05:00.872252+0000 mon.smithi029 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:05:01.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:01 smithi073 bash[18997]: audit 2024-02-11T17:05:00.875717+0000 mon.smithi029 (mon.0) 576 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:05:01.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:01 smithi073 bash[18997]: cluster 2024-02-11T17:05:00.957022+0000 mon.smithi029 (mon.0) 577 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-11T17:05:01.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:01 smithi029 bash[14177]: cluster 2024-02-11T17:04:58.808671+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-11T17:05:01.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:01 smithi029 bash[14177]: cluster 2024-02-11T17:04:58.808746+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-11T17:05:01.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:01 smithi029 bash[14177]: audit 2024-02-11T17:05:00.872252+0000 mon.smithi029 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:05:01.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:01 smithi029 bash[14177]: audit 2024-02-11T17:05:00.875717+0000 mon.smithi029 (mon.0) 576 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:05:01.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:01 smithi029 bash[14177]: cluster 2024-02-11T17:05:00.957022+0000 mon.smithi029 (mon.0) 577 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-11T17:05:01.955 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-11T17:05:03.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:02 smithi073 bash[18997]: cluster 2024-02-11T17:05:01.857089+0000 mgr.smithi029.rubqla (mgr.14180) 148 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:03.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:02 smithi073 bash[18997]: cluster 2024-02-11T17:05:01.960332+0000 mon.smithi029 (mon.0) 578 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-11T17:05:03.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:02 smithi029 bash[14177]: cluster 2024-02-11T17:05:01.857089+0000 mgr.smithi029.rubqla (mgr.14180) 148 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:03.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:02 smithi029 bash[14177]: cluster 2024-02-11T17:05:01.960332+0000 mon.smithi029 (mon.0) 578 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-11T17:05:05.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:04 smithi073 bash[18997]: cluster 2024-02-11T17:05:03.857680+0000 mgr.smithi029.rubqla (mgr.14180) 149 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:05.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:04 smithi029 bash[14177]: cluster 2024-02-11T17:05:03.857680+0000 mgr.smithi029.rubqla (mgr.14180) 149 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:06.105 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:05:07.100 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":45,"num_osds":8,"num_up_osds":8,"osd_up_since":1707671099,"num_in_osds":8,"osd_in_since":1707671026,"num_remapped_pgs":0} 2024-02-11T17:05:07.101 INFO:tasks.cephadm:Setting up client nodes... 2024-02-11T17:05:07.102 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-11T17:05:07.306 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:06 smithi029 bash[14177]: cluster 2024-02-11T17:05:05.858196+0000 mgr.smithi029.rubqla (mgr.14180) 150 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:07.306 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:06 smithi029 bash[14177]: audit 2024-02-11T17:05:06.102658+0000 mon.smithi029 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.29:0/1992961221' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:05:07.306 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:06 smithi029 bash[14177]: audit 2024-02-11T17:05:06.306878+0000 mon.smithi029 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:05:07.306 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:06 smithi029 bash[14177]: audit 2024-02-11T17:05:06.709107+0000 mon.smithi029 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:05:07.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:06 smithi073 bash[18997]: cluster 2024-02-11T17:05:05.858196+0000 mgr.smithi029.rubqla (mgr.14180) 150 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:07.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:06 smithi073 bash[18997]: audit 2024-02-11T17:05:06.102658+0000 mon.smithi029 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.29:0/1992961221' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-11T17:05:07.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:06 smithi073 bash[18997]: audit 2024-02-11T17:05:06.306878+0000 mon.smithi029 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:05:07.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:06 smithi073 bash[18997]: audit 2024-02-11T17:05:06.709107+0000 mon.smithi029 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:05:09.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:08 smithi029 bash[14177]: cluster 2024-02-11T17:05:07.858862+0000 mgr.smithi029.rubqla (mgr.14180) 151 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:09.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:08 smithi073 bash[18997]: cluster 2024-02-11T17:05:07.858862+0000 mgr.smithi029.rubqla (mgr.14180) 151 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:11.114 INFO:teuthology.orchestra.run.smithi029.stdout:[client.0] 2024-02-11T17:05:11.114 INFO:teuthology.orchestra.run.smithi029.stdout: key = AQBH/shlYHNHBhAATclAsMpE21okom/VeVjqAQ== 2024-02-11T17:05:11.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:10 smithi073 bash[18997]: cluster 2024-02-11T17:05:09.859495+0000 mgr.smithi029.rubqla (mgr.14180) 152 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:11.382 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:10 smithi029 bash[14177]: cluster 2024-02-11T17:05:09.859495+0000 mgr.smithi029.rubqla (mgr.14180) 152 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:12.019 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-11T17:05:12.019 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-11T17:05:12.019 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-11T17:05:12.041 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-11T17:05:12.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:11 smithi073 bash[18997]: audit 2024-02-11T17:05:11.105025+0000 mon.smithi029 (mon.0) 582 : audit [INF] from='client.? 172.21.15.29:0/2877394027' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-11T17:05:12.235 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:11 smithi073 bash[18997]: audit 2024-02-11T17:05:11.111369+0000 mon.smithi029 (mon.0) 583 : audit [INF] from='client.? 172.21.15.29:0/2877394027' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-11T17:05:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:11 smithi029 bash[14177]: audit 2024-02-11T17:05:11.105025+0000 mon.smithi029 (mon.0) 582 : audit [INF] from='client.? 172.21.15.29:0/2877394027' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-11T17:05:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:11 smithi029 bash[14177]: audit 2024-02-11T17:05:11.111369+0000 mon.smithi029 (mon.0) 583 : audit [INF] from='client.? 172.21.15.29:0/2877394027' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-11T17:05:13.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:12 smithi073 bash[18997]: cluster 2024-02-11T17:05:11.860144+0000 mgr.smithi029.rubqla (mgr.14180) 153 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:13.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:12 smithi029 bash[14177]: cluster 2024-02-11T17:05:11.860144+0000 mgr.smithi029.rubqla (mgr.14180) 153 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:15.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:14 smithi029 bash[14177]: cluster 2024-02-11T17:05:13.860863+0000 mgr.smithi029.rubqla (mgr.14180) 154 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:15.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:14 smithi073 bash[18997]: cluster 2024-02-11T17:05:13.860863+0000 mgr.smithi029.rubqla (mgr.14180) 154 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:16.870 INFO:teuthology.orchestra.run.smithi073.stdout:[client.1] 2024-02-11T17:05:16.870 INFO:teuthology.orchestra.run.smithi073.stdout: key = AQBM/shlzhlTMxAAdDV1kvGBFgGln3EVJP/y6A== 2024-02-11T17:05:17.195 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:16 smithi073 bash[18997]: cluster 2024-02-11T17:05:15.861441+0000 mgr.smithi029.rubqla (mgr.14180) 155 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:17.195 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:16 smithi073 bash[18997]: audit 2024-02-11T17:05:16.860694+0000 mon.smithi029 (mon.0) 584 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-11T17:05:17.196 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:16 smithi073 bash[18997]: audit 2024-02-11T17:05:16.861893+0000 mon.smithi073 (mon.1) 16 : audit [INF] from='client.? 172.21.15.73:0/845884045' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-11T17:05:17.196 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:16 smithi073 bash[18997]: audit 2024-02-11T17:05:16.867526+0000 mon.smithi029 (mon.0) 585 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-11T17:05:17.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:16 smithi029 bash[14177]: cluster 2024-02-11T17:05:15.861441+0000 mgr.smithi029.rubqla (mgr.14180) 155 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:17.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:16 smithi029 bash[14177]: audit 2024-02-11T17:05:16.860694+0000 mon.smithi029 (mon.0) 584 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-11T17:05:17.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:16 smithi029 bash[14177]: audit 2024-02-11T17:05:16.861893+0000 mon.smithi073 (mon.1) 16 : audit [INF] from='client.? 172.21.15.73:0/845884045' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-11T17:05:17.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:16 smithi029 bash[14177]: audit 2024-02-11T17:05:16.867526+0000 mon.smithi029 (mon.0) 585 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-11T17:05:17.855 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-02-11T17:05:17.855 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-02-11T17:05:17.855 DEBUG:teuthology.orchestra.run.smithi073:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-02-11T17:05:17.871 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-11T17:05:19.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:18 smithi073 bash[18997]: cluster 2024-02-11T17:05:17.862023+0000 mgr.smithi029.rubqla (mgr.14180) 156 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:19.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:18 smithi073 bash[18997]: audit 2024-02-11T17:05:18.512747+0000 mon.smithi029 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:05:19.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:18 smithi073 bash[18997]: audit 2024-02-11T17:05:18.782809+0000 mon.smithi029 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:05:19.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:18 smithi073 bash[18997]: audit 2024-02-11T17:05:18.784081+0000 mon.smithi029 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:05:19.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:18 smithi073 bash[18997]: audit 2024-02-11T17:05:18.785190+0000 mon.smithi029 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:05:19.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:18 smithi073 bash[18997]: audit 2024-02-11T17:05:18.786267+0000 mon.smithi029 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:05:19.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:18 smithi073 bash[18997]: audit 2024-02-11T17:05:18.794244+0000 mon.smithi029 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:05:19.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:18 smithi029 bash[14177]: cluster 2024-02-11T17:05:17.862023+0000 mgr.smithi029.rubqla (mgr.14180) 156 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:19.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:18 smithi029 bash[14177]: audit 2024-02-11T17:05:18.512747+0000 mon.smithi029 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:05:19.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:18 smithi029 bash[14177]: audit 2024-02-11T17:05:18.782809+0000 mon.smithi029 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:05:19.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:18 smithi029 bash[14177]: audit 2024-02-11T17:05:18.784081+0000 mon.smithi029 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:05:19.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:18 smithi029 bash[14177]: audit 2024-02-11T17:05:18.785190+0000 mon.smithi029 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:05:19.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:18 smithi029 bash[14177]: audit 2024-02-11T17:05:18.786267+0000 mon.smithi029 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:05:19.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:18 smithi029 bash[14177]: audit 2024-02-11T17:05:18.794244+0000 mon.smithi029 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:05:20.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:20 smithi073 bash[18997]: cephadm 2024-02-11T17:05:18.502907+0000 mgr.smithi029.rubqla (mgr.14180) 157 : cephadm [INF] Detected new or changed devices on smithi073 2024-02-11T17:05:20.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:20 smithi073 bash[18997]: cephadm 2024-02-11T17:05:18.787108+0000 mgr.smithi029.rubqla (mgr.14180) 158 : cephadm [INF] Adjusting osd_memory_target on smithi073 to 4028M 2024-02-11T17:05:20.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:20 smithi073 bash[18997]: audit 2024-02-11T17:05:19.158990+0000 mon.smithi029 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:05:20.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:20 smithi073 bash[18997]: audit 2024-02-11T17:05:19.466995+0000 mon.smithi029 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:05:20.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:20 smithi073 bash[18997]: audit 2024-02-11T17:05:19.469254+0000 mon.smithi029 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:05:20.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:20 smithi073 bash[18997]: audit 2024-02-11T17:05:19.470338+0000 mon.smithi029 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:05:20.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:20 smithi073 bash[18997]: audit 2024-02-11T17:05:19.471294+0000 mon.smithi029 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:05:20.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:20 smithi073 bash[18997]: audit 2024-02-11T17:05:19.476874+0000 mon.smithi029 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:05:20.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:20 smithi073 bash[18997]: audit 2024-02-11T17:05:19.479114+0000 mon.smithi029 (mon.0) 598 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:05:20.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:20 smithi073 bash[18997]: audit 2024-02-11T17:05:19.480263+0000 mon.smithi029 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:05:20.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:20 smithi073 bash[18997]: audit 2024-02-11T17:05:19.486486+0000 mon.smithi029 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:05:20.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:20 smithi073 bash[18997]: audit 2024-02-11T17:05:19.493267+0000 mon.smithi029 (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:05:20.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:20 smithi073 bash[18997]: audit 2024-02-11T17:05:19.499663+0000 mon.smithi029 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-11T17:05:20.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:20 smithi073 bash[18997]: audit 2024-02-11T17:05:19.501932+0000 mon.smithi029 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-11T17:05:20.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:20 smithi073 bash[18997]: audit 2024-02-11T17:05:19.502456+0000 mon.smithi029 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:05:20.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:20 smithi073 bash[18997]: audit 2024-02-11T17:05:19.503303+0000 mon.smithi029 (mon.0) 605 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:05:20.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:19 smithi029 bash[14177]: cephadm 2024-02-11T17:05:18.502907+0000 mgr.smithi029.rubqla (mgr.14180) 157 : cephadm [INF] Detected new or changed devices on smithi073 2024-02-11T17:05:20.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:19 smithi029 bash[14177]: cephadm 2024-02-11T17:05:18.787108+0000 mgr.smithi029.rubqla (mgr.14180) 158 : cephadm [INF] Adjusting osd_memory_target on smithi073 to 4028M 2024-02-11T17:05:20.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:19 smithi029 bash[14177]: audit 2024-02-11T17:05:19.158990+0000 mon.smithi029 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:05:20.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:19 smithi029 bash[14177]: audit 2024-02-11T17:05:19.466995+0000 mon.smithi029 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:05:20.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:19 smithi029 bash[14177]: audit 2024-02-11T17:05:19.469254+0000 mon.smithi029 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:05:20.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:19 smithi029 bash[14177]: audit 2024-02-11T17:05:19.470338+0000 mon.smithi029 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:05:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:19 smithi029 bash[14177]: audit 2024-02-11T17:05:19.471294+0000 mon.smithi029 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:05:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:19 smithi029 bash[14177]: audit 2024-02-11T17:05:19.476874+0000 mon.smithi029 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:05:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:19 smithi029 bash[14177]: audit 2024-02-11T17:05:19.479114+0000 mon.smithi029 (mon.0) 598 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:05:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:19 smithi029 bash[14177]: audit 2024-02-11T17:05:19.480263+0000 mon.smithi029 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:05:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:19 smithi029 bash[14177]: audit 2024-02-11T17:05:19.486486+0000 mon.smithi029 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:05:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:19 smithi029 bash[14177]: audit 2024-02-11T17:05:19.493267+0000 mon.smithi029 (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:05:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:20 smithi029 bash[14177]: audit 2024-02-11T17:05:19.499663+0000 mon.smithi029 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-11T17:05:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:20 smithi029 bash[14177]: audit 2024-02-11T17:05:19.501932+0000 mon.smithi029 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-11T17:05:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:20 smithi029 bash[14177]: audit 2024-02-11T17:05:19.502456+0000 mon.smithi029 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:05:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:20 smithi029 bash[14177]: audit 2024-02-11T17:05:19.503303+0000 mon.smithi029 (mon.0) 605 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:05:21.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:21 smithi073 bash[18997]: cephadm 2024-02-11T17:05:19.147076+0000 mgr.smithi029.rubqla (mgr.14180) 159 : cephadm [INF] Detected new or changed devices on smithi029 2024-02-11T17:05:21.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:21 smithi073 bash[18997]: cephadm 2024-02-11T17:05:19.472059+0000 mgr.smithi029.rubqla (mgr.14180) 160 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 3261M 2024-02-11T17:05:21.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:21 smithi073 bash[18997]: cluster 2024-02-11T17:05:19.862625+0000 mgr.smithi029.rubqla (mgr.14180) 161 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:21.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:20 smithi029 bash[14177]: cephadm 2024-02-11T17:05:19.147076+0000 mgr.smithi029.rubqla (mgr.14180) 159 : cephadm [INF] Detected new or changed devices on smithi029 2024-02-11T17:05:21.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:20 smithi029 bash[14177]: cephadm 2024-02-11T17:05:19.472059+0000 mgr.smithi029.rubqla (mgr.14180) 160 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 3261M 2024-02-11T17:05:21.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:21 smithi029 bash[14177]: cluster 2024-02-11T17:05:19.862625+0000 mgr.smithi029.rubqla (mgr.14180) 161 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:22.661 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/mon.smithi029/config 2024-02-11T17:05:23.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:23 smithi073 bash[18997]: cluster 2024-02-11T17:05:21.863249+0000 mgr.smithi029.rubqla (mgr.14180) 162 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:23.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:23 smithi029 bash[14177]: cluster 2024-02-11T17:05:21.863249+0000 mgr.smithi029.rubqla (mgr.14180) 162 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:25.254 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:25 smithi029 bash[14177]: cluster 2024-02-11T17:05:23.863656+0000 mgr.smithi029.rubqla (mgr.14180) 163 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:25.295 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:25 smithi073 bash[18997]: cluster 2024-02-11T17:05:23.863656+0000 mgr.smithi029.rubqla (mgr.14180) 163 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:27.322 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:27 smithi029 bash[14177]: cluster 2024-02-11T17:05:25.864171+0000 mgr.smithi029.rubqla (mgr.14180) 164 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:27.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:27 smithi073 bash[18997]: cluster 2024-02-11T17:05:25.864171+0000 mgr.smithi029.rubqla (mgr.14180) 164 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:28.718 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:05:28.719 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":45,"fsid":"ae9da74a-c8fe-11ee-95b9-87774f69a715","created":"2024-02-11T16:58:52.362933+0000","modified":"2024-02-11T17:05:01.952400+0000","last_up_change":"2024-02-11T17:04:59.948116+0000","last_in_change":"2024-02-11T17:03:46.946632+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-11T17:04:23.711261+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":"58b919bc-36df-409c-973c-a12d0338f4d3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6800","nonce":3885042474},{"type":"v1","addr":"172.21.15.73:6801","nonce":3885042474}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6802","nonce":3885042474},{"type":"v1","addr":"172.21.15.73:6803","nonce":3885042474}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6806","nonce":3885042474},{"type":"v1","addr":"172.21.15.73:6807","nonce":3885042474}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6804","nonce":3885042474},{"type":"v1","addr":"172.21.15.73:6805","nonce":3885042474}]},"public_addr":"172.21.15.73:6801/3885042474","cluster_addr":"172.21.15.73:6803/3885042474","heartbeat_back_addr":"172.21.15.73:6807/3885042474","heartbeat_front_addr":"172.21.15.73:6805/3885042474","state":["exists","up"]},{"osd":1,"uuid":"2d2983e5-4e41-48ba-96a8-11095751f198","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6802","nonce":2318682329},{"type":"v1","addr":"172.21.15.29:6803","nonce":2318682329}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":2318682329},{"type":"v1","addr":"172.21.15.29:6805","nonce":2318682329}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":2318682329},{"type":"v1","addr":"172.21.15.29:6809","nonce":2318682329}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":2318682329},{"type":"v1","addr":"172.21.15.29:6807","nonce":2318682329}]},"public_addr":"172.21.15.29:6803/2318682329","cluster_addr":"172.21.15.29:6805/2318682329","heartbeat_back_addr":"172.21.15.29:6809/2318682329","heartbeat_front_addr":"172.21.15.29:6807/2318682329","state":["exists","up"]},{"osd":2,"uuid":"a36e630f-68a2-4c65-aa37-bc2d0477b739","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.73:6808","nonce":408960626},{"type":"v1","addr":"172.21.15.73:6809","nonce":408960626}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6810","nonce":408960626},{"type":"v1","addr":"172.21.15.73:6811","nonce":408960626}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6814","nonce":408960626},{"type":"v1","addr":"172.21.15.73:6815","nonce":408960626}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6812","nonce":408960626},{"type":"v1","addr":"172.21.15.73:6813","nonce":408960626}]},"public_addr":"172.21.15.73:6809/408960626","cluster_addr":"172.21.15.73:6811/408960626","heartbeat_back_addr":"172.21.15.73:6815/408960626","heartbeat_front_addr":"172.21.15.73:6813/408960626","state":["exists","up"]},{"osd":3,"uuid":"d364b181-5333-46e2-a923-b5cf903c4d4f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6810","nonce":3343309453},{"type":"v1","addr":"172.21.15.29:6811","nonce":3343309453}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6812","nonce":3343309453},{"type":"v1","addr":"172.21.15.29:6813","nonce":3343309453}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6816","nonce":3343309453},{"type":"v1","addr":"172.21.15.29:6817","nonce":3343309453}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6814","nonce":3343309453},{"type":"v1","addr":"172.21.15.29:6815","nonce":3343309453}]},"public_addr":"172.21.15.29:6811/3343309453","cluster_addr":"172.21.15.29:6813/3343309453","heartbeat_back_addr":"172.21.15.29:6817/3343309453","heartbeat_front_addr":"172.21.15.29:6815/3343309453","state":["exists","up"]},{"osd":4,"uuid":"b9138497-1dde-4001-a69d-3dece205cb7a","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.73:6816","nonce":996313438},{"type":"v1","addr":"172.21.15.73:6817","nonce":996313438}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6818","nonce":996313438},{"type":"v1","addr":"172.21.15.73:6819","nonce":996313438}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6822","nonce":996313438},{"type":"v1","addr":"172.21.15.73:6823","nonce":996313438}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6820","nonce":996313438},{"type":"v1","addr":"172.21.15.73:6821","nonce":996313438}]},"public_addr":"172.21.15.73:6817/996313438","cluster_addr":"172.21.15.73:6819/996313438","heartbeat_back_addr":"172.21.15.73:6823/996313438","heartbeat_front_addr":"172.21.15.73:6821/996313438","state":["exists","up"]},{"osd":5,"uuid":"04529cc4-ba5a-41eb-ac0d-07763a8a53b8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6818","nonce":3757559900},{"type":"v1","addr":"172.21.15.29:6819","nonce":3757559900}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6820","nonce":3757559900},{"type":"v1","addr":"172.21.15.29:6821","nonce":3757559900}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6824","nonce":3757559900},{"type":"v1","addr":"172.21.15.29:6825","nonce":3757559900}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6822","nonce":3757559900},{"type":"v1","addr":"172.21.15.29:6823","nonce":3757559900}]},"public_addr":"172.21.15.29:6819/3757559900","cluster_addr":"172.21.15.29:6821/3757559900","heartbeat_back_addr":"172.21.15.29:6825/3757559900","heartbeat_front_addr":"172.21.15.29:6823/3757559900","state":["exists","up"]},{"osd":6,"uuid":"8288f88b-9f6d-4954-9e99-343848b40420","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6824","nonce":254362652},{"type":"v1","addr":"172.21.15.73:6825","nonce":254362652}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6826","nonce":254362652},{"type":"v1","addr":"172.21.15.73:6827","nonce":254362652}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6830","nonce":254362652},{"type":"v1","addr":"172.21.15.73:6831","nonce":254362652}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6828","nonce":254362652},{"type":"v1","addr":"172.21.15.73:6829","nonce":254362652}]},"public_addr":"172.21.15.73:6825/254362652","cluster_addr":"172.21.15.73:6827/254362652","heartbeat_back_addr":"172.21.15.73:6831/254362652","heartbeat_front_addr":"172.21.15.73:6829/254362652","state":["exists","up"]},{"osd":7,"uuid":"53c54f77-ce95-44c2-b147-92d288ed4988","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6826","nonce":1008853714},{"type":"v1","addr":"172.21.15.29:6827","nonce":1008853714}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6828","nonce":1008853714},{"type":"v1","addr":"172.21.15.29:6829","nonce":1008853714}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6832","nonce":1008853714},{"type":"v1","addr":"172.21.15.29:6833","nonce":1008853714}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6830","nonce":1008853714},{"type":"v1","addr":"172.21.15.29:6831","nonce":1008853714}]},"public_addr":"172.21.15.29:6827/1008853714","cluster_addr":"172.21.15.29:6829/1008853714","heartbeat_back_addr":"172.21.15.29:6833/1008853714","heartbeat_front_addr":"172.21.15.29:6831/1008853714","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T17:04:09.799596+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T17:04:26.673497+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T17:04:15.509689+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T17:04:38.724886+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T17:04:21.376941+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T17:04:48.346908+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T17:04:25.970232+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T17:04:58.808750+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:0/1382958514":"2024-02-12T17:01:31.802339+0000","172.21.15.29:6800/1252924929":"2024-02-12T17:01:31.802339+0000","172.21.15.29:0/192866291":"2024-02-12T17:00:11.218302+0000","172.21.15.29:0/1901395308":"2024-02-12T17:00:11.218302+0000","172.21.15.29:0/1457577884":"2024-02-12T17:01:31.802339+0000","172.21.15.29:6800/2184415047":"2024-02-12T17:00:11.218302+0000","172.21.15.29:0/568057634":"2024-02-12T16:59:23.254323+0000","172.21.15.29:6801/2184415047":"2024-02-12T17:00:11.218302+0000","172.21.15.29:6800/3934233241":"2024-02-12T16:59:23.254323+0000","172.21.15.29:6801/3934233241":"2024-02-12T16:59:23.254323+0000","172.21.15.29:6801/1252924929":"2024-02-12T17:01:31.802339+0000","172.21.15.29:0/1138026696":"2024-02-12T16:59:23.254323+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-11T17:05:29.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:29 smithi073 bash[18997]: cluster 2024-02-11T17:05:27.864758+0000 mgr.smithi029.rubqla (mgr.14180) 165 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:29.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:29 smithi073 bash[18997]: audit 2024-02-11T17:05:28.713854+0000 mon.smithi029 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.29:0/52823176' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-11T17:05:29.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:29 smithi029 bash[14177]: cluster 2024-02-11T17:05:27.864758+0000 mgr.smithi029.rubqla (mgr.14180) 165 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:29.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:29 smithi029 bash[14177]: audit 2024-02-11T17:05:28.713854+0000 mon.smithi029 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.29:0/52823176' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-11T17:05:30.037 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-11T17:04:23.711261+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-02-11T17:05:30.037 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-11T17:05:31.154 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:31 smithi029 bash[14177]: cluster 2024-02-11T17:05:29.865449+0000 mgr.smithi029.rubqla (mgr.14180) 166 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:31.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:31 smithi073 bash[18997]: cluster 2024-02-11T17:05:29.865449+0000 mgr.smithi029.rubqla (mgr.14180) 166 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:33.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:33 smithi073 bash[18997]: cluster 2024-02-11T17:05:31.866047+0000 mgr.smithi029.rubqla (mgr.14180) 167 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:33.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:33 smithi029 bash[14177]: cluster 2024-02-11T17:05:31.866047+0000 mgr.smithi029.rubqla (mgr.14180) 167 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:34.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:34 smithi073 bash[18997]: cluster 2024-02-11T17:05:33.866529+0000 mgr.smithi029.rubqla (mgr.14180) 168 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:34.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:34 smithi029 bash[14177]: cluster 2024-02-11T17:05:33.866529+0000 mgr.smithi029.rubqla (mgr.14180) 168 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:35.392 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/mon.smithi029/config 2024-02-11T17:05:37.177 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:36 smithi073 bash[18997]: cluster 2024-02-11T17:05:35.867106+0000 mgr.smithi029.rubqla (mgr.14180) 169 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:37.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:36 smithi029 bash[14177]: cluster 2024-02-11T17:05:35.867106+0000 mgr.smithi029.rubqla (mgr.14180) 169 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:39.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:38 smithi029 bash[14177]: cluster 2024-02-11T17:05:37.867537+0000 mgr.smithi029.rubqla (mgr.14180) 170 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:39.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:38 smithi073 bash[18997]: cluster 2024-02-11T17:05:37.867537+0000 mgr.smithi029.rubqla (mgr.14180) 170 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:40.797 INFO:teuthology.orchestra.run.smithi029.stdout:pg_num: 1 2024-02-11T17:05:41.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:40 smithi029 bash[14177]: cluster 2024-02-11T17:05:39.868071+0000 mgr.smithi029.rubqla (mgr.14180) 171 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:41.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:40 smithi029 bash[14177]: audit 2024-02-11T17:05:40.794293+0000 mon.smithi029 (mon.0) 607 : audit [DBG] from='client.? 172.21.15.29:0/2635080328' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-11T17:05:41.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:40 smithi073 bash[18997]: cluster 2024-02-11T17:05:39.868071+0000 mgr.smithi029.rubqla (mgr.14180) 171 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:41.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:40 smithi073 bash[18997]: audit 2024-02-11T17:05:40.794293+0000 mon.smithi029 (mon.0) 607 : audit [DBG] from='client.? 172.21.15.29:0/2635080328' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-11T17:05:42.254 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-11T17:05:42.254 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-11T17:05:42.255 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph mgr dump --format=json 2024-02-11T17:05:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:42 smithi073 bash[18997]: cluster 2024-02-11T17:05:41.868507+0000 mgr.smithi029.rubqla (mgr.14180) 172 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:43.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:42 smithi029 bash[14177]: cluster 2024-02-11T17:05:41.868507+0000 mgr.smithi029.rubqla (mgr.14180) 172 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:45.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:44 smithi073 bash[18997]: cluster 2024-02-11T17:05:43.868991+0000 mgr.smithi029.rubqla (mgr.14180) 173 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:45.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:44 smithi029 bash[14177]: cluster 2024-02-11T17:05:43.868991+0000 mgr.smithi029.rubqla (mgr.14180) 173 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:47.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:46 smithi073 bash[18997]: cluster 2024-02-11T17:05:45.869613+0000 mgr.smithi029.rubqla (mgr.14180) 174 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:47.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:46 smithi073 bash[18997]: audit 2024-02-11T17:05:46.692774+0000 mon.smithi029 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:05:47.369 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/mon.smithi029/config 2024-02-11T17:05:47.399 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:46 smithi029 bash[14177]: cluster 2024-02-11T17:05:45.869613+0000 mgr.smithi029.rubqla (mgr.14180) 174 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:47.400 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:46 smithi029 bash[14177]: audit 2024-02-11T17:05:46.692774+0000 mon.smithi029 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:05:49.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:48 smithi073 bash[18997]: cluster 2024-02-11T17:05:47.870197+0000 mgr.smithi029.rubqla (mgr.14180) 175 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:49.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:48 smithi029 bash[14177]: cluster 2024-02-11T17:05:47.870197+0000 mgr.smithi029.rubqla (mgr.14180) 175 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:51.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:50 smithi073 bash[18997]: cluster 2024-02-11T17:05:49.870746+0000 mgr.smithi029.rubqla (mgr.14180) 176 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:51.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:50 smithi029 bash[14177]: cluster 2024-02-11T17:05:49.870746+0000 mgr.smithi029.rubqla (mgr.14180) 176 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:53.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:52 smithi073 bash[18997]: cluster 2024-02-11T17:05:51.871434+0000 mgr.smithi029.rubqla (mgr.14180) 177 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:53.097 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:05:53.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:52 smithi029 bash[14177]: cluster 2024-02-11T17:05:51.871434+0000 mgr.smithi029.rubqla (mgr.14180) 177 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:54.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:53 smithi029 bash[14177]: audit 2024-02-11T17:05:53.085387+0000 mon.smithi029 (mon.0) 609 : audit [DBG] from='client.? 172.21.15.29:0/2284588751' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-11T17:05:54.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:53 smithi073 bash[18997]: audit 2024-02-11T17:05:53.085387+0000 mon.smithi029 (mon.0) 609 : audit [DBG] from='client.? 172.21.15.29:0/2284588751' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-11T17:05:54.849 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi029.rubqla","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6800","nonce":2157912719},{"type":"v1","addr":"172.21.15.29:6801","nonce":2157912719}]},"active_addr":"172.21.15.29:6801/2157912719","active_change":"2024-02-11T17:01:31.802545+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14202,"name":"smithi073.utgpdt","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.29:8443/","prometheus":"http://172.21.15.29: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.29:0","nonce":2496936030}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":338667615}]}]} 2024-02-11T17:05:54.853 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-11T17:05:54.853 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-11T17:05:54.853 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-11T17:05:55.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:54 smithi029 bash[14177]: cluster 2024-02-11T17:05:53.872065+0000 mgr.smithi029.rubqla (mgr.14180) 178 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:55.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:54 smithi073 bash[18997]: cluster 2024-02-11T17:05:53.872065+0000 mgr.smithi029.rubqla (mgr.14180) 178 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:57.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:56 smithi073 bash[18997]: cluster 2024-02-11T17:05:55.872594+0000 mgr.smithi029.rubqla (mgr.14180) 179 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:57.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:56 smithi073 bash[18997]: audit 2024-02-11T17:05:56.444852+0000 mon.smithi029 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:05:57.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:56 smithi029 bash[14177]: cluster 2024-02-11T17:05:55.872594+0000 mgr.smithi029.rubqla (mgr.14180) 179 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:57.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:56 smithi029 bash[14177]: audit 2024-02-11T17:05:56.444852+0000 mon.smithi029 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:05:59.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:05:58 smithi073 bash[18997]: cluster 2024-02-11T17:05:57.873141+0000 mgr.smithi029.rubqla (mgr.14180) 180 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:59.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:05:58 smithi029 bash[14177]: cluster 2024-02-11T17:05:57.873141+0000 mgr.smithi029.rubqla (mgr.14180) 180 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:05:59.973 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/mon.smithi029/config 2024-02-11T17:06:01.285 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:00 smithi029 bash[14177]: cluster 2024-02-11T17:05:59.873636+0000 mgr.smithi029.rubqla (mgr.14180) 181 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:01.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:00 smithi073 bash[18997]: cluster 2024-02-11T17:05:59.873636+0000 mgr.smithi029.rubqla (mgr.14180) 181 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:03.269 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:02 smithi029 bash[14177]: cluster 2024-02-11T17:06:01.874261+0000 mgr.smithi029.rubqla (mgr.14180) 182 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:03.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:02 smithi073 bash[18997]: cluster 2024-02-11T17:06:01.874261+0000 mgr.smithi029.rubqla (mgr.14180) 182 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:03.690 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:06:03.690 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":45,"fsid":"ae9da74a-c8fe-11ee-95b9-87774f69a715","created":"2024-02-11T16:58:52.362933+0000","modified":"2024-02-11T17:05:01.952400+0000","last_up_change":"2024-02-11T17:04:59.948116+0000","last_in_change":"2024-02-11T17:03:46.946632+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-11T17:04:23.711261+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":"58b919bc-36df-409c-973c-a12d0338f4d3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6800","nonce":3885042474},{"type":"v1","addr":"172.21.15.73:6801","nonce":3885042474}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6802","nonce":3885042474},{"type":"v1","addr":"172.21.15.73:6803","nonce":3885042474}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6806","nonce":3885042474},{"type":"v1","addr":"172.21.15.73:6807","nonce":3885042474}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6804","nonce":3885042474},{"type":"v1","addr":"172.21.15.73:6805","nonce":3885042474}]},"public_addr":"172.21.15.73:6801/3885042474","cluster_addr":"172.21.15.73:6803/3885042474","heartbeat_back_addr":"172.21.15.73:6807/3885042474","heartbeat_front_addr":"172.21.15.73:6805/3885042474","state":["exists","up"]},{"osd":1,"uuid":"2d2983e5-4e41-48ba-96a8-11095751f198","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6802","nonce":2318682329},{"type":"v1","addr":"172.21.15.29:6803","nonce":2318682329}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":2318682329},{"type":"v1","addr":"172.21.15.29:6805","nonce":2318682329}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":2318682329},{"type":"v1","addr":"172.21.15.29:6809","nonce":2318682329}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":2318682329},{"type":"v1","addr":"172.21.15.29:6807","nonce":2318682329}]},"public_addr":"172.21.15.29:6803/2318682329","cluster_addr":"172.21.15.29:6805/2318682329","heartbeat_back_addr":"172.21.15.29:6809/2318682329","heartbeat_front_addr":"172.21.15.29:6807/2318682329","state":["exists","up"]},{"osd":2,"uuid":"a36e630f-68a2-4c65-aa37-bc2d0477b739","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.73:6808","nonce":408960626},{"type":"v1","addr":"172.21.15.73:6809","nonce":408960626}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6810","nonce":408960626},{"type":"v1","addr":"172.21.15.73:6811","nonce":408960626}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6814","nonce":408960626},{"type":"v1","addr":"172.21.15.73:6815","nonce":408960626}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6812","nonce":408960626},{"type":"v1","addr":"172.21.15.73:6813","nonce":408960626}]},"public_addr":"172.21.15.73:6809/408960626","cluster_addr":"172.21.15.73:6811/408960626","heartbeat_back_addr":"172.21.15.73:6815/408960626","heartbeat_front_addr":"172.21.15.73:6813/408960626","state":["exists","up"]},{"osd":3,"uuid":"d364b181-5333-46e2-a923-b5cf903c4d4f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6810","nonce":3343309453},{"type":"v1","addr":"172.21.15.29:6811","nonce":3343309453}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6812","nonce":3343309453},{"type":"v1","addr":"172.21.15.29:6813","nonce":3343309453}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6816","nonce":3343309453},{"type":"v1","addr":"172.21.15.29:6817","nonce":3343309453}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6814","nonce":3343309453},{"type":"v1","addr":"172.21.15.29:6815","nonce":3343309453}]},"public_addr":"172.21.15.29:6811/3343309453","cluster_addr":"172.21.15.29:6813/3343309453","heartbeat_back_addr":"172.21.15.29:6817/3343309453","heartbeat_front_addr":"172.21.15.29:6815/3343309453","state":["exists","up"]},{"osd":4,"uuid":"b9138497-1dde-4001-a69d-3dece205cb7a","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.73:6816","nonce":996313438},{"type":"v1","addr":"172.21.15.73:6817","nonce":996313438}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6818","nonce":996313438},{"type":"v1","addr":"172.21.15.73:6819","nonce":996313438}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6822","nonce":996313438},{"type":"v1","addr":"172.21.15.73:6823","nonce":996313438}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6820","nonce":996313438},{"type":"v1","addr":"172.21.15.73:6821","nonce":996313438}]},"public_addr":"172.21.15.73:6817/996313438","cluster_addr":"172.21.15.73:6819/996313438","heartbeat_back_addr":"172.21.15.73:6823/996313438","heartbeat_front_addr":"172.21.15.73:6821/996313438","state":["exists","up"]},{"osd":5,"uuid":"04529cc4-ba5a-41eb-ac0d-07763a8a53b8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6818","nonce":3757559900},{"type":"v1","addr":"172.21.15.29:6819","nonce":3757559900}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6820","nonce":3757559900},{"type":"v1","addr":"172.21.15.29:6821","nonce":3757559900}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6824","nonce":3757559900},{"type":"v1","addr":"172.21.15.29:6825","nonce":3757559900}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6822","nonce":3757559900},{"type":"v1","addr":"172.21.15.29:6823","nonce":3757559900}]},"public_addr":"172.21.15.29:6819/3757559900","cluster_addr":"172.21.15.29:6821/3757559900","heartbeat_back_addr":"172.21.15.29:6825/3757559900","heartbeat_front_addr":"172.21.15.29:6823/3757559900","state":["exists","up"]},{"osd":6,"uuid":"8288f88b-9f6d-4954-9e99-343848b40420","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6824","nonce":254362652},{"type":"v1","addr":"172.21.15.73:6825","nonce":254362652}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6826","nonce":254362652},{"type":"v1","addr":"172.21.15.73:6827","nonce":254362652}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6830","nonce":254362652},{"type":"v1","addr":"172.21.15.73:6831","nonce":254362652}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6828","nonce":254362652},{"type":"v1","addr":"172.21.15.73:6829","nonce":254362652}]},"public_addr":"172.21.15.73:6825/254362652","cluster_addr":"172.21.15.73:6827/254362652","heartbeat_back_addr":"172.21.15.73:6831/254362652","heartbeat_front_addr":"172.21.15.73:6829/254362652","state":["exists","up"]},{"osd":7,"uuid":"53c54f77-ce95-44c2-b147-92d288ed4988","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6826","nonce":1008853714},{"type":"v1","addr":"172.21.15.29:6827","nonce":1008853714}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6828","nonce":1008853714},{"type":"v1","addr":"172.21.15.29:6829","nonce":1008853714}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6832","nonce":1008853714},{"type":"v1","addr":"172.21.15.29:6833","nonce":1008853714}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6830","nonce":1008853714},{"type":"v1","addr":"172.21.15.29:6831","nonce":1008853714}]},"public_addr":"172.21.15.29:6827/1008853714","cluster_addr":"172.21.15.29:6829/1008853714","heartbeat_back_addr":"172.21.15.29:6833/1008853714","heartbeat_front_addr":"172.21.15.29:6831/1008853714","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T17:04:09.799596+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T17:04:26.673497+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T17:04:15.509689+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T17:04:38.724886+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T17:04:21.376941+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T17:04:48.346908+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T17:04:25.970232+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T17:04:58.808750+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:0/1382958514":"2024-02-12T17:01:31.802339+0000","172.21.15.29:6800/1252924929":"2024-02-12T17:01:31.802339+0000","172.21.15.29:0/192866291":"2024-02-12T17:00:11.218302+0000","172.21.15.29:0/1901395308":"2024-02-12T17:00:11.218302+0000","172.21.15.29:0/1457577884":"2024-02-12T17:01:31.802339+0000","172.21.15.29:6800/2184415047":"2024-02-12T17:00:11.218302+0000","172.21.15.29:0/568057634":"2024-02-12T16:59:23.254323+0000","172.21.15.29:6801/2184415047":"2024-02-12T17:00:11.218302+0000","172.21.15.29:6800/3934233241":"2024-02-12T16:59:23.254323+0000","172.21.15.29:6801/3934233241":"2024-02-12T16:59:23.254323+0000","172.21.15.29:6801/1252924929":"2024-02-12T17:01:31.802339+0000","172.21.15.29:0/1138026696":"2024-02-12T16:59:23.254323+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-11T17:06:04.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:03 smithi073 bash[18997]: audit 2024-02-11T17:06:03.685544+0000 mon.smithi029 (mon.0) 611 : audit [DBG] from='client.? 172.21.15.29:0/704134246' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-11T17:06:04.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:03 smithi029 bash[14177]: audit 2024-02-11T17:06:03.685544+0000 mon.smithi029 (mon.0) 611 : audit [DBG] from='client.? 172.21.15.29:0/704134246' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-11T17:06:04.674 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-11T17:06:04.674 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-11T17:06:05.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:05 smithi073 bash[18997]: cluster 2024-02-11T17:06:03.874869+0000 mgr.smithi029.rubqla (mgr.14180) 183 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:05.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:04 smithi029 bash[14177]: cluster 2024-02-11T17:06:03.874869+0000 mgr.smithi029.rubqla (mgr.14180) 183 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:07.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:07 smithi073 bash[18997]: cluster 2024-02-11T17:06:05.875511+0000 mgr.smithi029.rubqla (mgr.14180) 184 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:07.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:07 smithi029 bash[14177]: cluster 2024-02-11T17:06:05.875511+0000 mgr.smithi029.rubqla (mgr.14180) 184 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:09.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:09 smithi073 bash[18997]: cluster 2024-02-11T17:06:07.876123+0000 mgr.smithi029.rubqla (mgr.14180) 185 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:09.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:09 smithi029 bash[14177]: cluster 2024-02-11T17:06:07.876123+0000 mgr.smithi029.rubqla (mgr.14180) 185 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:09.455 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/mon.smithi029/config 2024-02-11T17:06:11.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:11 smithi073 bash[18997]: cluster 2024-02-11T17:06:09.876644+0000 mgr.smithi029.rubqla (mgr.14180) 186 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:11.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:11 smithi029 bash[14177]: cluster 2024-02-11T17:06:09.876644+0000 mgr.smithi029.rubqla (mgr.14180) 186 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:13.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:13 smithi073 bash[18997]: cluster 2024-02-11T17:06:11.877218+0000 mgr.smithi029.rubqla (mgr.14180) 187 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:13.417 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:06:13.417 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":45,"fsid":"ae9da74a-c8fe-11ee-95b9-87774f69a715","created":"2024-02-11T16:58:52.362933+0000","modified":"2024-02-11T17:05:01.952400+0000","last_up_change":"2024-02-11T17:04:59.948116+0000","last_in_change":"2024-02-11T17:03:46.946632+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-11T17:04:23.711261+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":"58b919bc-36df-409c-973c-a12d0338f4d3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6800","nonce":3885042474},{"type":"v1","addr":"172.21.15.73:6801","nonce":3885042474}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6802","nonce":3885042474},{"type":"v1","addr":"172.21.15.73:6803","nonce":3885042474}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6806","nonce":3885042474},{"type":"v1","addr":"172.21.15.73:6807","nonce":3885042474}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6804","nonce":3885042474},{"type":"v1","addr":"172.21.15.73:6805","nonce":3885042474}]},"public_addr":"172.21.15.73:6801/3885042474","cluster_addr":"172.21.15.73:6803/3885042474","heartbeat_back_addr":"172.21.15.73:6807/3885042474","heartbeat_front_addr":"172.21.15.73:6805/3885042474","state":["exists","up"]},{"osd":1,"uuid":"2d2983e5-4e41-48ba-96a8-11095751f198","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6802","nonce":2318682329},{"type":"v1","addr":"172.21.15.29:6803","nonce":2318682329}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":2318682329},{"type":"v1","addr":"172.21.15.29:6805","nonce":2318682329}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":2318682329},{"type":"v1","addr":"172.21.15.29:6809","nonce":2318682329}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":2318682329},{"type":"v1","addr":"172.21.15.29:6807","nonce":2318682329}]},"public_addr":"172.21.15.29:6803/2318682329","cluster_addr":"172.21.15.29:6805/2318682329","heartbeat_back_addr":"172.21.15.29:6809/2318682329","heartbeat_front_addr":"172.21.15.29:6807/2318682329","state":["exists","up"]},{"osd":2,"uuid":"a36e630f-68a2-4c65-aa37-bc2d0477b739","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.73:6808","nonce":408960626},{"type":"v1","addr":"172.21.15.73:6809","nonce":408960626}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6810","nonce":408960626},{"type":"v1","addr":"172.21.15.73:6811","nonce":408960626}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6814","nonce":408960626},{"type":"v1","addr":"172.21.15.73:6815","nonce":408960626}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6812","nonce":408960626},{"type":"v1","addr":"172.21.15.73:6813","nonce":408960626}]},"public_addr":"172.21.15.73:6809/408960626","cluster_addr":"172.21.15.73:6811/408960626","heartbeat_back_addr":"172.21.15.73:6815/408960626","heartbeat_front_addr":"172.21.15.73:6813/408960626","state":["exists","up"]},{"osd":3,"uuid":"d364b181-5333-46e2-a923-b5cf903c4d4f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6810","nonce":3343309453},{"type":"v1","addr":"172.21.15.29:6811","nonce":3343309453}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6812","nonce":3343309453},{"type":"v1","addr":"172.21.15.29:6813","nonce":3343309453}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6816","nonce":3343309453},{"type":"v1","addr":"172.21.15.29:6817","nonce":3343309453}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6814","nonce":3343309453},{"type":"v1","addr":"172.21.15.29:6815","nonce":3343309453}]},"public_addr":"172.21.15.29:6811/3343309453","cluster_addr":"172.21.15.29:6813/3343309453","heartbeat_back_addr":"172.21.15.29:6817/3343309453","heartbeat_front_addr":"172.21.15.29:6815/3343309453","state":["exists","up"]},{"osd":4,"uuid":"b9138497-1dde-4001-a69d-3dece205cb7a","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.73:6816","nonce":996313438},{"type":"v1","addr":"172.21.15.73:6817","nonce":996313438}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6818","nonce":996313438},{"type":"v1","addr":"172.21.15.73:6819","nonce":996313438}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6822","nonce":996313438},{"type":"v1","addr":"172.21.15.73:6823","nonce":996313438}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6820","nonce":996313438},{"type":"v1","addr":"172.21.15.73:6821","nonce":996313438}]},"public_addr":"172.21.15.73:6817/996313438","cluster_addr":"172.21.15.73:6819/996313438","heartbeat_back_addr":"172.21.15.73:6823/996313438","heartbeat_front_addr":"172.21.15.73:6821/996313438","state":["exists","up"]},{"osd":5,"uuid":"04529cc4-ba5a-41eb-ac0d-07763a8a53b8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6818","nonce":3757559900},{"type":"v1","addr":"172.21.15.29:6819","nonce":3757559900}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6820","nonce":3757559900},{"type":"v1","addr":"172.21.15.29:6821","nonce":3757559900}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6824","nonce":3757559900},{"type":"v1","addr":"172.21.15.29:6825","nonce":3757559900}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6822","nonce":3757559900},{"type":"v1","addr":"172.21.15.29:6823","nonce":3757559900}]},"public_addr":"172.21.15.29:6819/3757559900","cluster_addr":"172.21.15.29:6821/3757559900","heartbeat_back_addr":"172.21.15.29:6825/3757559900","heartbeat_front_addr":"172.21.15.29:6823/3757559900","state":["exists","up"]},{"osd":6,"uuid":"8288f88b-9f6d-4954-9e99-343848b40420","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6824","nonce":254362652},{"type":"v1","addr":"172.21.15.73:6825","nonce":254362652}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6826","nonce":254362652},{"type":"v1","addr":"172.21.15.73:6827","nonce":254362652}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6830","nonce":254362652},{"type":"v1","addr":"172.21.15.73:6831","nonce":254362652}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.73:6828","nonce":254362652},{"type":"v1","addr":"172.21.15.73:6829","nonce":254362652}]},"public_addr":"172.21.15.73:6825/254362652","cluster_addr":"172.21.15.73:6827/254362652","heartbeat_back_addr":"172.21.15.73:6831/254362652","heartbeat_front_addr":"172.21.15.73:6829/254362652","state":["exists","up"]},{"osd":7,"uuid":"53c54f77-ce95-44c2-b147-92d288ed4988","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6826","nonce":1008853714},{"type":"v1","addr":"172.21.15.29:6827","nonce":1008853714}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6828","nonce":1008853714},{"type":"v1","addr":"172.21.15.29:6829","nonce":1008853714}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6832","nonce":1008853714},{"type":"v1","addr":"172.21.15.29:6833","nonce":1008853714}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6830","nonce":1008853714},{"type":"v1","addr":"172.21.15.29:6831","nonce":1008853714}]},"public_addr":"172.21.15.29:6827/1008853714","cluster_addr":"172.21.15.29:6829/1008853714","heartbeat_back_addr":"172.21.15.29:6833/1008853714","heartbeat_front_addr":"172.21.15.29:6831/1008853714","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T17:04:09.799596+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T17:04:26.673497+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T17:04:15.509689+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T17:04:38.724886+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T17:04:21.376941+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T17:04:48.346908+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T17:04:25.970232+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-11T17:04:58.808750+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:0/1382958514":"2024-02-12T17:01:31.802339+0000","172.21.15.29:6800/1252924929":"2024-02-12T17:01:31.802339+0000","172.21.15.29:0/192866291":"2024-02-12T17:00:11.218302+0000","172.21.15.29:0/1901395308":"2024-02-12T17:00:11.218302+0000","172.21.15.29:0/1457577884":"2024-02-12T17:01:31.802339+0000","172.21.15.29:6800/2184415047":"2024-02-12T17:00:11.218302+0000","172.21.15.29:0/568057634":"2024-02-12T16:59:23.254323+0000","172.21.15.29:6801/2184415047":"2024-02-12T17:00:11.218302+0000","172.21.15.29:6800/3934233241":"2024-02-12T16:59:23.254323+0000","172.21.15.29:6801/3934233241":"2024-02-12T16:59:23.254323+0000","172.21.15.29:6801/1252924929":"2024-02-12T17:01:31.802339+0000","172.21.15.29:0/1138026696":"2024-02-12T16:59:23.254323+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-11T17:06:13.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:13 smithi029 bash[14177]: cluster 2024-02-11T17:06:11.877218+0000 mgr.smithi029.rubqla (mgr.14180) 187 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:14.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:14 smithi073 bash[18997]: audit 2024-02-11T17:06:13.412685+0000 mon.smithi029 (mon.0) 612 : audit [DBG] from='client.? 172.21.15.29:0/2098197572' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-11T17:06:14.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:14 smithi029 bash[14177]: audit 2024-02-11T17:06:13.412685+0000 mon.smithi029 (mon.0) 612 : audit [DBG] from='client.? 172.21.15.29:0/2098197572' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-11T17:06:14.485 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-11T17:06:15.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:15 smithi073 bash[18997]: cluster 2024-02-11T17:06:13.877729+0000 mgr.smithi029.rubqla (mgr.14180) 188 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:15.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:15 smithi029 bash[14177]: cluster 2024-02-11T17:06:13.877729+0000 mgr.smithi029.rubqla (mgr.14180) 188 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:17.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:17 smithi073 bash[18997]: cluster 2024-02-11T17:06:15.878256+0000 mgr.smithi029.rubqla (mgr.14180) 189 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:17.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:17 smithi029 bash[14177]: cluster 2024-02-11T17:06:15.878256+0000 mgr.smithi029.rubqla (mgr.14180) 189 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:19.279 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/mon.smithi029/config 2024-02-11T17:06:19.306 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:19 smithi029 bash[14177]: cluster 2024-02-11T17:06:17.878802+0000 mgr.smithi029.rubqla (mgr.14180) 190 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:19.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:19 smithi073 bash[18997]: cluster 2024-02-11T17:06:17.878802+0000 mgr.smithi029.rubqla (mgr.14180) 190 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:20.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:20 smithi073 bash[18997]: cluster 2024-02-11T17:06:19.879368+0000 mgr.smithi029.rubqla (mgr.14180) 191 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:20.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:20 smithi029 bash[14177]: cluster 2024-02-11T17:06:19.879368+0000 mgr.smithi029.rubqla (mgr.14180) 191 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:23.086 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:22 smithi029 bash[14177]: cluster 2024-02-11T17:06:21.879783+0000 mgr.smithi029.rubqla (mgr.14180) 192 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:23.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:22 smithi073 bash[18997]: cluster 2024-02-11T17:06:21.879783+0000 mgr.smithi029.rubqla (mgr.14180) 192 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:24.021 INFO:teuthology.orchestra.run.smithi029.stdout:68719476766 2024-02-11T17:06:24.022 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-11T17:06:25.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:24 smithi073 bash[18997]: cluster 2024-02-11T17:06:23.880360+0000 mgr.smithi029.rubqla (mgr.14180) 193 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:25.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:24 smithi029 bash[14177]: cluster 2024-02-11T17:06:23.880360+0000 mgr.smithi029.rubqla (mgr.14180) 193 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:27.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:26 smithi073 bash[18997]: cluster 2024-02-11T17:06:25.881187+0000 mgr.smithi029.rubqla (mgr.14180) 194 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:27.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:26 smithi029 bash[14177]: cluster 2024-02-11T17:06:25.881187+0000 mgr.smithi029.rubqla (mgr.14180) 194 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:28.818 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/mon.smithi029/config 2024-02-11T17:06:29.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:28 smithi029 bash[14177]: cluster 2024-02-11T17:06:27.881772+0000 mgr.smithi029.rubqla (mgr.14180) 195 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:29.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:28 smithi073 bash[18997]: cluster 2024-02-11T17:06:27.881772+0000 mgr.smithi029.rubqla (mgr.14180) 195 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:31.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:30 smithi073 bash[18997]: cluster 2024-02-11T17:06:29.882337+0000 mgr.smithi029.rubqla (mgr.14180) 196 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:31.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:30 smithi029 bash[14177]: cluster 2024-02-11T17:06:29.882337+0000 mgr.smithi029.rubqla (mgr.14180) 196 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:33.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:32 smithi073 bash[18997]: cluster 2024-02-11T17:06:31.882917+0000 mgr.smithi029.rubqla (mgr.14180) 197 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:33.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:32 smithi029 bash[14177]: cluster 2024-02-11T17:06:31.882917+0000 mgr.smithi029.rubqla (mgr.14180) 197 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:33.465 INFO:teuthology.orchestra.run.smithi029.stdout:124554051610 2024-02-11T17:06:33.466 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-11T17:06:35.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:34 smithi073 bash[18997]: cluster 2024-02-11T17:06:33.883526+0000 mgr.smithi029.rubqla (mgr.14180) 198 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:35.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:34 smithi029 bash[14177]: cluster 2024-02-11T17:06:33.883526+0000 mgr.smithi029.rubqla (mgr.14180) 198 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:37.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:36 smithi073 bash[18997]: cluster 2024-02-11T17:06:35.884143+0000 mgr.smithi029.rubqla (mgr.14180) 199 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:37.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:36 smithi029 bash[14177]: cluster 2024-02-11T17:06:35.884143+0000 mgr.smithi029.rubqla (mgr.14180) 199 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:38.260 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/mon.smithi029/config 2024-02-11T17:06:39.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:38 smithi073 bash[18997]: cluster 2024-02-11T17:06:37.884627+0000 mgr.smithi029.rubqla (mgr.14180) 200 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:39.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:38 smithi029 bash[14177]: cluster 2024-02-11T17:06:37.884627+0000 mgr.smithi029.rubqla (mgr.14180) 200 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:41.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:40 smithi029 bash[14177]: cluster 2024-02-11T17:06:39.885218+0000 mgr.smithi029.rubqla (mgr.14180) 201 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:41.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:40 smithi073 bash[18997]: cluster 2024-02-11T17:06:39.885218+0000 mgr.smithi029.rubqla (mgr.14180) 201 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:43.157 INFO:teuthology.orchestra.run.smithi029.stdout:85899345951 2024-02-11T17:06:43.158 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-11T17:06:43.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:42 smithi073 bash[18997]: cluster 2024-02-11T17:06:41.885945+0000 mgr.smithi029.rubqla (mgr.14180) 202 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:43.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:42 smithi029 bash[14177]: cluster 2024-02-11T17:06:41.885945+0000 mgr.smithi029.rubqla (mgr.14180) 202 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:45.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:44 smithi073 bash[18997]: cluster 2024-02-11T17:06:43.886555+0000 mgr.smithi029.rubqla (mgr.14180) 203 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:45.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:44 smithi029 bash[14177]: cluster 2024-02-11T17:06:43.886555+0000 mgr.smithi029.rubqla (mgr.14180) 203 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:47.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:46 smithi073 bash[18997]: cluster 2024-02-11T17:06:45.887144+0000 mgr.smithi029.rubqla (mgr.14180) 204 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:47.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:46 smithi029 bash[14177]: cluster 2024-02-11T17:06:45.887144+0000 mgr.smithi029.rubqla (mgr.14180) 204 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:47.946 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/mon.smithi029/config 2024-02-11T17:06:49.294 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:48 smithi029 bash[14177]: cluster 2024-02-11T17:06:47.887736+0000 mgr.smithi029.rubqla (mgr.14180) 205 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:49.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:49 smithi073 bash[18997]: cluster 2024-02-11T17:06:47.887736+0000 mgr.smithi029.rubqla (mgr.14180) 205 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:51.281 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:51 smithi029 bash[14177]: cluster 2024-02-11T17:06:49.888196+0000 mgr.smithi029.rubqla (mgr.14180) 206 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:51.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:51 smithi073 bash[18997]: cluster 2024-02-11T17:06:49.888196+0000 mgr.smithi029.rubqla (mgr.14180) 206 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:52.490 INFO:teuthology.orchestra.run.smithi029.stdout:146028888094 2024-02-11T17:06:52.491 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-11T17:06:53.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:53 smithi073 bash[18997]: cluster 2024-02-11T17:06:51.888528+0000 mgr.smithi029.rubqla (mgr.14180) 207 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:53.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:53 smithi029 bash[14177]: cluster 2024-02-11T17:06:51.888528+0000 mgr.smithi029.rubqla (mgr.14180) 207 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:55.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:55 smithi073 bash[18997]: cluster 2024-02-11T17:06:53.889096+0000 mgr.smithi029.rubqla (mgr.14180) 208 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:55.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:55 smithi029 bash[14177]: cluster 2024-02-11T17:06:53.889096+0000 mgr.smithi029.rubqla (mgr.14180) 208 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:57.283 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/mon.smithi029/config 2024-02-11T17:06:57.309 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:57 smithi029 bash[14177]: cluster 2024-02-11T17:06:55.889698+0000 mgr.smithi029.rubqla (mgr.14180) 209 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:57.309 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:57 smithi029 bash[14177]: audit 2024-02-11T17:06:56.450833+0000 mon.smithi029 (mon.0) 613 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:06:57.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:57 smithi073 bash[18997]: cluster 2024-02-11T17:06:55.889698+0000 mgr.smithi029.rubqla (mgr.14180) 209 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:57.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:57 smithi073 bash[18997]: audit 2024-02-11T17:06:56.450833+0000 mon.smithi029 (mon.0) 613 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:06:59.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:06:59 smithi029 bash[14177]: cluster 2024-02-11T17:06:57.890200+0000 mgr.smithi029.rubqla (mgr.14180) 210 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:06:59.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:06:59 smithi073 bash[18997]: cluster 2024-02-11T17:06:57.890200+0000 mgr.smithi029.rubqla (mgr.14180) 210 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:01.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:01 smithi029 bash[14177]: cluster 2024-02-11T17:06:59.890790+0000 mgr.smithi029.rubqla (mgr.14180) 211 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:01.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:01 smithi073 bash[18997]: cluster 2024-02-11T17:06:59.890790+0000 mgr.smithi029.rubqla (mgr.14180) 211 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:01.851 INFO:teuthology.orchestra.run.smithi029.stdout:103079215138 2024-02-11T17:07:01.852 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-11T17:07:02.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:02 smithi029 bash[14177]: audit 2024-02-11T17:07:01.411426+0000 mon.smithi029 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:07:02.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:02 smithi029 bash[14177]: cluster 2024-02-11T17:07:01.891427+0000 mgr.smithi029.rubqla (mgr.14180) 212 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:02.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:02 smithi029 bash[14177]: audit 2024-02-11T17:07:01.921747+0000 mon.smithi029 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:07:02.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:02 smithi029 bash[14177]: audit 2024-02-11T17:07:02.198195+0000 mon.smithi029 (mon.0) 616 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:07:02.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:02 smithi029 bash[14177]: audit 2024-02-11T17:07:02.199893+0000 mon.smithi029 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:07:02.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:02 smithi029 bash[14177]: audit 2024-02-11T17:07:02.208633+0000 mon.smithi029 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:07:02.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:02 smithi029 bash[14177]: audit 2024-02-11T17:07:02.217037+0000 mon.smithi029 (mon.0) 619 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:07:02.729 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:02 smithi073 bash[18997]: audit 2024-02-11T17:07:01.411426+0000 mon.smithi029 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:07:02.729 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:02 smithi073 bash[18997]: cluster 2024-02-11T17:07:01.891427+0000 mgr.smithi029.rubqla (mgr.14180) 212 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:02.729 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:02 smithi073 bash[18997]: audit 2024-02-11T17:07:01.921747+0000 mon.smithi029 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:07:02.729 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:02 smithi073 bash[18997]: audit 2024-02-11T17:07:02.198195+0000 mon.smithi029 (mon.0) 616 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:07:02.729 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:02 smithi073 bash[18997]: audit 2024-02-11T17:07:02.199893+0000 mon.smithi029 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:07:02.729 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:02 smithi073 bash[18997]: audit 2024-02-11T17:07:02.208633+0000 mon.smithi029 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:07:02.729 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:02 smithi073 bash[18997]: audit 2024-02-11T17:07:02.217037+0000 mon.smithi029 (mon.0) 619 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:07:05.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:04 smithi073 bash[18997]: cluster 2024-02-11T17:07:03.891992+0000 mgr.smithi029.rubqla (mgr.14180) 213 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:05.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:04 smithi029 bash[14177]: cluster 2024-02-11T17:07:03.891992+0000 mgr.smithi029.rubqla (mgr.14180) 213 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:06.660 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/mon.smithi029/config 2024-02-11T17:07:07.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:06 smithi073 bash[18997]: cluster 2024-02-11T17:07:05.892600+0000 mgr.smithi029.rubqla (mgr.14180) 214 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:07.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:06 smithi029 bash[14177]: cluster 2024-02-11T17:07:05.892600+0000 mgr.smithi029.rubqla (mgr.14180) 214 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:09.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:08 smithi073 bash[18997]: cluster 2024-02-11T17:07:07.893180+0000 mgr.smithi029.rubqla (mgr.14180) 215 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:09.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:08 smithi029 bash[14177]: cluster 2024-02-11T17:07:07.893180+0000 mgr.smithi029.rubqla (mgr.14180) 215 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:11.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:10 smithi029 bash[14177]: cluster 2024-02-11T17:07:09.893814+0000 mgr.smithi029.rubqla (mgr.14180) 216 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:11.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:10 smithi073 bash[18997]: cluster 2024-02-11T17:07:09.893814+0000 mgr.smithi029.rubqla (mgr.14180) 216 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:11.393 INFO:teuthology.orchestra.run.smithi029.stdout:167503724575 2024-02-11T17:07:11.394 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-11T17:07:13.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:12 smithi073 bash[18997]: cluster 2024-02-11T17:07:11.894412+0000 mgr.smithi029.rubqla (mgr.14180) 217 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:13.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:12 smithi029 bash[14177]: cluster 2024-02-11T17:07:11.894412+0000 mgr.smithi029.rubqla (mgr.14180) 217 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:15.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:14 smithi073 bash[18997]: cluster 2024-02-11T17:07:13.895011+0000 mgr.smithi029.rubqla (mgr.14180) 218 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:15.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:14 smithi029 bash[14177]: cluster 2024-02-11T17:07:13.895011+0000 mgr.smithi029.rubqla (mgr.14180) 218 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:16.186 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/mon.smithi029/config 2024-02-11T17:07:17.334 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:16 smithi029 bash[14177]: cluster 2024-02-11T17:07:15.895581+0000 mgr.smithi029.rubqla (mgr.14180) 219 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:17.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:16 smithi073 bash[18997]: cluster 2024-02-11T17:07:15.895581+0000 mgr.smithi029.rubqla (mgr.14180) 219 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:19.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:18 smithi073 bash[18997]: cluster 2024-02-11T17:07:17.896204+0000 mgr.smithi029.rubqla (mgr.14180) 220 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:19.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:18 smithi029 bash[14177]: cluster 2024-02-11T17:07:17.896204+0000 mgr.smithi029.rubqla (mgr.14180) 220 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:20.791 INFO:teuthology.orchestra.run.smithi029.stdout:120259084325 2024-02-11T17:07:20.791 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-11T17:07:21.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:20 smithi029 bash[14177]: cluster 2024-02-11T17:07:19.896756+0000 mgr.smithi029.rubqla (mgr.14180) 221 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:21.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:20 smithi073 bash[18997]: cluster 2024-02-11T17:07:19.896756+0000 mgr.smithi029.rubqla (mgr.14180) 221 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:23.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:22 smithi073 bash[18997]: cluster 2024-02-11T17:07:21.897388+0000 mgr.smithi029.rubqla (mgr.14180) 222 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:23.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:22 smithi029 bash[14177]: cluster 2024-02-11T17:07:21.897388+0000 mgr.smithi029.rubqla (mgr.14180) 222 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:25.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:25 smithi073 bash[18997]: cluster 2024-02-11T17:07:23.898009+0000 mgr.smithi029.rubqla (mgr.14180) 223 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:25.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:24 smithi029 bash[14177]: cluster 2024-02-11T17:07:23.898009+0000 mgr.smithi029.rubqla (mgr.14180) 223 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:25.585 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/mon.smithi029/config 2024-02-11T17:07:27.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:27 smithi029 bash[14177]: cluster 2024-02-11T17:07:25.898576+0000 mgr.smithi029.rubqla (mgr.14180) 224 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:27.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:27 smithi073 bash[18997]: cluster 2024-02-11T17:07:25.898576+0000 mgr.smithi029.rubqla (mgr.14180) 224 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:29.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:29 smithi073 bash[18997]: cluster 2024-02-11T17:07:27.899101+0000 mgr.smithi029.rubqla (mgr.14180) 225 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:29.419 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:29 smithi029 bash[14177]: cluster 2024-02-11T17:07:27.899101+0000 mgr.smithi029.rubqla (mgr.14180) 225 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:30.402 INFO:teuthology.orchestra.run.smithi029.stdout:184683593760 2024-02-11T17:07:30.403 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-11T17:07:31.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:31 smithi073 bash[18997]: cluster 2024-02-11T17:07:29.899603+0000 mgr.smithi029.rubqla (mgr.14180) 226 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:31.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:31 smithi029 bash[14177]: cluster 2024-02-11T17:07:29.899603+0000 mgr.smithi029.rubqla (mgr.14180) 226 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:33.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:33 smithi073 bash[18997]: cluster 2024-02-11T17:07:31.900149+0000 mgr.smithi029.rubqla (mgr.14180) 227 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:33.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:33 smithi029 bash[14177]: cluster 2024-02-11T17:07:31.900149+0000 mgr.smithi029.rubqla (mgr.14180) 227 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:35.195 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/mon.smithi029/config 2024-02-11T17:07:35.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:35 smithi073 bash[18997]: cluster 2024-02-11T17:07:33.900681+0000 mgr.smithi029.rubqla (mgr.14180) 228 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:35.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:35 smithi029 bash[14177]: cluster 2024-02-11T17:07:33.900681+0000 mgr.smithi029.rubqla (mgr.14180) 228 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:37.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:37 smithi029 bash[14177]: cluster 2024-02-11T17:07:35.901271+0000 mgr.smithi029.rubqla (mgr.14180) 229 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:37.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:37 smithi073 bash[18997]: cluster 2024-02-11T17:07:35.901271+0000 mgr.smithi029.rubqla (mgr.14180) 229 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:39.056 INFO:teuthology.orchestra.run.smithi029.stdout:68719476781 2024-02-11T17:07:39.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:39 smithi073 bash[18997]: cluster 2024-02-11T17:07:37.901824+0000 mgr.smithi029.rubqla (mgr.14180) 230 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:39.371 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:39 smithi029 bash[14177]: cluster 2024-02-11T17:07:37.901824+0000 mgr.smithi029.rubqla (mgr.14180) 230 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:40.058 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476766 got 68719476781 for osd.0 2024-02-11T17:07:40.058 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-11T17:07:40.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:40 smithi073 bash[18997]: audit 2024-02-11T17:07:39.053149+0000 mon.smithi029 (mon.0) 620 : audit [DBG] from='client.? 172.21.15.29:0/3524887258' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-11T17:07:40.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:40 smithi029 bash[14177]: audit 2024-02-11T17:07:39.053149+0000 mon.smithi029 (mon.0) 620 : audit [DBG] from='client.? 172.21.15.29:0/3524887258' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-11T17:07:41.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:41 smithi073 bash[18997]: cluster 2024-02-11T17:07:39.902358+0000 mgr.smithi029.rubqla (mgr.14180) 231 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:41.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:41 smithi029 bash[14177]: cluster 2024-02-11T17:07:39.902358+0000 mgr.smithi029.rubqla (mgr.14180) 231 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:43.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:43 smithi073 bash[18997]: cluster 2024-02-11T17:07:41.902950+0000 mgr.smithi029.rubqla (mgr.14180) 232 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:43.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:43 smithi029 bash[14177]: cluster 2024-02-11T17:07:41.902950+0000 mgr.smithi029.rubqla (mgr.14180) 232 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:44.857 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/mon.smithi029/config 2024-02-11T17:07:45.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:45 smithi029 bash[14177]: cluster 2024-02-11T17:07:43.903517+0000 mgr.smithi029.rubqla (mgr.14180) 233 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:45.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:45 smithi073 bash[18997]: cluster 2024-02-11T17:07:43.903517+0000 mgr.smithi029.rubqla (mgr.14180) 233 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:47.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:47 smithi073 bash[18997]: cluster 2024-02-11T17:07:45.904135+0000 mgr.smithi029.rubqla (mgr.14180) 234 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:47.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:47 smithi029 bash[14177]: cluster 2024-02-11T17:07:45.904135+0000 mgr.smithi029.rubqla (mgr.14180) 234 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:48.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:48 smithi073 bash[18997]: cluster 2024-02-11T17:07:47.904664+0000 mgr.smithi029.rubqla (mgr.14180) 235 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:48.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:48 smithi029 bash[14177]: cluster 2024-02-11T17:07:47.904664+0000 mgr.smithi029.rubqla (mgr.14180) 235 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:48.907 INFO:teuthology.orchestra.run.smithi029.stdout:124554051625 2024-02-11T17:07:49.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:49 smithi073 bash[18997]: audit 2024-02-11T17:07:48.903516+0000 mon.smithi029 (mon.0) 621 : audit [DBG] from='client.? 172.21.15.29:0/1843190429' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-11T17:07:49.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:49 smithi029 bash[14177]: audit 2024-02-11T17:07:48.903516+0000 mon.smithi029 (mon.0) 621 : audit [DBG] from='client.? 172.21.15.29:0/1843190429' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-11T17:07:49.888 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051610 got 124554051625 for osd.1 2024-02-11T17:07:49.888 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-11T17:07:50.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:50 smithi029 bash[14177]: cluster 2024-02-11T17:07:49.905253+0000 mgr.smithi029.rubqla (mgr.14180) 236 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:50.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:50 smithi073 bash[18997]: cluster 2024-02-11T17:07:49.905253+0000 mgr.smithi029.rubqla (mgr.14180) 236 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:53.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:52 smithi073 bash[18997]: cluster 2024-02-11T17:07:51.905850+0000 mgr.smithi029.rubqla (mgr.14180) 237 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:53.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:52 smithi029 bash[14177]: cluster 2024-02-11T17:07:51.905850+0000 mgr.smithi029.rubqla (mgr.14180) 237 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:54.681 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/mon.smithi029/config 2024-02-11T17:07:55.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:54 smithi073 bash[18997]: cluster 2024-02-11T17:07:53.906424+0000 mgr.smithi029.rubqla (mgr.14180) 238 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:55.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:54 smithi029 bash[14177]: cluster 2024-02-11T17:07:53.906424+0000 mgr.smithi029.rubqla (mgr.14180) 238 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:57.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:56 smithi073 bash[18997]: cluster 2024-02-11T17:07:55.906933+0000 mgr.smithi029.rubqla (mgr.14180) 239 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:57.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:56 smithi029 bash[14177]: cluster 2024-02-11T17:07:55.906933+0000 mgr.smithi029.rubqla (mgr.14180) 239 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:58.581 INFO:teuthology.orchestra.run.smithi029.stdout:85899345967 2024-02-11T17:07:59.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:58 smithi029 bash[14177]: cluster 2024-02-11T17:07:57.907491+0000 mgr.smithi029.rubqla (mgr.14180) 240 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:59.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:07:58 smithi029 bash[14177]: audit 2024-02-11T17:07:58.577763+0000 mon.smithi029 (mon.0) 622 : audit [DBG] from='client.? 172.21.15.29:0/3252809794' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-11T17:07:59.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:58 smithi073 bash[18997]: cluster 2024-02-11T17:07:57.907491+0000 mgr.smithi029.rubqla (mgr.14180) 240 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:07:59.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:07:58 smithi073 bash[18997]: audit 2024-02-11T17:07:58.577763+0000 mon.smithi029 (mon.0) 622 : audit [DBG] from='client.? 172.21.15.29:0/3252809794' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-11T17:07:59.580 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345951 got 85899345967 for osd.2 2024-02-11T17:07:59.580 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-11T17:08:01.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:00 smithi073 bash[18997]: cluster 2024-02-11T17:07:59.908072+0000 mgr.smithi029.rubqla (mgr.14180) 241 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:01.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:00 smithi029 bash[14177]: cluster 2024-02-11T17:07:59.908072+0000 mgr.smithi029.rubqla (mgr.14180) 241 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:03.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:02 smithi073 bash[18997]: cluster 2024-02-11T17:08:01.908629+0000 mgr.smithi029.rubqla (mgr.14180) 242 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:03.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:02 smithi073 bash[18997]: audit 2024-02-11T17:08:02.231901+0000 mon.smithi029 (mon.0) 623 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:08:03.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:02 smithi029 bash[14177]: cluster 2024-02-11T17:08:01.908629+0000 mgr.smithi029.rubqla (mgr.14180) 242 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:03.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:02 smithi029 bash[14177]: audit 2024-02-11T17:08:02.231901+0000 mon.smithi029 (mon.0) 623 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:08:04.376 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/mon.smithi029/config 2024-02-11T17:08:05.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:04 smithi073 bash[18997]: cluster 2024-02-11T17:08:03.909238+0000 mgr.smithi029.rubqla (mgr.14180) 243 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:05.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:04 smithi029 bash[14177]: cluster 2024-02-11T17:08:03.909238+0000 mgr.smithi029.rubqla (mgr.14180) 243 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:07.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:07 smithi073 bash[18997]: cluster 2024-02-11T17:08:05.909744+0000 mgr.smithi029.rubqla (mgr.14180) 244 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:07.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:06 smithi029 bash[14177]: cluster 2024-02-11T17:08:05.909744+0000 mgr.smithi029.rubqla (mgr.14180) 244 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:08.145 INFO:teuthology.orchestra.run.smithi029.stdout:146028888109 2024-02-11T17:08:09.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:08 smithi073 bash[18997]: audit 2024-02-11T17:08:07.693785+0000 mon.smithi029 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:08:09.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:08 smithi073 bash[18997]: cluster 2024-02-11T17:08:07.910164+0000 mgr.smithi029.rubqla (mgr.14180) 245 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:09.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:08 smithi073 bash[18997]: audit 2024-02-11T17:08:08.142413+0000 mon.smithi029 (mon.0) 625 : audit [DBG] from='client.? 172.21.15.29:0/2326654538' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-11T17:08:09.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:08 smithi073 bash[18997]: audit 2024-02-11T17:08:08.245726+0000 mon.smithi029 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:08:09.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:08 smithi073 bash[18997]: audit 2024-02-11T17:08:08.510297+0000 mon.smithi029 (mon.0) 627 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:08:09.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:08 smithi073 bash[18997]: audit 2024-02-11T17:08:08.511434+0000 mon.smithi029 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:08:09.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:08 smithi073 bash[18997]: audit 2024-02-11T17:08:08.517957+0000 mon.smithi029 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:08:09.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:08 smithi073 bash[18997]: audit 2024-02-11T17:08:08.524311+0000 mon.smithi029 (mon.0) 630 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:08:09.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:08 smithi029 bash[14177]: audit 2024-02-11T17:08:07.693785+0000 mon.smithi029 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:08:09.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:08 smithi029 bash[14177]: cluster 2024-02-11T17:08:07.910164+0000 mgr.smithi029.rubqla (mgr.14180) 245 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:09.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:08 smithi029 bash[14177]: audit 2024-02-11T17:08:08.142413+0000 mon.smithi029 (mon.0) 625 : audit [DBG] from='client.? 172.21.15.29:0/2326654538' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-11T17:08:09.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:08 smithi029 bash[14177]: audit 2024-02-11T17:08:08.245726+0000 mon.smithi029 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:08:09.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:08 smithi029 bash[14177]: audit 2024-02-11T17:08:08.510297+0000 mon.smithi029 (mon.0) 627 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:08:09.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:08 smithi029 bash[14177]: audit 2024-02-11T17:08:08.511434+0000 mon.smithi029 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:08:09.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:08 smithi029 bash[14177]: audit 2024-02-11T17:08:08.517957+0000 mon.smithi029 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:08:09.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:08 smithi029 bash[14177]: audit 2024-02-11T17:08:08.524311+0000 mon.smithi029 (mon.0) 630 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:08:09.180 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888094 got 146028888109 for osd.3 2024-02-11T17:08:09.180 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-11T17:08:11.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:10 smithi073 bash[18997]: cluster 2024-02-11T17:08:09.910710+0000 mgr.smithi029.rubqla (mgr.14180) 246 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:11.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:10 smithi029 bash[14177]: cluster 2024-02-11T17:08:09.910710+0000 mgr.smithi029.rubqla (mgr.14180) 246 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:13.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:12 smithi073 bash[18997]: cluster 2024-02-11T17:08:11.911237+0000 mgr.smithi029.rubqla (mgr.14180) 247 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:13.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:12 smithi029 bash[14177]: cluster 2024-02-11T17:08:11.911237+0000 mgr.smithi029.rubqla (mgr.14180) 247 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:13.972 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/mon.smithi029/config 2024-02-11T17:08:15.262 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:14 smithi029 bash[14177]: cluster 2024-02-11T17:08:13.911836+0000 mgr.smithi029.rubqla (mgr.14180) 248 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:15.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:14 smithi073 bash[18997]: cluster 2024-02-11T17:08:13.911836+0000 mgr.smithi029.rubqla (mgr.14180) 248 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:17.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:16 smithi073 bash[18997]: cluster 2024-02-11T17:08:15.912229+0000 mgr.smithi029.rubqla (mgr.14180) 249 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:17.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:16 smithi029 bash[14177]: cluster 2024-02-11T17:08:15.912229+0000 mgr.smithi029.rubqla (mgr.14180) 249 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:17.867 INFO:teuthology.orchestra.run.smithi029.stdout:103079215153 2024-02-11T17:08:18.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:17 smithi029 bash[14177]: audit 2024-02-11T17:08:17.863862+0000 mon.smithi029 (mon.0) 631 : audit [DBG] from='client.? 172.21.15.29:0/2418185734' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-11T17:08:18.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:17 smithi073 bash[18997]: audit 2024-02-11T17:08:17.863862+0000 mon.smithi029 (mon.0) 631 : audit [DBG] from='client.? 172.21.15.29:0/2418185734' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-11T17:08:18.928 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215138 got 103079215153 for osd.4 2024-02-11T17:08:18.928 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-11T17:08:19.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:18 smithi029 bash[14177]: cluster 2024-02-11T17:08:17.912691+0000 mgr.smithi029.rubqla (mgr.14180) 250 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:19.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:18 smithi073 bash[18997]: cluster 2024-02-11T17:08:17.912691+0000 mgr.smithi029.rubqla (mgr.14180) 250 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:21.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:21 smithi073 bash[18997]: cluster 2024-02-11T17:08:19.913215+0000 mgr.smithi029.rubqla (mgr.14180) 251 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:21.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:20 smithi029 bash[14177]: cluster 2024-02-11T17:08:19.913215+0000 mgr.smithi029.rubqla (mgr.14180) 251 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:23.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:23 smithi073 bash[18997]: cluster 2024-02-11T17:08:21.913808+0000 mgr.smithi029.rubqla (mgr.14180) 252 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:23.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:23 smithi029 bash[14177]: cluster 2024-02-11T17:08:21.913808+0000 mgr.smithi029.rubqla (mgr.14180) 252 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:23.715 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/mon.smithi029/config 2024-02-11T17:08:25.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:25 smithi073 bash[18997]: cluster 2024-02-11T17:08:23.914660+0000 mgr.smithi029.rubqla (mgr.14180) 253 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:25.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:25 smithi029 bash[14177]: cluster 2024-02-11T17:08:23.914660+0000 mgr.smithi029.rubqla (mgr.14180) 253 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:27.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:27 smithi073 bash[18997]: cluster 2024-02-11T17:08:25.915261+0000 mgr.smithi029.rubqla (mgr.14180) 254 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:27.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:27 smithi029 bash[14177]: cluster 2024-02-11T17:08:25.915261+0000 mgr.smithi029.rubqla (mgr.14180) 254 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:27.549 INFO:teuthology.orchestra.run.smithi029.stdout:167503724590 2024-02-11T17:08:28.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:28 smithi029 bash[14177]: audit 2024-02-11T17:08:27.545709+0000 mon.smithi029 (mon.0) 632 : audit [DBG] from='client.? 172.21.15.29:0/3410660259' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-11T17:08:28.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:28 smithi073 bash[18997]: audit 2024-02-11T17:08:27.545709+0000 mon.smithi029 (mon.0) 632 : audit [DBG] from='client.? 172.21.15.29:0/3410660259' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-11T17:08:28.529 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724575 got 167503724590 for osd.5 2024-02-11T17:08:28.530 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-11T17:08:29.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:29 smithi073 bash[18997]: cluster 2024-02-11T17:08:27.915824+0000 mgr.smithi029.rubqla (mgr.14180) 255 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:29.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:29 smithi029 bash[14177]: cluster 2024-02-11T17:08:27.915824+0000 mgr.smithi029.rubqla (mgr.14180) 255 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:31.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:31 smithi073 bash[18997]: cluster 2024-02-11T17:08:29.916398+0000 mgr.smithi029.rubqla (mgr.14180) 256 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:31.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:31 smithi029 bash[14177]: cluster 2024-02-11T17:08:29.916398+0000 mgr.smithi029.rubqla (mgr.14180) 256 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:33.326 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/mon.smithi029/config 2024-02-11T17:08:33.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:33 smithi073 bash[18997]: cluster 2024-02-11T17:08:31.916892+0000 mgr.smithi029.rubqla (mgr.14180) 257 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:33.356 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:33 smithi029 bash[14177]: cluster 2024-02-11T17:08:31.916892+0000 mgr.smithi029.rubqla (mgr.14180) 257 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:35.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:35 smithi073 bash[18997]: cluster 2024-02-11T17:08:33.917474+0000 mgr.smithi029.rubqla (mgr.14180) 258 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:35.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:35 smithi029 bash[14177]: cluster 2024-02-11T17:08:33.917474+0000 mgr.smithi029.rubqla (mgr.14180) 258 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:37.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:37 smithi073 bash[18997]: cluster 2024-02-11T17:08:35.918082+0000 mgr.smithi029.rubqla (mgr.14180) 259 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:37.359 INFO:teuthology.orchestra.run.smithi029.stdout:120259084340 2024-02-11T17:08:37.410 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:37 smithi029 bash[14177]: cluster 2024-02-11T17:08:35.918082+0000 mgr.smithi029.rubqla (mgr.14180) 259 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:38.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:38 smithi073 bash[18997]: audit 2024-02-11T17:08:37.356181+0000 mon.smithi029 (mon.0) 633 : audit [DBG] from='client.? 172.21.15.29:0/666098243' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-11T17:08:38.346 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:38 smithi029 bash[14177]: audit 2024-02-11T17:08:37.356181+0000 mon.smithi029 (mon.0) 633 : audit [DBG] from='client.? 172.21.15.29:0/666098243' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-11T17:08:38.346 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084325 got 120259084340 for osd.6 2024-02-11T17:08:38.347 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-11T17:08:39.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:39 smithi073 bash[18997]: cluster 2024-02-11T17:08:37.918604+0000 mgr.smithi029.rubqla (mgr.14180) 260 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:39.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:39 smithi029 bash[14177]: cluster 2024-02-11T17:08:37.918604+0000 mgr.smithi029.rubqla (mgr.14180) 260 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:41.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:41 smithi073 bash[18997]: cluster 2024-02-11T17:08:39.919139+0000 mgr.smithi029.rubqla (mgr.14180) 261 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:41.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:41 smithi029 bash[14177]: cluster 2024-02-11T17:08:39.919139+0000 mgr.smithi029.rubqla (mgr.14180) 261 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:42.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:42 smithi029 bash[14177]: cluster 2024-02-11T17:08:41.919848+0000 mgr.smithi029.rubqla (mgr.14180) 262 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:42.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:42 smithi073 bash[18997]: cluster 2024-02-11T17:08:41.919848+0000 mgr.smithi029.rubqla (mgr.14180) 262 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:43.136 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/mon.smithi029/config 2024-02-11T17:08:45.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:44 smithi029 bash[14177]: cluster 2024-02-11T17:08:43.920604+0000 mgr.smithi029.rubqla (mgr.14180) 263 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:45.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:44 smithi073 bash[18997]: cluster 2024-02-11T17:08:43.920604+0000 mgr.smithi029.rubqla (mgr.14180) 263 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:47.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:46 smithi029 bash[14177]: cluster 2024-02-11T17:08:45.921325+0000 mgr.smithi029.rubqla (mgr.14180) 264 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:47.193 INFO:teuthology.orchestra.run.smithi029.stdout:184683593776 2024-02-11T17:08:47.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:46 smithi073 bash[18997]: cluster 2024-02-11T17:08:45.921325+0000 mgr.smithi029.rubqla (mgr.14180) 264 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:48.225 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593760 got 184683593776 for osd.7 2024-02-11T17:08:48.225 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-11T17:08:48.226 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph pg dump --format=json 2024-02-11T17:08:48.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:47 smithi073 bash[18997]: audit 2024-02-11T17:08:47.190103+0000 mon.smithi029 (mon.0) 634 : audit [DBG] from='client.? 172.21.15.29:0/372616956' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-11T17:08:48.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:47 smithi029 bash[14177]: audit 2024-02-11T17:08:47.190103+0000 mon.smithi029 (mon.0) 634 : audit [DBG] from='client.? 172.21.15.29:0/372616956' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-11T17:08:49.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:48 smithi073 bash[18997]: cluster 2024-02-11T17:08:47.922052+0000 mgr.smithi029.rubqla (mgr.14180) 265 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:49.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:48 smithi029 bash[14177]: cluster 2024-02-11T17:08:47.922052+0000 mgr.smithi029.rubqla (mgr.14180) 265 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:51.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:51 smithi073 bash[18997]: cluster 2024-02-11T17:08:49.922657+0000 mgr.smithi029.rubqla (mgr.14180) 266 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:51.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:50 smithi029 bash[14177]: cluster 2024-02-11T17:08:49.922657+0000 mgr.smithi029.rubqla (mgr.14180) 266 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:53.014 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/mon.smithi029/config 2024-02-11T17:08:53.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:53 smithi073 bash[18997]: cluster 2024-02-11T17:08:51.923350+0000 mgr.smithi029.rubqla (mgr.14180) 267 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:53.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:53 smithi029 bash[14177]: cluster 2024-02-11T17:08:51.923350+0000 mgr.smithi029.rubqla (mgr.14180) 267 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:55.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:55 smithi029 bash[14177]: cluster 2024-02-11T17:08:53.924108+0000 mgr.smithi029.rubqla (mgr.14180) 268 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:55.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:55 smithi073 bash[18997]: cluster 2024-02-11T17:08:53.924108+0000 mgr.smithi029.rubqla (mgr.14180) 268 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:56.998 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:08:57.002 INFO:teuthology.orchestra.run.smithi029.stderr:dumped all 2024-02-11T17:08:57.295 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:57 smithi029 bash[14177]: cluster 2024-02-11T17:08:55.924765+0000 mgr.smithi029.rubqla (mgr.14180) 269 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:57.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:57 smithi073 bash[18997]: cluster 2024-02-11T17:08:55.924765+0000 mgr.smithi029.rubqla (mgr.14180) 269 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:57.970 INFO:teuthology.orchestra.run.smithi029.stdout:{"pg_ready":true,"pg_map":{"version":256,"stamp":"2024-02-11T17:08:55.924415+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":2380284,"kb_used_data":3516,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548164,"statfs":{"total":767926730752,"available":765489319936,"internally_reserved":0,"allocated":3600384,"data_stored":1411511,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":45,"state":"active+clean","last_fresh":"2024-02-11T17:05:02.231591+0000","last_change":"2024-02-11T17:05:02.231591+0000","last_active":"2024-02-11T17:05:02.231591+0000","last_peered":"2024-02-11T17:05:02.231591+0000","last_clean":"2024-02-11T17:05:02.231591+0000","last_became_active":"2024-02-11T17:05:02.230346+0000","last_became_peered":"2024-02-11T17:05:02.230346+0000","last_unstale":"2024-02-11T17:05:02.231591+0000","last_undegraded":"2024-02-11T17:05:02.231591+0000","last_fullsized":"2024-02-11T17:05:02.231591+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":25,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-11T17:04:24.241531+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-11T17:04:24.241531+0000","last_clean_scrub_stamp":"2024-02-11T17:04:24.241531+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":7}],"osd_stats":[{"osd":7,"up_from":43,"seq":184683593778,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297536,"kb_used_data":440,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443520,"statfs":{"total":95990841344,"available":95686164480,"internally_reserved":0,"allocated":450560,"data_stored":176472,"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":"Sun Feb 11 17:08:10 2024","interfaces":[{"interface":"back","average":{"1min":0.91700000000000004,"5min":0.86399999999999999,"15min":0.84999999999999998},"min":{"1min":0.71599999999999997,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.28,"5min":1.4410000000000001,"15min":1.4410000000000001},"last":0.95599999999999996},{"interface":"front","average":{"1min":0.91600000000000004,"5min":0.90700000000000003,"15min":0.90800000000000003},"min":{"1min":0.71499999999999997,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.2709999999999999,"5min":1.292,"15min":1.292},"last":0.93799999999999994}]},{"osd":1,"last update":"Sun Feb 11 17:08:10 2024","interfaces":[{"interface":"back","average":{"1min":0.80200000000000005,"5min":0.76700000000000002,"15min":0.76300000000000001},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":1.1930000000000001,"5min":1.4670000000000001,"15min":1.4670000000000001},"last":0.65400000000000003},{"interface":"front","average":{"1min":0.82899999999999996,"5min":0.79700000000000004,"15min":0.79100000000000004},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":1.1259999999999999,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":0.77800000000000002}]},{"osd":2,"last update":"Sun Feb 11 17:08:10 2024","interfaces":[{"interface":"back","average":{"1min":0.92800000000000005,"5min":0.86799999999999999,"15min":0.85799999999999998},"min":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.1859999999999999,"5min":1.2150000000000001,"15min":1.2150000000000001},"last":0.68300000000000005},{"interface":"front","average":{"1min":0.91700000000000004,"5min":0.92800000000000005,"15min":0.93100000000000005},"min":{"1min":0.69599999999999995,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.1299999999999999,"5min":1.738,"15min":1.738},"last":0.85399999999999998}]},{"osd":3,"last update":"Sun Feb 11 17:08:10 2024","interfaces":[{"interface":"back","average":{"1min":0.94099999999999995,"5min":0.88300000000000001,"15min":0.874},"min":{"1min":0.56299999999999994,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.224,"5min":1.3520000000000001,"15min":1.3520000000000001},"last":1.143},{"interface":"front","average":{"1min":1.0109999999999999,"5min":0.94899999999999995,"15min":0.94099999999999995},"min":{"1min":0.63800000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.3480000000000001,"5min":1.4810000000000001,"15min":1.4810000000000001},"last":0.89000000000000001}]},{"osd":4,"last update":"Sun Feb 11 17:08:10 2024","interfaces":[{"interface":"back","average":{"1min":1.0580000000000001,"5min":1.0589999999999999,"15min":1.0640000000000001},"min":{"1min":0.69799999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.4039999999999999,"5min":1.548,"15min":1.548},"last":0.99399999999999999},{"interface":"front","average":{"1min":1.026,"5min":1.0329999999999999,"15min":1.032},"min":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.4099999999999999,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":1.0429999999999999}]},{"osd":5,"last update":"Sun Feb 11 17:08:10 2024","interfaces":[{"interface":"back","average":{"1min":1.0569999999999999,"5min":1.0209999999999999,"15min":1.012},"min":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.504,"5min":1.504,"15min":1.504},"last":1.1819999999999999},{"interface":"front","average":{"1min":1.095,"5min":1.101,"15min":1.1060000000000001},"min":{"1min":0.54300000000000004,"5min":0.498,"15min":0.498},"max":{"1min":1.462,"5min":2.177,"15min":2.177},"last":1.244}]},{"osd":6,"last update":"Sun Feb 11 17:08:10 2024","interfaces":[{"interface":"back","average":{"1min":1.1739999999999999,"5min":1.171,"15min":1.173},"min":{"1min":0.84599999999999997,"5min":0.78100000000000003,"15min":0.78100000000000003},"max":{"1min":1.639,"5min":1.6970000000000001,"15min":1.6970000000000001},"last":1.3919999999999999},{"interface":"front","average":{"1min":1.1910000000000001,"5min":1.1699999999999999,"15min":1.1739999999999999},"min":{"1min":0.89300000000000002,"5min":0.754,"15min":0.754},"max":{"1min":1.667,"5min":1.671,"15min":1.671},"last":1.0269999999999999}]}]},{"osd":5,"up_from":39,"seq":167503724596,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297536,"kb_used_data":440,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443520,"statfs":{"total":95990841344,"available":95686164480,"internally_reserved":0,"allocated":450560,"data_stored":176472,"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":"Sun Feb 11 17:07:54 2024","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":0.85199999999999998,"15min":0.84899999999999998},"min":{"1min":0.65700000000000003,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.0640000000000001,"5min":1.095,"15min":1.095},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.878,"5min":0.85299999999999998,"15min":0.84299999999999997},"min":{"1min":0.72999999999999998,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.077,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":0.82399999999999995}]},{"osd":1,"last update":"Sun Feb 11 17:07:54 2024","interfaces":[{"interface":"back","average":{"1min":0.748,"5min":0.77000000000000002,"15min":0.76200000000000001},"min":{"1min":0.53300000000000003,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.22,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":0.66700000000000004},{"interface":"front","average":{"1min":0.83199999999999996,"5min":0.77200000000000002,"15min":0.75600000000000001},"min":{"1min":0.58699999999999997,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":1.1399999999999999,"5min":1.1399999999999999,"15min":1.1399999999999999},"last":0.92400000000000004}]},{"osd":2,"last update":"Sun Feb 11 17:07:54 2024","interfaces":[{"interface":"back","average":{"1min":0.90800000000000003,"5min":0.89900000000000002,"15min":0.89500000000000002},"min":{"1min":0.69099999999999995,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.1799999999999999,"5min":1.27,"15min":1.27},"last":0.96899999999999997},{"interface":"front","average":{"1min":0.93600000000000005,"5min":0.94199999999999995,"15min":0.94999999999999996},"min":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.206,"5min":1.244,"15min":1.244},"last":0.99299999999999999}]},{"osd":3,"last update":"Sun Feb 11 17:07:54 2024","interfaces":[{"interface":"back","average":{"1min":0.93500000000000005,"5min":0.85699999999999998,"15min":0.84599999999999997},"min":{"1min":0.58299999999999996,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.3520000000000001,"5min":1.7569999999999999,"15min":1.7569999999999999},"last":1.103},{"interface":"front","average":{"1min":0.93500000000000005,"5min":0.89700000000000002,"15min":0.89400000000000002},"min":{"1min":0.56499999999999995,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.333,"5min":1.4650000000000001,"15min":1.4650000000000001},"last":0.875}]},{"osd":4,"last update":"Sun Feb 11 17:07:54 2024","interfaces":[{"interface":"back","average":{"1min":1.0649999999999999,"5min":1.0580000000000001,"15min":1.0549999999999999},"min":{"1min":0.80800000000000005,"5min":0.78600000000000003,"15min":0.78600000000000003},"max":{"1min":1.5429999999999999,"5min":1.5429999999999999,"15min":1.5429999999999999},"last":1.0720000000000001},{"interface":"front","average":{"1min":1.0649999999999999,"5min":1.0189999999999999,"15min":0.999},"min":{"1min":0.751,"5min":0.627,"15min":0.627},"max":{"1min":1.532,"5min":1.532,"15min":1.532},"last":1.042}]},{"osd":6,"last update":"Sun Feb 11 17:07:54 2024","interfaces":[{"interface":"back","average":{"1min":1.0940000000000001,"5min":1.056,"15min":1.0509999999999999},"min":{"1min":0.84999999999999998,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.4359999999999999,"5min":1.4810000000000001,"15min":1.4810000000000001},"last":1.0629999999999999},{"interface":"front","average":{"1min":1.091,"5min":1.0860000000000001,"15min":1.0820000000000001},"min":{"1min":0.70199999999999996,"5min":0.69499999999999995,"15min":0.69499999999999995},"max":{"1min":1.4530000000000001,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":1.1679999999999999}]},{"osd":7,"last update":"Sun Feb 11 17:08:02 2024","interfaces":[{"interface":"back","average":{"1min":1.0660000000000001,"5min":1.04,"15min":1.0309999999999999},"min":{"1min":0.57299999999999995,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":1.446,"5min":1.446,"15min":1.446},"last":1.137},{"interface":"front","average":{"1min":1.125,"5min":1.1140000000000001,"15min":1.1180000000000001},"min":{"1min":0.63800000000000001,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.5169999999999999,"5min":1.5169999999999999,"15min":1.5169999999999999},"last":1.1950000000000001}]}]},{"osd":2,"up_from":20,"seq":85899345978,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297536,"kb_used_data":440,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443520,"statfs":{"total":95990841344,"available":95686164480,"internally_reserved":0,"allocated":450560,"data_stored":176472,"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":"Sun Feb 11 17:08:23 2024","interfaces":[{"interface":"back","average":{"1min":0.70799999999999996,"5min":0.68000000000000005,"15min":0.65400000000000003},"min":{"1min":0.54200000000000004,"5min":0.443,"15min":0.443},"max":{"1min":1.0609999999999999,"5min":1.0700000000000001,"15min":1.0700000000000001},"last":0.59999999999999998},{"interface":"front","average":{"1min":0.748,"5min":0.71599999999999997,"15min":0.71699999999999997},"min":{"1min":0.50700000000000001,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":1.127,"5min":1.1799999999999999,"15min":1.1799999999999999},"last":0.77000000000000002}]},{"osd":1,"last update":"Sun Feb 11 17:08:38 2024","interfaces":[{"interface":"back","average":{"1min":0.91300000000000003,"5min":0.89000000000000001,"15min":0.89800000000000002},"min":{"1min":0.68100000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.145,"5min":1.579,"15min":1.579},"last":0.80300000000000005},{"interface":"front","average":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.96299999999999997},"min":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.22,"5min":1.673,"15min":1.673},"last":1.091}]},{"osd":3,"last update":"Sun Feb 11 17:08:50 2024","interfaces":[{"interface":"back","average":{"1min":0.92700000000000005,"5min":0.89400000000000002,"15min":0.89000000000000001},"min":{"1min":0.69399999999999995,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.111,"5min":1.5680000000000001,"15min":1.5680000000000001},"last":0.82699999999999996},{"interface":"front","average":{"1min":0.93200000000000005,"5min":0.95599999999999996,"15min":0.96199999999999997},"min":{"1min":0.71699999999999997,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.216,"5min":1.6930000000000001,"15min":1.6930000000000001},"last":0.88400000000000001}]},{"osd":4,"last update":"Sun Feb 11 17:08:33 2024","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":1.0640000000000001,"15min":1.272},"min":{"1min":0.64400000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":1.1719999999999999,"5min":14.538,"15min":14.538},"last":0.96499999999999997},{"interface":"front","average":{"1min":0.91000000000000003,"5min":1.1160000000000001,"15min":1.339},"min":{"1min":0.67200000000000004,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.286,"5min":13.654999999999999,"15min":13.654999999999999},"last":0.94099999999999995}]},{"osd":5,"last update":"Sun Feb 11 17:07:52 2024","interfaces":[{"interface":"back","average":{"1min":0.999,"5min":1.048,"15min":1.0609999999999999},"min":{"1min":0.80500000000000005,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.2190000000000001,"5min":1.5389999999999999,"15min":1.5389999999999999},"last":1.1870000000000001},{"interface":"front","average":{"1min":1.0129999999999999,"5min":0.97299999999999998,"15min":0.96899999999999997},"min":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"max":{"1min":1.3049999999999999,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":1.069}]},{"osd":6,"last update":"Sun Feb 11 17:08:33 2024","interfaces":[{"interface":"back","average":{"1min":1.0129999999999999,"5min":0.98899999999999999,"15min":0.98399999999999999},"min":{"1min":0.82599999999999996,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.2010000000000001,"5min":1.3380000000000001,"15min":1.3380000000000001},"last":1.0209999999999999},{"interface":"front","average":{"1min":1.052,"5min":1.002,"15min":0.97999999999999998},"min":{"1min":0.70999999999999996,"5min":0.63,"15min":0.63},"max":{"1min":1.2509999999999999,"5min":1.296,"15min":1.296},"last":1.0349999999999999}]},{"osd":7,"last update":"Sun Feb 11 17:08:07 2024","interfaces":[{"interface":"back","average":{"1min":1.105,"5min":1.0900000000000001,"15min":1.081},"min":{"1min":0.84099999999999997,"5min":0.749,"15min":0.749},"max":{"1min":1.325,"5min":1.373,"15min":1.373},"last":1.1319999999999999},{"interface":"front","average":{"1min":1.077,"5min":1.085,"15min":1.085},"min":{"1min":0.873,"5min":0.873,"15min":0.873},"max":{"1min":1.298,"5min":1.385,"15min":1.385},"last":1.153}]}]},{"osd":0,"up_from":16,"seq":68719476796,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297536,"kb_used_data":440,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443520,"statfs":{"total":95990841344,"available":95686164480,"internally_reserved":0,"allocated":450560,"data_stored":176472,"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":"Sun Feb 11 17:08:37 2024","interfaces":[{"interface":"back","average":{"1min":0.88400000000000001,"5min":0.85799999999999998,"15min":0.84599999999999997},"min":{"1min":0.57799999999999996,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.286,"5min":1.286,"15min":1.286},"last":0.84699999999999998},{"interface":"front","average":{"1min":0.96799999999999997,"5min":0.88400000000000001,"15min":0.879},"min":{"1min":0.81599999999999995,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.1379999999999999,"5min":1.218,"15min":1.218},"last":0.71699999999999997}]},{"osd":2,"last update":"Sun Feb 11 17:08:23 2024","interfaces":[{"interface":"back","average":{"1min":0.89700000000000002,"5min":0.76600000000000001,"15min":0.71999999999999997},"min":{"1min":0.63700000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.3700000000000001,"5min":1.3700000000000001,"15min":1.3700000000000001},"last":0.59099999999999997},{"interface":"front","average":{"1min":0.76000000000000001,"5min":0.752,"15min":0.73499999999999999},"min":{"1min":0.59399999999999997,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":1.0149999999999999,"5min":1.0660000000000001,"15min":1.0660000000000001},"last":1.0209999999999999}]},{"osd":3,"last update":"Sun Feb 11 17:08:42 2024","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.86499999999999999,"15min":0.85299999999999998},"min":{"1min":0.65600000000000003,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.0349999999999999,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":0.73299999999999998},{"interface":"front","average":{"1min":1.0309999999999999,"5min":0.96799999999999997,"15min":0.95499999999999996},"min":{"1min":0.77400000000000002,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.194,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":0.78100000000000003}]},{"osd":4,"last update":"Sun Feb 11 17:08:32 2024","interfaces":[{"interface":"back","average":{"1min":0.90800000000000003,"5min":0.82399999999999995,"15min":0.78500000000000003},"min":{"1min":0.66700000000000004,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":1.127,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":0.627},{"interface":"front","average":{"1min":0.98999999999999999,"5min":0.93500000000000005,"15min":0.89500000000000002},"min":{"1min":0.69399999999999995,"5min":0.505,"15min":0.505},"max":{"1min":1.2649999999999999,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":0.90900000000000003}]},{"osd":5,"last update":"Sun Feb 11 17:07:59 2024","interfaces":[{"interface":"back","average":{"1min":0.93400000000000005,"5min":0.90900000000000003,"15min":0.89800000000000002},"min":{"1min":0.78100000000000003,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.2450000000000001,"5min":1.2450000000000001,"15min":1.2450000000000001},"last":0.82999999999999996},{"interface":"front","average":{"1min":1.0660000000000001,"5min":1.0249999999999999,"15min":1.0069999999999999},"min":{"1min":0.81299999999999994,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.266,"5min":1.4610000000000001,"15min":1.4610000000000001},"last":0.98299999999999998}]},{"osd":6,"last update":"Sun Feb 11 17:08:37 2024","interfaces":[{"interface":"back","average":{"1min":1.002,"5min":0.97999999999999998,"15min":0.96799999999999997},"min":{"1min":0.79300000000000004,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.2989999999999999,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":0.76300000000000001},{"interface":"front","average":{"1min":1.1499999999999999,"5min":1.095,"15min":1.0569999999999999},"min":{"1min":0.90900000000000003,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.242,"5min":1.5409999999999999,"15min":1.5409999999999999},"last":1.161}]},{"osd":7,"last update":"Sun Feb 11 17:08:08 2024","interfaces":[{"interface":"back","average":{"1min":1.1830000000000001,"5min":1.1220000000000001,"15min":1.099},"min":{"1min":0.95999999999999996,"5min":0.73099999999999998,"15min":0.73099999999999998},"max":{"1min":1.4870000000000001,"5min":1.619,"15min":1.619},"last":1.087},{"interface":"front","average":{"1min":1.226,"5min":1.121,"15min":1.099},"min":{"1min":1.02,"5min":0.82099999999999995,"15min":0.82099999999999995},"max":{"1min":1.667,"5min":1.667,"15min":1.667},"last":1.0489999999999999}]}]},{"osd":4,"up_from":24,"seq":103079215161,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297536,"kb_used_data":440,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443520,"statfs":{"total":95990841344,"available":95686164480,"internally_reserved":0,"allocated":450560,"data_stored":176472,"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":"Sun Feb 11 17:08:30 2024","interfaces":[{"interface":"back","average":{"1min":0.67300000000000004,"5min":0.67400000000000004,"15min":0.65800000000000003},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.97899999999999998,"5min":1.042,"15min":1.042},"last":0.59599999999999997},{"interface":"front","average":{"1min":0.69899999999999995,"5min":0.70599999999999996,"15min":0.69199999999999995},"min":{"1min":0.54800000000000004,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":0.88200000000000001,"5min":0.93400000000000005,"15min":0.93400000000000005},"last":0.67100000000000004}]},{"osd":1,"last update":"Sun Feb 11 17:08:38 2024","interfaces":[{"interface":"back","average":{"1min":0.84499999999999997,"5min":0.89800000000000002,"15min":0.90800000000000003},"min":{"1min":0.63100000000000001,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.159,"5min":1.2450000000000001,"15min":1.2450000000000001},"last":0.95699999999999996},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.873,"15min":0.84399999999999997},"min":{"1min":0.67900000000000005,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.379,"5min":1.379,"15min":1.379},"last":0.79400000000000004}]},{"osd":2,"last update":"Sun Feb 11 17:08:30 2024","interfaces":[{"interface":"back","average":{"1min":0.78600000000000003,"5min":0.77000000000000002,"15min":0.75600000000000001},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":1.0249999999999999,"5min":1.0880000000000001,"15min":1.0880000000000001},"last":0.76100000000000001},{"interface":"front","average":{"1min":0.93799999999999994,"5min":0.92800000000000005,"15min":0.92700000000000005},"min":{"1min":0.69299999999999995,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.278,"5min":1.298,"15min":1.298},"last":0.83799999999999997}]},{"osd":3,"last update":"Sun Feb 11 17:08:44 2024","interfaces":[{"interface":"back","average":{"1min":0.86599999999999999,"5min":0.90900000000000003,"15min":0.91200000000000003},"min":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.0860000000000001,"5min":1.2190000000000001,"15min":1.2190000000000001},"last":0.85799999999999998},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.88400000000000001,"15min":0.89600000000000002},"min":{"1min":0.68700000000000006,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.046,"5min":1.1220000000000001,"15min":1.1220000000000001},"last":1.0089999999999999}]},{"osd":5,"last update":"Sun Feb 11 17:07:57 2024","interfaces":[{"interface":"back","average":{"1min":1.006,"5min":1.0349999999999999,"15min":1.0289999999999999},"min":{"1min":0.82099999999999995,"5min":0.81000000000000005,"15min":0.81000000000000005},"max":{"1min":1.222,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":1.327},{"interface":"front","average":{"1min":1.048,"5min":1.0169999999999999,"15min":1.0089999999999999},"min":{"1min":0.874,"5min":0.77600000000000002,"15min":0.77600000000000002},"max":{"1min":1.2450000000000001,"5min":1.3460000000000001,"15min":1.3460000000000001},"last":0.90600000000000003}]},{"osd":6,"last update":"Sun Feb 11 17:08:38 2024","interfaces":[{"interface":"back","average":{"1min":1.1080000000000001,"5min":1.032,"15min":1.0069999999999999},"min":{"1min":0.83499999999999996,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.405,"5min":1.405,"15min":1.405},"last":0.94699999999999995},{"interface":"front","average":{"1min":1.1319999999999999,"5min":1.1279999999999999,"15min":1.1200000000000001},"min":{"1min":0.92900000000000005,"5min":0.752,"15min":0.752},"max":{"1min":1.4570000000000001,"5min":1.5009999999999999,"15min":1.5009999999999999},"last":1.22}]},{"osd":7,"last update":"Sun Feb 11 17:08:06 2024","interfaces":[{"interface":"back","average":{"1min":1.016,"5min":1.0549999999999999,"15min":1.075},"min":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.2130000000000001,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":0.93000000000000005},{"interface":"front","average":{"1min":1.2829999999999999,"5min":1.2210000000000001,"15min":1.2190000000000001},"min":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"max":{"1min":3.2839999999999998,"5min":3.2839999999999998,"15min":3.2839999999999998},"last":1.377}]}]},{"osd":6,"up_from":28,"seq":120259084344,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297536,"kb_used_data":440,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443520,"statfs":{"total":95990841344,"available":95686164480,"internally_reserved":0,"allocated":450560,"data_stored":176472,"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":"Sun Feb 11 17:08:36 2024","interfaces":[{"interface":"back","average":{"1min":0.68600000000000005,"5min":0.67400000000000004,"15min":0.67400000000000004},"min":{"1min":0.55300000000000005,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":1.1160000000000001,"5min":1.131,"15min":1.131},"last":0.61499999999999999},{"interface":"front","average":{"1min":0.81299999999999994,"5min":0.78300000000000003,"15min":0.77400000000000002},"min":{"1min":0.56000000000000005,"5min":0.497,"15min":0.497},"max":{"1min":1.155,"5min":1.155,"15min":1.155},"last":0.79500000000000004}]},{"osd":1,"last update":"Sun Feb 11 17:08:36 2024","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.878,"15min":0.873},"min":{"1min":0.63200000000000001,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.0649999999999999,"5min":1.143,"15min":1.143},"last":0.71399999999999997},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.90600000000000003,"15min":0.90800000000000003},"min":{"1min":0.73599999999999999,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.143,"5min":1.327,"15min":1.327},"last":0.74399999999999999}]},{"osd":2,"last update":"Sun Feb 11 17:08:36 2024","interfaces":[{"interface":"back","average":{"1min":0.84699999999999998,"5min":0.83999999999999997,"15min":0.84999999999999998},"min":{"1min":0.63,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.1160000000000001,"5min":1.2,"15min":1.2},"last":0.63800000000000001},{"interface":"front","average":{"1min":0.93200000000000005,"5min":0.85299999999999998,"15min":0.85499999999999998},"min":{"1min":0.66700000000000004,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.208,"5min":1.2410000000000001,"15min":1.2410000000000001},"last":0.68300000000000005}]},{"osd":3,"last update":"Sun Feb 11 17:08:43 2024","interfaces":[{"interface":"back","average":{"1min":1.04,"5min":0.999,"15min":0.97899999999999998},"min":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.302,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":0.77800000000000002},{"interface":"front","average":{"1min":0.89400000000000002,"5min":0.92600000000000005,"15min":0.94499999999999995},"min":{"1min":0.69399999999999995,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.0960000000000001,"5min":1.202,"15min":1.202},"last":0.73399999999999999}]},{"osd":4,"last update":"Sun Feb 11 17:08:36 2024","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.95599999999999996,"15min":0.94599999999999995},"min":{"1min":0.70199999999999996,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.548,"5min":1.548,"15min":1.548},"last":0.434},{"interface":"front","average":{"1min":0.88100000000000001,"5min":0.92200000000000004,"15min":0.93400000000000005},"min":{"1min":0.65900000000000003,"5min":0.498,"15min":0.498},"max":{"1min":1.0640000000000001,"5min":1.294,"15min":1.294},"last":0.65900000000000003}]},{"osd":5,"last update":"Sun Feb 11 17:07:59 2024","interfaces":[{"interface":"back","average":{"1min":1.03,"5min":1.0449999999999999,"15min":1.0489999999999999},"min":{"1min":0.85299999999999998,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.2470000000000001,"5min":1.351,"15min":1.351},"last":0.86599999999999999},{"interface":"front","average":{"1min":1.125,"5min":1.1080000000000001,"15min":1.093},"min":{"1min":0.82399999999999995,"5min":0.74399999999999999,"15min":0.74399999999999999},"max":{"1min":1.677,"5min":1.7549999999999999,"15min":1.7549999999999999},"last":0.81799999999999995}]},{"osd":7,"last update":"Sun Feb 11 17:08:10 2024","interfaces":[{"interface":"back","average":{"1min":1.179,"5min":1.1599999999999999,"15min":1.1519999999999999},"min":{"1min":0.94199999999999995,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.6180000000000001,"5min":1.833,"15min":1.833},"last":0.94599999999999995},{"interface":"front","average":{"1min":1.0589999999999999,"5min":1.0840000000000001,"15min":1.091},"min":{"1min":0.89600000000000002,"5min":0.81000000000000005,"15min":0.81000000000000005},"max":{"1min":1.335,"5min":1.373,"15min":1.373},"last":0.85399999999999998}]}]},{"osd":1,"up_from":29,"seq":124554051639,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297536,"kb_used_data":440,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443520,"statfs":{"total":95990841344,"available":95686164480,"internally_reserved":0,"allocated":450560,"data_stored":176472,"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":"Sun Feb 11 17:08:39 2024","interfaces":[{"interface":"back","average":{"1min":0.94699999999999995,"5min":0.90000000000000002,"15min":0.84799999999999998},"min":{"1min":0.66600000000000004,"5min":0.628,"15min":0.628},"max":{"1min":1.3839999999999999,"5min":3.7480000000000002,"15min":3.7480000000000002},"last":0.79300000000000004},{"interface":"front","average":{"1min":0.88600000000000001,"5min":0.88200000000000001,"15min":0.87},"min":{"1min":0.63900000000000001,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.1739999999999999,"5min":1.754,"15min":1.754},"last":1.022}]},{"osd":2,"last update":"Sun Feb 11 17:08:39 2024","interfaces":[{"interface":"back","average":{"1min":0.82399999999999995,"5min":0.84299999999999997,"15min":0.82599999999999996},"min":{"1min":0.67700000000000005,"5min":0.627,"15min":0.627},"max":{"1min":1.04,"5min":2.0179999999999998,"15min":2.0179999999999998},"last":0.81399999999999995},{"interface":"front","average":{"1min":0.96299999999999997,"5min":0.96299999999999997,"15min":0.94499999999999995},"min":{"1min":0.69599999999999995,"5min":0.624,"15min":0.624},"max":{"1min":1.238,"5min":2.2919999999999998,"15min":2.2919999999999998},"last":0.84199999999999997}]},{"osd":3,"last update":"Sun Feb 11 17:08:49 2024","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.875,"15min":0.84499999999999997},"min":{"1min":0.68799999999999994,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.325,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":0.68300000000000005},{"interface":"front","average":{"1min":0.96399999999999997,"5min":0.91300000000000003,"15min":0.88100000000000001},"min":{"1min":0.55100000000000005,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.3500000000000001,"5min":1.528,"15min":1.528},"last":0.752}]},{"osd":4,"last update":"Sun Feb 11 17:08:39 2024","interfaces":[{"interface":"back","average":{"1min":1.002,"5min":0.96899999999999997,"15min":0.94099999999999995},"min":{"1min":0.71899999999999997,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.357,"5min":1.623,"15min":1.623},"last":0.872},{"interface":"front","average":{"1min":1.0469999999999999,"5min":0.98999999999999999,"15min":0.96299999999999997},"min":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.224,"5min":1.964,"15min":1.964},"last":1.127}]},{"osd":5,"last update":"Sun Feb 11 17:07:55 2024","interfaces":[{"interface":"back","average":{"1min":0.78700000000000003,"5min":0.80500000000000005,"15min":0.79900000000000004},"min":{"1min":0.54000000000000004,"5min":0.498,"15min":0.498},"max":{"1min":1.282,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":0.96799999999999997},{"interface":"front","average":{"1min":0.86099999999999999,"5min":0.90200000000000002,"15min":0.89300000000000002},"min":{"1min":0.63600000000000001,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.1830000000000001,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":1.0640000000000001}]},{"osd":6,"last update":"Sun Feb 11 17:08:39 2024","interfaces":[{"interface":"back","average":{"1min":1.1279999999999999,"5min":1.012,"15min":0.96399999999999997},"min":{"1min":0.76400000000000001,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.5529999999999999,"5min":1.5529999999999999,"15min":1.5529999999999999},"last":1.363},{"interface":"front","average":{"1min":1.0449999999999999,"5min":1.0369999999999999,"15min":1.024},"min":{"1min":0.81100000000000005,"5min":0.72199999999999998,"15min":0.72199999999999998},"max":{"1min":1.407,"5min":2.2069999999999999,"15min":2.2069999999999999},"last":1.238}]},{"osd":7,"last update":"Sun Feb 11 17:08:03 2024","interfaces":[{"interface":"back","average":{"1min":0.95699999999999996,"5min":1.0009999999999999,"15min":0.98699999999999999},"min":{"1min":0.70699999999999996,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.373,"5min":1.474,"15min":1.474},"last":1.266},{"interface":"front","average":{"1min":0.97799999999999998,"5min":0.99399999999999999,"15min":0.98199999999999998},"min":{"1min":0.68799999999999994,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.4690000000000001,"5min":1.4690000000000001,"15min":1.4690000000000001},"last":1.1559999999999999}]}]},{"osd":3,"up_from":34,"seq":146028888119,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297532,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443524,"statfs":{"total":95990841344,"available":95686168576,"internally_reserved":0,"allocated":446464,"data_stored":176207,"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":"Sun Feb 11 17:08:45 2024","interfaces":[{"interface":"back","average":{"1min":0.90900000000000003,"5min":0.84699999999999998,"15min":0.80700000000000005},"min":{"1min":0.625,"5min":0.439,"15min":0.439},"max":{"1min":1.3049999999999999,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.88,"5min":0.86499999999999999,"15min":0.88100000000000001},"min":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.1830000000000001,"5min":1.2829999999999999,"15min":1.2829999999999999},"last":0.79400000000000004}]},{"osd":1,"last update":"Sun Feb 11 17:08:45 2024","interfaces":[{"interface":"back","average":{"1min":0.77400000000000002,"5min":0.751,"15min":0.72399999999999998},"min":{"1min":0.59799999999999998,"5min":0.307,"15min":0.307},"max":{"1min":1.141,"5min":1.3300000000000001,"15min":1.3300000000000001},"last":0.753},{"interface":"front","average":{"1min":0.85599999999999998,"5min":0.78700000000000003,"15min":0.76900000000000002},"min":{"1min":0.55400000000000005,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":1.2,"5min":1.3380000000000001,"15min":1.3380000000000001},"last":0.498}]},{"osd":2,"last update":"Sun Feb 11 17:08:45 2024","interfaces":[{"interface":"back","average":{"1min":0.90700000000000003,"5min":0.89100000000000001,"15min":0.878},"min":{"1min":0.63400000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.2030000000000001,"5min":1.216,"15min":1.216},"last":0.84699999999999998},{"interface":"front","average":{"1min":0.93899999999999995,"5min":0.94099999999999995,"15min":0.93700000000000006},"min":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.26,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":0.72699999999999998}]},{"osd":4,"last update":"Sun Feb 11 17:08:45 2024","interfaces":[{"interface":"back","average":{"1min":0.92300000000000004,"5min":0.93999999999999995,"15min":0.94699999999999995},"min":{"1min":0.69899999999999995,"5min":0.621,"15min":0.621},"max":{"1min":1.2,"5min":1.252,"15min":1.252},"last":0.71599999999999997},{"interface":"front","average":{"1min":1.079,"5min":1.042,"15min":1.024},"min":{"1min":0.81100000000000005,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.3520000000000001,"5min":1.3600000000000001,"15min":1.3600000000000001},"last":0.94499999999999995}]},{"osd":5,"last update":"Sun Feb 11 17:07:58 2024","interfaces":[{"interface":"back","average":{"1min":0.879,"5min":0.86699999999999999,"15min":0.86199999999999999},"min":{"1min":0.50600000000000001,"5min":0.373,"15min":0.373},"max":{"1min":1.107,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.57099999999999995},{"interface":"front","average":{"1min":0.92800000000000005,"5min":0.93000000000000005,"15min":0.92000000000000004},"min":{"1min":0.60399999999999998,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":1.1359999999999999,"5min":1.4710000000000001,"15min":1.4710000000000001},"last":0.99399999999999999}]},{"osd":6,"last update":"Sun Feb 11 17:08:45 2024","interfaces":[{"interface":"back","average":{"1min":1.0669999999999999,"5min":1.0349999999999999,"15min":1.0309999999999999},"min":{"1min":0.84599999999999997,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.347,"5min":1.45,"15min":1.45},"last":0.61499999999999999},{"interface":"front","average":{"1min":1.119,"5min":1.0980000000000001,"15min":1.0740000000000001},"min":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"max":{"1min":1.2969999999999999,"5min":1.6990000000000001,"15min":1.6990000000000001},"last":0.89700000000000002}]},{"osd":7,"last update":"Sun Feb 11 17:08:09 2024","interfaces":[{"interface":"back","average":{"1min":1.1519999999999999,"5min":1.0589999999999999,"15min":1.0409999999999999},"min":{"1min":0.78700000000000003,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.3899999999999999,"5min":1.391,"15min":1.391},"last":0.436},{"interface":"front","average":{"1min":1.1220000000000001,"5min":1.0569999999999999,"15min":1.048},"min":{"1min":0.83999999999999997,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":1.3899999999999999,"5min":1.48,"15min":1.48},"last":0.65800000000000003}]}]}],"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":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-11T17:08:57.971 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph pg dump --format=json 2024-02-11T17:08:58.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:58 smithi073 bash[18997]: audit 2024-02-11T17:08:56.991172+0000 mgr.smithi029.rubqla (mgr.14180) 270 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:58.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:58 smithi029 bash[14177]: audit 2024-02-11T17:08:56.991172+0000 mgr.smithi029.rubqla (mgr.14180) 270 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:08:59.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:08:59 smithi073 bash[18997]: cluster 2024-02-11T17:08:57.925381+0000 mgr.smithi029.rubqla (mgr.14180) 271 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:08:59.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:08:59 smithi029 bash[14177]: cluster 2024-02-11T17:08:57.925381+0000 mgr.smithi029.rubqla (mgr.14180) 271 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:01.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:01 smithi073 bash[18997]: cluster 2024-02-11T17:08:59.926041+0000 mgr.smithi029.rubqla (mgr.14180) 272 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:01.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:01 smithi029 bash[14177]: cluster 2024-02-11T17:08:59.926041+0000 mgr.smithi029.rubqla (mgr.14180) 272 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:02.758 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/mon.smithi029/config 2024-02-11T17:09:03.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:03 smithi029 bash[14177]: cluster 2024-02-11T17:09:01.926751+0000 mgr.smithi029.rubqla (mgr.14180) 273 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:03.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:03 smithi073 bash[18997]: cluster 2024-02-11T17:09:01.926751+0000 mgr.smithi029.rubqla (mgr.14180) 273 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:05.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:05 smithi073 bash[18997]: cluster 2024-02-11T17:09:03.927230+0000 mgr.smithi029.rubqla (mgr.14180) 274 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:05.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:05 smithi029 bash[14177]: cluster 2024-02-11T17:09:03.927230+0000 mgr.smithi029.rubqla (mgr.14180) 274 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:06.759 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:09:06.761 INFO:teuthology.orchestra.run.smithi029.stderr:dumped all 2024-02-11T17:09:07.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:07 smithi073 bash[18997]: cluster 2024-02-11T17:09:05.927695+0000 mgr.smithi029.rubqla (mgr.14180) 275 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:07.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:07 smithi029 bash[14177]: cluster 2024-02-11T17:09:05.927695+0000 mgr.smithi029.rubqla (mgr.14180) 275 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:07.738 INFO:teuthology.orchestra.run.smithi029.stdout:{"pg_ready":true,"pg_map":{"version":261,"stamp":"2024-02-11T17:09:05.927460+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":2380284,"kb_used_data":3516,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548164,"statfs":{"total":767926730752,"available":765489319936,"internally_reserved":0,"allocated":3600384,"data_stored":1411511,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":45,"state":"active+clean","last_fresh":"2024-02-11T17:05:02.231591+0000","last_change":"2024-02-11T17:05:02.231591+0000","last_active":"2024-02-11T17:05:02.231591+0000","last_peered":"2024-02-11T17:05:02.231591+0000","last_clean":"2024-02-11T17:05:02.231591+0000","last_became_active":"2024-02-11T17:05:02.230346+0000","last_became_peered":"2024-02-11T17:05:02.230346+0000","last_unstale":"2024-02-11T17:05:02.231591+0000","last_undegraded":"2024-02-11T17:05:02.231591+0000","last_fullsized":"2024-02-11T17:05:02.231591+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":25,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-11T17:04:24.241531+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-11T17:04:24.241531+0000","last_clean_scrub_stamp":"2024-02-11T17:04:24.241531+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":7}],"osd_stats":[{"osd":7,"up_from":43,"seq":184683593780,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297536,"kb_used_data":440,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443520,"statfs":{"total":95990841344,"available":95686164480,"internally_reserved":0,"allocated":450560,"data_stored":176472,"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":"Sun Feb 11 17:08:10 2024","interfaces":[{"interface":"back","average":{"1min":0.91700000000000004,"5min":0.86399999999999999,"15min":0.84999999999999998},"min":{"1min":0.71599999999999997,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.28,"5min":1.4410000000000001,"15min":1.4410000000000001},"last":0.76200000000000001},{"interface":"front","average":{"1min":0.91600000000000004,"5min":0.90700000000000003,"15min":0.90800000000000003},"min":{"1min":0.71499999999999997,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.2709999999999999,"5min":1.292,"15min":1.292},"last":0.91500000000000004}]},{"osd":1,"last update":"Sun Feb 11 17:08:10 2024","interfaces":[{"interface":"back","average":{"1min":0.80200000000000005,"5min":0.76700000000000002,"15min":0.76300000000000001},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":1.1930000000000001,"5min":1.4670000000000001,"15min":1.4670000000000001},"last":0.71999999999999997},{"interface":"front","average":{"1min":0.82899999999999996,"5min":0.79700000000000004,"15min":0.79100000000000004},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":1.1259999999999999,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":0.80700000000000005}]},{"osd":2,"last update":"Sun Feb 11 17:08:10 2024","interfaces":[{"interface":"back","average":{"1min":0.92800000000000005,"5min":0.86799999999999999,"15min":0.85799999999999998},"min":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.1859999999999999,"5min":1.2150000000000001,"15min":1.2150000000000001},"last":0.98699999999999999},{"interface":"front","average":{"1min":0.91700000000000004,"5min":0.92800000000000005,"15min":0.93100000000000005},"min":{"1min":0.69599999999999995,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.1299999999999999,"5min":1.738,"15min":1.738},"last":0.85799999999999998}]},{"osd":3,"last update":"Sun Feb 11 17:08:10 2024","interfaces":[{"interface":"back","average":{"1min":0.94099999999999995,"5min":0.88300000000000001,"15min":0.874},"min":{"1min":0.56299999999999994,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.224,"5min":1.3520000000000001,"15min":1.3520000000000001},"last":1.0580000000000001},{"interface":"front","average":{"1min":1.0109999999999999,"5min":0.94899999999999995,"15min":0.94099999999999995},"min":{"1min":0.63800000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.3480000000000001,"5min":1.4810000000000001,"15min":1.4810000000000001},"last":1.079}]},{"osd":4,"last update":"Sun Feb 11 17:08:10 2024","interfaces":[{"interface":"back","average":{"1min":1.0580000000000001,"5min":1.0589999999999999,"15min":1.0640000000000001},"min":{"1min":0.69799999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.4039999999999999,"5min":1.548,"15min":1.548},"last":1.1739999999999999},{"interface":"front","average":{"1min":1.026,"5min":1.0329999999999999,"15min":1.032},"min":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.4099999999999999,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":1.0980000000000001}]},{"osd":5,"last update":"Sun Feb 11 17:08:10 2024","interfaces":[{"interface":"back","average":{"1min":1.0569999999999999,"5min":1.0209999999999999,"15min":1.012},"min":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.504,"5min":1.504,"15min":1.504},"last":1.0189999999999999},{"interface":"front","average":{"1min":1.095,"5min":1.101,"15min":1.1060000000000001},"min":{"1min":0.54300000000000004,"5min":0.498,"15min":0.498},"max":{"1min":1.462,"5min":2.177,"15min":2.177},"last":1.119}]},{"osd":6,"last update":"Sun Feb 11 17:08:10 2024","interfaces":[{"interface":"back","average":{"1min":1.1739999999999999,"5min":1.171,"15min":1.173},"min":{"1min":0.84599999999999997,"5min":0.78100000000000003,"15min":0.78100000000000003},"max":{"1min":1.639,"5min":1.6970000000000001,"15min":1.6970000000000001},"last":1.272},{"interface":"front","average":{"1min":1.1910000000000001,"5min":1.1699999999999999,"15min":1.1739999999999999},"min":{"1min":0.89300000000000002,"5min":0.754,"15min":0.754},"max":{"1min":1.667,"5min":1.671,"15min":1.671},"last":1.24}]}]},{"osd":5,"up_from":39,"seq":167503724598,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297536,"kb_used_data":440,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443520,"statfs":{"total":95990841344,"available":95686164480,"internally_reserved":0,"allocated":450560,"data_stored":176472,"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":"Sun Feb 11 17:08:56 2024","interfaces":[{"interface":"back","average":{"1min":0.877,"5min":0.85799999999999998,"15min":0.85099999999999998},"min":{"1min":0.63600000000000001,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.05,"5min":1.095,"15min":1.095},"last":0.84499999999999997},{"interface":"front","average":{"1min":0.82199999999999995,"5min":0.84999999999999998,"15min":0.84199999999999997},"min":{"1min":0.627,"5min":0.627,"15min":0.627},"max":{"1min":1.127,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":1.21}]},{"osd":1,"last update":"Sun Feb 11 17:08:56 2024","interfaces":[{"interface":"back","average":{"1min":0.76200000000000001,"5min":0.77100000000000002,"15min":0.76300000000000001},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.099,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":0.81200000000000006},{"interface":"front","average":{"1min":0.81599999999999995,"5min":0.78600000000000003,"15min":0.76000000000000001},"min":{"1min":0.53100000000000003,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":1.3320000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":1.0549999999999999}]},{"osd":2,"last update":"Sun Feb 11 17:08:56 2024","interfaces":[{"interface":"back","average":{"1min":0.93100000000000005,"5min":0.90700000000000003,"15min":0.89700000000000002},"min":{"1min":0.70399999999999996,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.363,"5min":1.363,"15min":1.363},"last":0.91100000000000003},{"interface":"front","average":{"1min":0.97799999999999998,"5min":0.94699999999999995,"15min":0.95099999999999996},"min":{"1min":0.68500000000000005,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.2709999999999999,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":0.97599999999999998}]},{"osd":3,"last update":"Sun Feb 11 17:08:56 2024","interfaces":[{"interface":"back","average":{"1min":0.89700000000000002,"5min":0.86799999999999999,"15min":0.84999999999999998},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.3240000000000001,"5min":1.7569999999999999,"15min":1.7569999999999999},"last":0.876},{"interface":"front","average":{"1min":0.90400000000000003,"5min":0.89900000000000002,"15min":0.89500000000000002},"min":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.389,"5min":1.4650000000000001,"15min":1.4650000000000001},"last":1.177}]},{"osd":4,"last update":"Sun Feb 11 17:08:56 2024","interfaces":[{"interface":"back","average":{"1min":1.0629999999999999,"5min":1.0600000000000001,"15min":1.056},"min":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"max":{"1min":1.3779999999999999,"5min":1.5429999999999999,"15min":1.5429999999999999},"last":1.244},{"interface":"front","average":{"1min":1.0349999999999999,"5min":1.028,"15min":1.002},"min":{"1min":0.76800000000000002,"5min":0.627,"15min":0.627},"max":{"1min":1.296,"5min":1.532,"15min":1.532},"last":0.95799999999999996}]},{"osd":6,"last update":"Sun Feb 11 17:08:56 2024","interfaces":[{"interface":"back","average":{"1min":1.0660000000000001,"5min":1.0600000000000001,"15min":1.052},"min":{"1min":0.65900000000000003,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.4339999999999999,"5min":1.4810000000000001,"15min":1.4810000000000001},"last":1.302},{"interface":"front","average":{"1min":1.1279999999999999,"5min":1.0960000000000001,"15min":1.0860000000000001},"min":{"1min":0.73999999999999999,"5min":0.69499999999999995,"15min":0.69499999999999995},"max":{"1min":1.506,"5min":1.506,"15min":1.506},"last":1.0189999999999999}]},{"osd":7,"last update":"Sun Feb 11 17:08:02 2024","interfaces":[{"interface":"back","average":{"1min":1.0660000000000001,"5min":1.04,"15min":1.0309999999999999},"min":{"1min":0.57299999999999995,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":1.446,"5min":1.446,"15min":1.446},"last":1.1479999999999999},{"interface":"front","average":{"1min":1.125,"5min":1.1140000000000001,"15min":1.1180000000000001},"min":{"1min":0.63800000000000001,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.5169999999999999,"5min":1.5169999999999999,"15min":1.5169999999999999},"last":1.349}]}]},{"osd":2,"up_from":20,"seq":85899345980,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297536,"kb_used_data":440,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443520,"statfs":{"total":95990841344,"available":95686164480,"internally_reserved":0,"allocated":450560,"data_stored":176472,"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":"Sun Feb 11 17:08:23 2024","interfaces":[{"interface":"back","average":{"1min":0.70799999999999996,"5min":0.68000000000000005,"15min":0.65400000000000003},"min":{"1min":0.54200000000000004,"5min":0.443,"15min":0.443},"max":{"1min":1.0609999999999999,"5min":1.0700000000000001,"15min":1.0700000000000001},"last":1.246},{"interface":"front","average":{"1min":0.748,"5min":0.71599999999999997,"15min":0.71699999999999997},"min":{"1min":0.50700000000000001,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":1.127,"5min":1.1799999999999999,"15min":1.1799999999999999},"last":0.77400000000000002}]},{"osd":1,"last update":"Sun Feb 11 17:08:38 2024","interfaces":[{"interface":"back","average":{"1min":0.91300000000000003,"5min":0.89000000000000001,"15min":0.89800000000000002},"min":{"1min":0.68100000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.145,"5min":1.579,"15min":1.579},"last":0.97299999999999998},{"interface":"front","average":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.96299999999999997},"min":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.22,"5min":1.673,"15min":1.673},"last":0.95499999999999996}]},{"osd":3,"last update":"Sun Feb 11 17:08:50 2024","interfaces":[{"interface":"back","average":{"1min":0.92700000000000005,"5min":0.89400000000000002,"15min":0.89000000000000001},"min":{"1min":0.69399999999999995,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.111,"5min":1.5680000000000001,"15min":1.5680000000000001},"last":1.016},{"interface":"front","average":{"1min":0.93200000000000005,"5min":0.95599999999999996,"15min":0.96199999999999997},"min":{"1min":0.71699999999999997,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.216,"5min":1.6930000000000001,"15min":1.6930000000000001},"last":1.083}]},{"osd":4,"last update":"Sun Feb 11 17:08:33 2024","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":1.0640000000000001,"15min":1.272},"min":{"1min":0.64400000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":1.1719999999999999,"5min":14.538,"15min":14.538},"last":1.276},{"interface":"front","average":{"1min":0.91000000000000003,"5min":1.1160000000000001,"15min":1.339},"min":{"1min":0.67200000000000004,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.286,"5min":13.654999999999999,"15min":13.654999999999999},"last":1.036}]},{"osd":5,"last update":"Sun Feb 11 17:08:55 2024","interfaces":[{"interface":"back","average":{"1min":1.0349999999999999,"5min":1.0409999999999999,"15min":1.0589999999999999},"min":{"1min":0.85599999999999998,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.208,"5min":1.5389999999999999,"15min":1.5389999999999999},"last":1.204},{"interface":"front","average":{"1min":0.96399999999999997,"5min":0.97199999999999998,"15min":0.96799999999999997},"min":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"max":{"1min":1.131,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":1.145}]},{"osd":6,"last update":"Sun Feb 11 17:08:33 2024","interfaces":[{"interface":"back","average":{"1min":1.0129999999999999,"5min":0.98899999999999999,"15min":0.98399999999999999},"min":{"1min":0.82599999999999996,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.2010000000000001,"5min":1.3380000000000001,"15min":1.3380000000000001},"last":1.1020000000000001},{"interface":"front","average":{"1min":1.052,"5min":1.002,"15min":0.97999999999999998},"min":{"1min":0.70999999999999996,"5min":0.63,"15min":0.63},"max":{"1min":1.2509999999999999,"5min":1.296,"15min":1.296},"last":1.593}]},{"osd":7,"last update":"Sun Feb 11 17:08:07 2024","interfaces":[{"interface":"back","average":{"1min":1.105,"5min":1.0900000000000001,"15min":1.081},"min":{"1min":0.84099999999999997,"5min":0.749,"15min":0.749},"max":{"1min":1.325,"5min":1.373,"15min":1.373},"last":1.754},{"interface":"front","average":{"1min":1.077,"5min":1.085,"15min":1.085},"min":{"1min":0.873,"5min":0.873,"15min":0.873},"max":{"1min":1.298,"5min":1.385,"15min":1.385},"last":1.371}]}]},{"osd":0,"up_from":16,"seq":68719476798,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297536,"kb_used_data":440,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443520,"statfs":{"total":95990841344,"available":95686164480,"internally_reserved":0,"allocated":450560,"data_stored":176472,"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":"Sun Feb 11 17:08:37 2024","interfaces":[{"interface":"back","average":{"1min":0.88400000000000001,"5min":0.85799999999999998,"15min":0.84599999999999997},"min":{"1min":0.57799999999999996,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.286,"5min":1.286,"15min":1.286},"last":0.82299999999999995},{"interface":"front","average":{"1min":0.96799999999999997,"5min":0.88400000000000001,"15min":0.879},"min":{"1min":0.81599999999999995,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.1379999999999999,"5min":1.218,"15min":1.218},"last":0.79000000000000004}]},{"osd":2,"last update":"Sun Feb 11 17:08:23 2024","interfaces":[{"interface":"back","average":{"1min":0.89700000000000002,"5min":0.76600000000000001,"15min":0.71999999999999997},"min":{"1min":0.63700000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.3700000000000001,"5min":1.3700000000000001,"15min":1.3700000000000001},"last":0.92500000000000004},{"interface":"front","average":{"1min":0.76000000000000001,"5min":0.752,"15min":0.73499999999999999},"min":{"1min":0.59399999999999997,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":1.0149999999999999,"5min":1.0660000000000001,"15min":1.0660000000000001},"last":0.88600000000000001}]},{"osd":3,"last update":"Sun Feb 11 17:08:42 2024","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.86499999999999999,"15min":0.85299999999999998},"min":{"1min":0.65600000000000003,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.0349999999999999,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":0.69899999999999995},{"interface":"front","average":{"1min":1.0309999999999999,"5min":0.96799999999999997,"15min":0.95499999999999996},"min":{"1min":0.77400000000000002,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.194,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":0.67900000000000005}]},{"osd":4,"last update":"Sun Feb 11 17:08:32 2024","interfaces":[{"interface":"back","average":{"1min":0.90800000000000003,"5min":0.82399999999999995,"15min":0.78500000000000003},"min":{"1min":0.66700000000000004,"5min":0.53400000000000003,"15min":0.53400000000000003},"max":{"1min":1.127,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":0.98599999999999999},{"interface":"front","average":{"1min":0.98999999999999999,"5min":0.93500000000000005,"15min":0.89500000000000002},"min":{"1min":0.69399999999999995,"5min":0.505,"15min":0.505},"max":{"1min":1.2649999999999999,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":0.86199999999999999}]},{"osd":5,"last update":"Sun Feb 11 17:07:59 2024","interfaces":[{"interface":"back","average":{"1min":0.93400000000000005,"5min":0.90900000000000003,"15min":0.89800000000000002},"min":{"1min":0.78100000000000003,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.2450000000000001,"5min":1.2450000000000001,"15min":1.2450000000000001},"last":1.1339999999999999},{"interface":"front","average":{"1min":1.0660000000000001,"5min":1.0249999999999999,"15min":1.0069999999999999},"min":{"1min":0.81299999999999994,"5min":0.70699999999999996,"15min":0.70699999999999996},"max":{"1min":1.266,"5min":1.4610000000000001,"15min":1.4610000000000001},"last":1.153}]},{"osd":6,"last update":"Sun Feb 11 17:08:37 2024","interfaces":[{"interface":"back","average":{"1min":1.002,"5min":0.97999999999999998,"15min":0.96799999999999997},"min":{"1min":0.79300000000000004,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.2989999999999999,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":1.0429999999999999},{"interface":"front","average":{"1min":1.1499999999999999,"5min":1.095,"15min":1.0569999999999999},"min":{"1min":0.90900000000000003,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.242,"5min":1.5409999999999999,"15min":1.5409999999999999},"last":1.2090000000000001}]},{"osd":7,"last update":"Sun Feb 11 17:08:08 2024","interfaces":[{"interface":"back","average":{"1min":1.1830000000000001,"5min":1.1220000000000001,"15min":1.099},"min":{"1min":0.95999999999999996,"5min":0.73099999999999998,"15min":0.73099999999999998},"max":{"1min":1.4870000000000001,"5min":1.619,"15min":1.619},"last":1.0720000000000001},{"interface":"front","average":{"1min":1.226,"5min":1.121,"15min":1.099},"min":{"1min":1.02,"5min":0.82099999999999995,"15min":0.82099999999999995},"max":{"1min":1.667,"5min":1.667,"15min":1.667},"last":1.0109999999999999}]}]},{"osd":4,"up_from":24,"seq":103079215163,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297536,"kb_used_data":440,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443520,"statfs":{"total":95990841344,"available":95686164480,"internally_reserved":0,"allocated":450560,"data_stored":176472,"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":"Sun Feb 11 17:08:30 2024","interfaces":[{"interface":"back","average":{"1min":0.67300000000000004,"5min":0.67400000000000004,"15min":0.65800000000000003},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.97899999999999998,"5min":1.042,"15min":1.042},"last":0.51500000000000001},{"interface":"front","average":{"1min":0.69899999999999995,"5min":0.70599999999999996,"15min":0.69199999999999995},"min":{"1min":0.54800000000000004,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":0.88200000000000001,"5min":0.93400000000000005,"15min":0.93400000000000005},"last":0.53400000000000003}]},{"osd":1,"last update":"Sun Feb 11 17:08:38 2024","interfaces":[{"interface":"back","average":{"1min":0.84499999999999997,"5min":0.89800000000000002,"15min":0.90800000000000003},"min":{"1min":0.63100000000000001,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.159,"5min":1.2450000000000001,"15min":1.2450000000000001},"last":0.92500000000000004},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.873,"15min":0.84399999999999997},"min":{"1min":0.67900000000000005,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.379,"5min":1.379,"15min":1.379},"last":0.69099999999999995}]},{"osd":2,"last update":"Sun Feb 11 17:08:30 2024","interfaces":[{"interface":"back","average":{"1min":0.78600000000000003,"5min":0.77000000000000002,"15min":0.75600000000000001},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":1.0249999999999999,"5min":1.0880000000000001,"15min":1.0880000000000001},"last":0.71999999999999997},{"interface":"front","average":{"1min":0.93799999999999994,"5min":0.92800000000000005,"15min":0.92700000000000005},"min":{"1min":0.69299999999999995,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.278,"5min":1.298,"15min":1.298},"last":0.77400000000000002}]},{"osd":3,"last update":"Sun Feb 11 17:08:44 2024","interfaces":[{"interface":"back","average":{"1min":0.86599999999999999,"5min":0.90900000000000003,"15min":0.91200000000000003},"min":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.0860000000000001,"5min":1.2190000000000001,"15min":1.2190000000000001},"last":0.88300000000000001},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.88400000000000001,"15min":0.89600000000000002},"min":{"1min":0.68700000000000006,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.046,"5min":1.1220000000000001,"15min":1.1220000000000001},"last":0.80900000000000005}]},{"osd":5,"last update":"Sun Feb 11 17:08:58 2024","interfaces":[{"interface":"back","average":{"1min":1.05,"5min":1.0389999999999999,"15min":1.03},"min":{"1min":0.81799999999999995,"5min":0.81000000000000005,"15min":0.81000000000000005},"max":{"1min":1.4139999999999999,"5min":1.4139999999999999,"15min":1.4139999999999999},"last":0.86699999999999999},{"interface":"front","average":{"1min":1.0349999999999999,"5min":1.0229999999999999,"15min":1.0109999999999999},"min":{"1min":0.80500000000000005,"5min":0.77600000000000002,"15min":0.77600000000000002},"max":{"1min":1.2789999999999999,"5min":1.3460000000000001,"15min":1.3460000000000001},"last":0.65400000000000003}]},{"osd":6,"last update":"Sun Feb 11 17:08:38 2024","interfaces":[{"interface":"back","average":{"1min":1.1080000000000001,"5min":1.032,"15min":1.0069999999999999},"min":{"1min":0.83499999999999996,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.405,"5min":1.405,"15min":1.405},"last":0.60899999999999999},{"interface":"front","average":{"1min":1.1319999999999999,"5min":1.1279999999999999,"15min":1.1200000000000001},"min":{"1min":0.92900000000000005,"5min":0.752,"15min":0.752},"max":{"1min":1.4570000000000001,"5min":1.5009999999999999,"15min":1.5009999999999999},"last":0.82399999999999995}]},{"osd":7,"last update":"Sun Feb 11 17:08:06 2024","interfaces":[{"interface":"back","average":{"1min":1.016,"5min":1.0549999999999999,"15min":1.075},"min":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.2130000000000001,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":1.091},{"interface":"front","average":{"1min":1.2829999999999999,"5min":1.2210000000000001,"15min":1.2190000000000001},"min":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"max":{"1min":3.2839999999999998,"5min":3.2839999999999998,"15min":3.2839999999999998},"last":0.96599999999999997}]}]},{"osd":6,"up_from":28,"seq":120259084346,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297536,"kb_used_data":440,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443520,"statfs":{"total":95990841344,"available":95686164480,"internally_reserved":0,"allocated":450560,"data_stored":176472,"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":"Sun Feb 11 17:08:36 2024","interfaces":[{"interface":"back","average":{"1min":0.68600000000000005,"5min":0.67400000000000004,"15min":0.67400000000000004},"min":{"1min":0.55300000000000005,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":1.1160000000000001,"5min":1.131,"15min":1.131},"last":0.68400000000000005},{"interface":"front","average":{"1min":0.81299999999999994,"5min":0.78300000000000003,"15min":0.77400000000000002},"min":{"1min":0.56000000000000005,"5min":0.497,"15min":0.497},"max":{"1min":1.155,"5min":1.155,"15min":1.155},"last":0.93700000000000006}]},{"osd":1,"last update":"Sun Feb 11 17:08:36 2024","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.878,"15min":0.873},"min":{"1min":0.63200000000000001,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.0649999999999999,"5min":1.143,"15min":1.143},"last":1.026},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.90600000000000003,"15min":0.90800000000000003},"min":{"1min":0.73599999999999999,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.143,"5min":1.327,"15min":1.327},"last":0.87}]},{"osd":2,"last update":"Sun Feb 11 17:08:36 2024","interfaces":[{"interface":"back","average":{"1min":0.84699999999999998,"5min":0.83999999999999997,"15min":0.84999999999999998},"min":{"1min":0.63,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.1160000000000001,"5min":1.2,"15min":1.2},"last":0.84599999999999997},{"interface":"front","average":{"1min":0.93200000000000005,"5min":0.85299999999999998,"15min":0.85499999999999998},"min":{"1min":0.66700000000000004,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.208,"5min":1.2410000000000001,"15min":1.2410000000000001},"last":0.97699999999999998}]},{"osd":3,"last update":"Sun Feb 11 17:08:43 2024","interfaces":[{"interface":"back","average":{"1min":1.04,"5min":0.999,"15min":0.97899999999999998},"min":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.302,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":1.135},{"interface":"front","average":{"1min":0.89400000000000002,"5min":0.92600000000000005,"15min":0.94499999999999995},"min":{"1min":0.69399999999999995,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.0960000000000001,"5min":1.202,"15min":1.202},"last":0.89500000000000002}]},{"osd":4,"last update":"Sun Feb 11 17:08:36 2024","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.95599999999999996,"15min":0.94599999999999995},"min":{"1min":0.70199999999999996,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.548,"5min":1.548,"15min":1.548},"last":1.1990000000000001},{"interface":"front","average":{"1min":0.88100000000000001,"5min":0.92200000000000004,"15min":0.93400000000000005},"min":{"1min":0.65900000000000003,"5min":0.498,"15min":0.498},"max":{"1min":1.0640000000000001,"5min":1.294,"15min":1.294},"last":1.0109999999999999}]},{"osd":5,"last update":"Sun Feb 11 17:07:59 2024","interfaces":[{"interface":"back","average":{"1min":1.03,"5min":1.0449999999999999,"15min":1.0489999999999999},"min":{"1min":0.85299999999999998,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.2470000000000001,"5min":1.351,"15min":1.351},"last":1.1080000000000001},{"interface":"front","average":{"1min":1.125,"5min":1.1080000000000001,"15min":1.093},"min":{"1min":0.82399999999999995,"5min":0.74399999999999999,"15min":0.74399999999999999},"max":{"1min":1.677,"5min":1.7549999999999999,"15min":1.7549999999999999},"last":1.28}]},{"osd":7,"last update":"Sun Feb 11 17:08:10 2024","interfaces":[{"interface":"back","average":{"1min":1.179,"5min":1.1599999999999999,"15min":1.1519999999999999},"min":{"1min":0.94199999999999995,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.6180000000000001,"5min":1.833,"15min":1.833},"last":1.24},{"interface":"front","average":{"1min":1.0589999999999999,"5min":1.0840000000000001,"15min":1.091},"min":{"1min":0.89600000000000002,"5min":0.81000000000000005,"15min":0.81000000000000005},"max":{"1min":1.335,"5min":1.373,"15min":1.373},"last":1.125}]}]},{"osd":1,"up_from":29,"seq":124554051641,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297536,"kb_used_data":440,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443520,"statfs":{"total":95990841344,"available":95686164480,"internally_reserved":0,"allocated":450560,"data_stored":176472,"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":"Sun Feb 11 17:08:39 2024","interfaces":[{"interface":"back","average":{"1min":0.94699999999999995,"5min":0.90000000000000002,"15min":0.84799999999999998},"min":{"1min":0.66600000000000004,"5min":0.628,"15min":0.628},"max":{"1min":1.3839999999999999,"5min":3.7480000000000002,"15min":3.7480000000000002},"last":1.0509999999999999},{"interface":"front","average":{"1min":0.88600000000000001,"5min":0.88200000000000001,"15min":0.87},"min":{"1min":0.63900000000000001,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.1739999999999999,"5min":1.754,"15min":1.754},"last":0.96299999999999997}]},{"osd":2,"last update":"Sun Feb 11 17:08:39 2024","interfaces":[{"interface":"back","average":{"1min":0.82399999999999995,"5min":0.84299999999999997,"15min":0.82599999999999996},"min":{"1min":0.67700000000000005,"5min":0.627,"15min":0.627},"max":{"1min":1.04,"5min":2.0179999999999998,"15min":2.0179999999999998},"last":0.81599999999999995},{"interface":"front","average":{"1min":0.96299999999999997,"5min":0.96299999999999997,"15min":0.94499999999999995},"min":{"1min":0.69599999999999995,"5min":0.624,"15min":0.624},"max":{"1min":1.238,"5min":2.2919999999999998,"15min":2.2919999999999998},"last":1.194}]},{"osd":3,"last update":"Sun Feb 11 17:08:49 2024","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.875,"15min":0.84499999999999997},"min":{"1min":0.68799999999999994,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.325,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":0.69099999999999995},{"interface":"front","average":{"1min":0.96399999999999997,"5min":0.91300000000000003,"15min":0.88100000000000001},"min":{"1min":0.55100000000000005,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.3500000000000001,"5min":1.528,"15min":1.528},"last":1.139}]},{"osd":4,"last update":"Sun Feb 11 17:08:39 2024","interfaces":[{"interface":"back","average":{"1min":1.002,"5min":0.96899999999999997,"15min":0.94099999999999995},"min":{"1min":0.71899999999999997,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.357,"5min":1.623,"15min":1.623},"last":0.92000000000000004},{"interface":"front","average":{"1min":1.0469999999999999,"5min":0.98999999999999999,"15min":0.96299999999999997},"min":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.224,"5min":1.964,"15min":1.964},"last":1.248}]},{"osd":5,"last update":"Sun Feb 11 17:08:57 2024","interfaces":[{"interface":"back","average":{"1min":0.88,"5min":0.82099999999999995,"15min":0.80500000000000005},"min":{"1min":0.56399999999999995,"5min":0.498,"15min":0.498},"max":{"1min":1.2769999999999999,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":1.1000000000000001},{"interface":"front","average":{"1min":1.091,"5min":0.94299999999999995,"15min":0.90700000000000003},"min":{"1min":0.61099999999999999,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.4670000000000001,"5min":1.4670000000000001,"15min":1.4670000000000001},"last":1.2789999999999999}]},{"osd":6,"last update":"Sun Feb 11 17:08:39 2024","interfaces":[{"interface":"back","average":{"1min":1.1279999999999999,"5min":1.012,"15min":0.96399999999999997},"min":{"1min":0.76400000000000001,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.5529999999999999,"5min":1.5529999999999999,"15min":1.5529999999999999},"last":1.3089999999999999},{"interface":"front","average":{"1min":1.0449999999999999,"5min":1.0369999999999999,"15min":1.024},"min":{"1min":0.81100000000000005,"5min":0.72199999999999998,"15min":0.72199999999999998},"max":{"1min":1.407,"5min":2.2069999999999999,"15min":2.2069999999999999},"last":1.1779999999999999}]},{"osd":7,"last update":"Sun Feb 11 17:08:03 2024","interfaces":[{"interface":"back","average":{"1min":0.95699999999999996,"5min":1.0009999999999999,"15min":0.98699999999999999},"min":{"1min":0.70699999999999996,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.373,"5min":1.474,"15min":1.474},"last":1.365},{"interface":"front","average":{"1min":0.97799999999999998,"5min":0.99399999999999999,"15min":0.98199999999999998},"min":{"1min":0.68799999999999994,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.4690000000000001,"5min":1.4690000000000001,"15min":1.4690000000000001},"last":1.2290000000000001}]}]},{"osd":3,"up_from":34,"seq":146028888121,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297532,"kb_used_data":436,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443524,"statfs":{"total":95990841344,"available":95686168576,"internally_reserved":0,"allocated":446464,"data_stored":176207,"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":"Sun Feb 11 17:08:45 2024","interfaces":[{"interface":"back","average":{"1min":0.90900000000000003,"5min":0.84699999999999998,"15min":0.80700000000000005},"min":{"1min":0.625,"5min":0.439,"15min":0.439},"max":{"1min":1.3049999999999999,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":0.88600000000000001},{"interface":"front","average":{"1min":0.88,"5min":0.86499999999999999,"15min":0.88100000000000001},"min":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.1830000000000001,"5min":1.2829999999999999,"15min":1.2829999999999999},"last":0.86799999999999999}]},{"osd":1,"last update":"Sun Feb 11 17:08:45 2024","interfaces":[{"interface":"back","average":{"1min":0.77400000000000002,"5min":0.751,"15min":0.72399999999999998},"min":{"1min":0.59799999999999998,"5min":0.307,"15min":0.307},"max":{"1min":1.141,"5min":1.3300000000000001,"15min":1.3300000000000001},"last":0.70899999999999996},{"interface":"front","average":{"1min":0.85599999999999998,"5min":0.78700000000000003,"15min":0.76900000000000002},"min":{"1min":0.55400000000000005,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":1.2,"5min":1.3380000000000001,"15min":1.3380000000000001},"last":0.66800000000000004}]},{"osd":2,"last update":"Sun Feb 11 17:08:45 2024","interfaces":[{"interface":"back","average":{"1min":0.90700000000000003,"5min":0.89100000000000001,"15min":0.878},"min":{"1min":0.63400000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.2030000000000001,"5min":1.216,"15min":1.216},"last":0.84499999999999997},{"interface":"front","average":{"1min":0.93899999999999995,"5min":0.94099999999999995,"15min":0.93700000000000006},"min":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.26,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":0.99299999999999999}]},{"osd":4,"last update":"Sun Feb 11 17:08:45 2024","interfaces":[{"interface":"back","average":{"1min":0.92300000000000004,"5min":0.93999999999999995,"15min":0.94699999999999995},"min":{"1min":0.69899999999999995,"5min":0.621,"15min":0.621},"max":{"1min":1.2,"5min":1.252,"15min":1.252},"last":0.92100000000000004},{"interface":"front","average":{"1min":1.079,"5min":1.042,"15min":1.024},"min":{"1min":0.81100000000000005,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.3520000000000001,"5min":1.3600000000000001,"15min":1.3600000000000001},"last":1.022}]},{"osd":5,"last update":"Sun Feb 11 17:08:59 2024","interfaces":[{"interface":"back","average":{"1min":0.90100000000000002,"5min":0.875,"15min":0.86499999999999999},"min":{"1min":0.46100000000000002,"5min":0.373,"15min":0.373},"max":{"1min":1.2629999999999999,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":0.75900000000000001},{"interface":"front","average":{"1min":1.018,"5min":0.94999999999999996,"15min":0.92700000000000005},"min":{"1min":0.54800000000000004,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":1.413,"5min":1.4710000000000001,"15min":1.4710000000000001},"last":0.93000000000000005}]},{"osd":6,"last update":"Sun Feb 11 17:08:45 2024","interfaces":[{"interface":"back","average":{"1min":1.0669999999999999,"5min":1.0349999999999999,"15min":1.0309999999999999},"min":{"1min":0.84599999999999997,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.347,"5min":1.45,"15min":1.45},"last":1.091},{"interface":"front","average":{"1min":1.119,"5min":1.0980000000000001,"15min":1.0740000000000001},"min":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"max":{"1min":1.2969999999999999,"5min":1.6990000000000001,"15min":1.6990000000000001},"last":1.1080000000000001}]},{"osd":7,"last update":"Sun Feb 11 17:08:09 2024","interfaces":[{"interface":"back","average":{"1min":1.1519999999999999,"5min":1.0589999999999999,"15min":1.0409999999999999},"min":{"1min":0.78700000000000003,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.3899999999999999,"5min":1.391,"15min":1.391},"last":1.167},{"interface":"front","average":{"1min":1.1220000000000001,"5min":1.0569999999999999,"15min":1.048},"min":{"1min":0.83999999999999997,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":1.3899999999999999,"5min":1.48,"15min":1.48},"last":1.048}]}]}],"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":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-11T17:09:07.740 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-11T17:09:07.740 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-11T17:09:07.740 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-11T17:09:07.741 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph health --format=json 2024-02-11T17:09:08.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:08 smithi073 bash[18997]: audit 2024-02-11T17:09:06.748230+0000 mgr.smithi029.rubqla (mgr.14180) 276 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:08.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:08 smithi029 bash[14177]: audit 2024-02-11T17:09:06.748230+0000 mgr.smithi029.rubqla (mgr.14180) 276 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:09:09.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:09 smithi073 bash[18997]: cluster 2024-02-11T17:09:07.928151+0000 mgr.smithi029.rubqla (mgr.14180) 277 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:09.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:09 smithi073 bash[18997]: audit 2024-02-11T17:09:08.533391+0000 mon.smithi029 (mon.0) 635 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:09:09.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:09 smithi029 bash[14177]: cluster 2024-02-11T17:09:07.928151+0000 mgr.smithi029.rubqla (mgr.14180) 277 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:09.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:09 smithi029 bash[14177]: audit 2024-02-11T17:09:08.533391+0000 mon.smithi029 (mon.0) 635 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:09:11.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:11 smithi073 bash[18997]: cluster 2024-02-11T17:09:09.928674+0000 mgr.smithi029.rubqla (mgr.14180) 278 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:11.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:11 smithi029 bash[14177]: cluster 2024-02-11T17:09:09.928674+0000 mgr.smithi029.rubqla (mgr.14180) 278 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:12.540 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/mon.smithi029/config 2024-02-11T17:09:13.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:13 smithi073 bash[18997]: cluster 2024-02-11T17:09:11.929254+0000 mgr.smithi029.rubqla (mgr.14180) 279 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:13.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:13 smithi029 bash[14177]: cluster 2024-02-11T17:09:11.929254+0000 mgr.smithi029.rubqla (mgr.14180) 279 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:14.969 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:14 smithi029 bash[14177]: audit 2024-02-11T17:09:13.682889+0000 mon.smithi029 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:09:14.970 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:14 smithi029 bash[14177]: cluster 2024-02-11T17:09:13.929718+0000 mgr.smithi029.rubqla (mgr.14180) 280 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:14.970 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:14 smithi029 bash[14177]: audit 2024-02-11T17:09:14.007169+0000 mon.smithi029 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:09:14.970 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:14 smithi029 bash[14177]: audit 2024-02-11T17:09:14.308044+0000 mon.smithi029 (mon.0) 638 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:09:14.970 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:14 smithi029 bash[14177]: audit 2024-02-11T17:09:14.309505+0000 mon.smithi029 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:09:14.970 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:14 smithi029 bash[14177]: audit 2024-02-11T17:09:14.316375+0000 mon.smithi029 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:09:14.970 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:14 smithi029 bash[14177]: audit 2024-02-11T17:09:14.324512+0000 mon.smithi029 (mon.0) 641 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:09:15.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:14 smithi073 bash[18997]: audit 2024-02-11T17:09:13.682889+0000 mon.smithi029 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:09:15.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:14 smithi073 bash[18997]: cluster 2024-02-11T17:09:13.929718+0000 mgr.smithi029.rubqla (mgr.14180) 280 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:15.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:14 smithi073 bash[18997]: audit 2024-02-11T17:09:14.007169+0000 mon.smithi029 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:09:15.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:14 smithi073 bash[18997]: audit 2024-02-11T17:09:14.308044+0000 mon.smithi029 (mon.0) 638 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:09:15.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:14 smithi073 bash[18997]: audit 2024-02-11T17:09:14.309505+0000 mon.smithi029 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:09:15.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:14 smithi073 bash[18997]: audit 2024-02-11T17:09:14.316375+0000 mon.smithi029 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:09:15.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:14 smithi073 bash[18997]: audit 2024-02-11T17:09:14.324512+0000 mon.smithi029 (mon.0) 641 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:09:16.563 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:09:17.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:16 smithi029 bash[14177]: cluster 2024-02-11T17:09:15.930335+0000 mgr.smithi029.rubqla (mgr.14180) 281 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:17.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:17 smithi029 bash[14177]: audit 2024-02-11T17:09:16.559378+0000 mon.smithi029 (mon.0) 642 : audit [DBG] from='client.? 172.21.15.29:0/1841528832' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-11T17:09:17.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:16 smithi073 bash[18997]: cluster 2024-02-11T17:09:15.930335+0000 mgr.smithi029.rubqla (mgr.14180) 281 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:17.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:16 smithi073 bash[18997]: audit 2024-02-11T17:09:16.559378+0000 mon.smithi029 (mon.0) 642 : audit [DBG] from='client.? 172.21.15.29:0/1841528832' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-11T17:09:17.512 INFO:teuthology.orchestra.run.smithi029.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-11T17:09:17.513 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-11T17:09:17.513 INFO:tasks.cephadm:Setup complete, yielding 2024-02-11T17:09:17.513 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-11T17:09:17.523 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2024-02-11T17:09:17.524 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- bash -c 'ceph orch status' 2024-02-11T17:09:19.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:18 smithi029 bash[14177]: cluster 2024-02-11T17:09:17.930859+0000 mgr.smithi029.rubqla (mgr.14180) 282 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:19.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:18 smithi073 bash[18997]: cluster 2024-02-11T17:09:17.930859+0000 mgr.smithi029.rubqla (mgr.14180) 282 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:21.268 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:20 smithi029 bash[14177]: cluster 2024-02-11T17:09:19.931436+0000 mgr.smithi029.rubqla (mgr.14180) 283 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:21.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:20 smithi073 bash[18997]: cluster 2024-02-11T17:09:19.931436+0000 mgr.smithi029.rubqla (mgr.14180) 283 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:21.659 INFO:teuthology.orchestra.run.smithi029.stdout:Backend: cephadm 2024-02-11T17:09:21.659 INFO:teuthology.orchestra.run.smithi029.stdout:Available: Yes 2024-02-11T17:09:21.659 INFO:teuthology.orchestra.run.smithi029.stdout:Paused: No 2024-02-11T17:09:22.639 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-11T17:09:23.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:22 smithi029 bash[14177]: audit 2024-02-11T17:09:21.655219+0000 mgr.smithi029.rubqla (mgr.14180) 284 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:09:23.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:22 smithi029 bash[14177]: cluster 2024-02-11T17:09:21.932068+0000 mgr.smithi029.rubqla (mgr.14180) 285 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:23.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:23 smithi073 bash[18997]: audit 2024-02-11T17:09:21.655219+0000 mgr.smithi029.rubqla (mgr.14180) 284 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:09:23.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:23 smithi073 bash[18997]: cluster 2024-02-11T17:09:21.932068+0000 mgr.smithi029.rubqla (mgr.14180) 285 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:25.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:25 smithi073 bash[18997]: cluster 2024-02-11T17:09:23.932579+0000 mgr.smithi029.rubqla (mgr.14180) 286 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:25.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:25 smithi029 bash[14177]: cluster 2024-02-11T17:09:23.932579+0000 mgr.smithi029.rubqla (mgr.14180) 286 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:26.697 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-11T17:09:26.697 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.smithi029 smithi029 *:9093,9094 running (6m) 13s ago 8m 12.0M - 0.23.0 ba2b418f427c 95f876ca058d 2024-02-11T17:09:26.697 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi029 smithi029 running (8m) 13s ago 8m 6932k - 16.2.14-530-g5db25abe b2573f70982b 0456b795d98f 2024-02-11T17:09:26.697 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi073 smithi073 running (7m) 12s ago 7m 7056k - 16.2.14-530-g5db25abe b2573f70982b a91f8a2f6c29 2024-02-11T17:09:26.697 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.smithi029 smithi029 *:3000 running (6m) 13s ago 8m 41.2M - 8.3.5 dad864ee21e9 6cd3fa66a646 2024-02-11T17:09:26.697 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi029.rubqla smithi029 *:9283 running (10m) 13s ago 10m 430M - 16.2.14-530-g5db25abe b2573f70982b f18ab9d58bc1 2024-02-11T17:09:26.698 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi073.utgpdt smithi073 *:8443,9283 running (7m) 12s ago 7m 374M - 16.2.14-530-g5db25abe b2573f70982b bd4588cc4a1a 2024-02-11T17:09:26.698 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi029 smithi029 running (10m) 13s ago 10m 44.9M 2048M 16.2.14-530-g5db25abe b2573f70982b e26e67a55ee6 2024-02-11T17:09:26.698 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi073 smithi073 running (7m) 12s ago 7m 37.0M 2048M 16.2.14-530-g5db25abe b2573f70982b ae0b112bb8f3 2024-02-11T17:09:26.698 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi029 smithi029 *:9100 running (8m) 13s ago 8m 10.1M - 1.3.1 1dbe0e931976 da6191cbef09 2024-02-11T17:09:26.698 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi073 smithi073 *:9100 running (7m) 12s ago 7m 9851k - 1.3.1 1dbe0e931976 80c8d03de60e 2024-02-11T17:09:26.698 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi073 running (5m) 12s ago 5m 36.0M 4028M 16.2.14-530-g5db25abe b2573f70982b 70f74f5f1557 2024-02-11T17:09:26.698 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (5m) 13s ago 5m 32.9M 3261M 16.2.14-530-g5db25abe b2573f70982b a883c85903c0 2024-02-11T17:09:26.698 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi073 running (5m) 12s ago 5m 33.0M 4028M 16.2.14-530-g5db25abe b2573f70982b e96f465b2a03 2024-02-11T17:09:26.698 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (4m) 13s ago 5m 33.1M 3261M 16.2.14-530-g5db25abe b2573f70982b af35b99ecf94 2024-02-11T17:09:26.698 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi073 running (5m) 12s ago 5m 33.6M 4028M 16.2.14-530-g5db25abe b2573f70982b b841c632c9d4 2024-02-11T17:09:26.698 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi029 running (4m) 13s ago 4m 32.2M 3261M 16.2.14-530-g5db25abe b2573f70982b b91904a91573 2024-02-11T17:09:26.698 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi073 running (5m) 12s ago 5m 35.0M 4028M 16.2.14-530-g5db25abe b2573f70982b 5a82012b0b4d 2024-02-11T17:09:26.698 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi029 running (4m) 13s ago 4m 35.5M 3261M 16.2.14-530-g5db25abe b2573f70982b e4428eb3cbfd 2024-02-11T17:09:26.698 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.smithi029 smithi029 *:9095 running (6m) 13s ago 7m 54.5M - 2.33.4 514e6a882f6e 896840a77237 2024-02-11T17:09:27.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:27 smithi073 bash[18997]: cluster 2024-02-11T17:09:25.933092+0000 mgr.smithi029.rubqla (mgr.14180) 287 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:27.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:27 smithi029 bash[14177]: cluster 2024-02-11T17:09:25.933092+0000 mgr.smithi029.rubqla (mgr.14180) 287 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:27.722 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-11T17:09:28.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:28 smithi029 bash[14177]: audit 2024-02-11T17:09:26.674079+0000 mgr.smithi029.rubqla (mgr.14180) 288 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:09:28.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:28 smithi073 bash[18997]: audit 2024-02-11T17:09:26.674079+0000 mgr.smithi029.rubqla (mgr.14180) 288 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:09:29.332 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:29 smithi029 bash[14177]: cluster 2024-02-11T17:09:27.933592+0000 mgr.smithi029.rubqla (mgr.14180) 289 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:29.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:29 smithi073 bash[18997]: cluster 2024-02-11T17:09:27.933592+0000 mgr.smithi029.rubqla (mgr.14180) 289 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:31.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:31 smithi073 bash[18997]: cluster 2024-02-11T17:09:29.934175+0000 mgr.smithi029.rubqla (mgr.14180) 290 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:31.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:31 smithi029 bash[14177]: cluster 2024-02-11T17:09:29.934175+0000 mgr.smithi029.rubqla (mgr.14180) 290 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:31.972 INFO:teuthology.orchestra.run.smithi029.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-11T17:09:31.973 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager ?:9093,9094 1/1 18s ago 9m count:1 2024-02-11T17:09:31.973 INFO:teuthology.orchestra.run.smithi029.stdout:crash 2/2 18s ago 9m * 2024-02-11T17:09:31.973 INFO:teuthology.orchestra.run.smithi029.stdout:grafana ?:3000 1/1 18s ago 9m count:1 2024-02-11T17:09:31.973 INFO:teuthology.orchestra.run.smithi029.stdout:mgr 2/2 18s ago 9m count:2 2024-02-11T17:09:31.973 INFO:teuthology.orchestra.run.smithi029.stdout:mon 2/2 18s ago 7m smithi029:172.21.15.29=smithi029;smithi073:172.21.15.73=smithi073;count:2 2024-02-11T17:09:31.973 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter ?:9100 2/2 18s ago 9m * 2024-02-11T17:09:31.973 INFO:teuthology.orchestra.run.smithi029.stdout:osd.all-available-devices 8 18s ago 6m * 2024-02-11T17:09:31.973 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus ?:9095 1/1 18s ago 9m count:1 2024-02-11T17:09:32.966 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-11T17:09:33.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:33 smithi073 bash[18997]: cluster 2024-02-11T17:09:31.934661+0000 mgr.smithi029.rubqla (mgr.14180) 291 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:33.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:33 smithi073 bash[18997]: audit 2024-02-11T17:09:31.956547+0000 mgr.smithi029.rubqla (mgr.14180) 292 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:09:33.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:33 smithi029 bash[14177]: cluster 2024-02-11T17:09:31.934661+0000 mgr.smithi029.rubqla (mgr.14180) 291 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:33.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:33 smithi029 bash[14177]: audit 2024-02-11T17:09:31.956547+0000 mgr.smithi029.rubqla (mgr.14180) 292 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:09:35.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:35 smithi029 bash[14177]: cluster 2024-02-11T17:09:33.935240+0000 mgr.smithi029.rubqla (mgr.14180) 293 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:35.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:35 smithi073 bash[18997]: cluster 2024-02-11T17:09:33.935240+0000 mgr.smithi029.rubqla (mgr.14180) 293 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:37.189 INFO:teuthology.orchestra.run.smithi029.stdout:HOST ADDR LABELS STATUS 2024-02-11T17:09:37.190 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 172.21.15.29 2024-02-11T17:09:37.190 INFO:teuthology.orchestra.run.smithi029.stdout:smithi073 172.21.15.73 2024-02-11T17:09:37.190 INFO:teuthology.orchestra.run.smithi029.stdout:2 hosts in cluster 2024-02-11T17:09:37.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:37 smithi073 bash[18997]: cluster 2024-02-11T17:09:35.935777+0000 mgr.smithi029.rubqla (mgr.14180) 294 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:37.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:37 smithi029 bash[14177]: cluster 2024-02-11T17:09:35.935777+0000 mgr.smithi029.rubqla (mgr.14180) 294 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:38.264 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-11T17:09:39.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:39 smithi073 bash[18997]: audit 2024-02-11T17:09:37.185132+0000 mgr.smithi029.rubqla (mgr.14180) 295 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:09:39.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:39 smithi073 bash[18997]: cluster 2024-02-11T17:09:37.936393+0000 mgr.smithi029.rubqla (mgr.14180) 296 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:39.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:39 smithi029 bash[14177]: audit 2024-02-11T17:09:37.185132+0000 mgr.smithi029.rubqla (mgr.14180) 295 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:09:39.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:39 smithi029 bash[14177]: cluster 2024-02-11T17:09:37.936393+0000 mgr.smithi029.rubqla (mgr.14180) 296 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:41.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:41 smithi073 bash[18997]: cluster 2024-02-11T17:09:39.936933+0000 mgr.smithi029.rubqla (mgr.14180) 297 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:41.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:41 smithi029 bash[14177]: cluster 2024-02-11T17:09:39.936933+0000 mgr.smithi029.rubqla (mgr.14180) 297 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:42.278 INFO:teuthology.orchestra.run.smithi029.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-11T17:09:42.278 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB7512009B480DGN 447G 4m ago Has a FileSystem, LVM detected 2024-02-11T17:09:42.278 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme1n1 ssd Linux_36f22de872e097a61adb 89.4G 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:09:42.278 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme2n1 ssd Linux_6502231fcdc09e993365 89.4G 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:09:42.278 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme3n1 ssd Linux_cb972c3ec08a1854c692 89.4G 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:09:42.278 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme4n1 ssd Linux_459955e706b6a47ffff5 89.4G 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:09:42.278 INFO:teuthology.orchestra.run.smithi029.stdout:smithi073 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT62040115400BGN 372G 4m ago Has a FileSystem, LVM detected 2024-02-11T17:09:42.278 INFO:teuthology.orchestra.run.smithi029.stdout:smithi073 /dev/nvme1n1 ssd Linux_4b3d2e24eccb632dee30 89.4G 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:09:42.278 INFO:teuthology.orchestra.run.smithi029.stdout:smithi073 /dev/nvme2n1 ssd Linux_c3525c3615437fa7b5c8 89.4G 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:09:42.278 INFO:teuthology.orchestra.run.smithi029.stdout:smithi073 /dev/nvme3n1 ssd Linux_8dc495e4859f1df2e931 89.4G 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:09:42.278 INFO:teuthology.orchestra.run.smithi029.stdout:smithi073 /dev/nvme4n1 ssd Linux_8ce76e635e9071b4a662 89.4G 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:09:43.241 INFO:teuthology.run_tasks:Running task vip... 2024-02-11T17:09:43.251 INFO:tasks.vip:Allocating static IPs for each host... 2024-02-11T17:09:43.251 INFO:tasks.vip:peername 172.21.15.29 2024-02-11T17:09:43.254 INFO:tasks.vip:172.21.15.29 in 172.21.0.0/20, pos 3868 2024-02-11T17:09:43.258 INFO:tasks.vip:smithi029.front.sepia.ceph.com static 10.0.15.29, vnet 10.0.0.0/16 2024-02-11T17:09:43.258 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-02-11T17:09:43.258 DEBUG:teuthology.orchestra.run.smithi029:> sudo ip route ls 2024-02-11T17:09:43.273 INFO:teuthology.orchestra.run.smithi029.stdout:default via 172.21.15.254 dev ens1f0 2024-02-11T17:09:43.273 INFO:teuthology.orchestra.run.smithi029.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-02-11T17:09:43.273 INFO:teuthology.orchestra.run.smithi029.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.29 2024-02-11T17:09:43.274 INFO:tasks.vip:Configuring 10.0.15.29 on smithi029.front.sepia.ceph.com iface ens1f0... 2024-02-11T17:09:43.274 DEBUG:teuthology.orchestra.run.smithi029:> sudo ip addr add 10.0.15.29/16 dev ens1f0 2024-02-11T17:09:43.331 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:43 smithi029 bash[14177]: cluster 2024-02-11T17:09:41.937457+0000 mgr.smithi029.rubqla (mgr.14180) 298 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:43.335 INFO:tasks.vip:peername 172.21.15.73 2024-02-11T17:09:43.337 INFO:tasks.vip:172.21.15.73 in 172.21.0.0/20, pos 3912 2024-02-11T17:09:43.341 INFO:tasks.vip:smithi073.front.sepia.ceph.com static 10.0.15.73, vnet 10.0.0.0/16 2024-02-11T17:09:43.341 DEBUG:teuthology.orchestra.run.smithi073:> sudo ip route ls 2024-02-11T17:09:43.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:43 smithi073 bash[18997]: cluster 2024-02-11T17:09:41.937457+0000 mgr.smithi029.rubqla (mgr.14180) 298 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:43.356 INFO:teuthology.orchestra.run.smithi073.stdout:default via 172.21.15.254 dev enp3s0f1 2024-02-11T17:09:43.356 INFO:teuthology.orchestra.run.smithi073.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.73 metric 100 2024-02-11T17:09:43.356 INFO:teuthology.orchestra.run.smithi073.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-02-11T17:09:43.356 INFO:teuthology.orchestra.run.smithi073.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.73 2024-02-11T17:09:43.357 INFO:teuthology.orchestra.run.smithi073.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.73 metric 100 2024-02-11T17:09:43.358 INFO:tasks.vip:Configuring 10.0.15.73 on smithi073.front.sepia.ceph.com iface enp3s0f1... 2024-02-11T17:09:43.358 DEBUG:teuthology.orchestra.run.smithi073:> sudo ip addr add 10.0.15.73/16 dev enp3s0f1 2024-02-11T17:09:43.420 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-11T17:09:43.428 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2024-02-11T17:09:43.429 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-02-11T17:09:44.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:44 smithi073 bash[18997]: audit 2024-02-11T17:09:42.266803+0000 mgr.smithi029.rubqla (mgr.14180) 299 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:09:44.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:44 smithi029 bash[14177]: audit 2024-02-11T17:09:42.266803+0000 mgr.smithi029.rubqla (mgr.14180) 299 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:09:45.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:45 smithi029 bash[14177]: cluster 2024-02-11T17:09:43.938181+0000 mgr.smithi029.rubqla (mgr.14180) 300 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:45.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:45 smithi073 bash[18997]: cluster 2024-02-11T17:09:43.938181+0000 mgr.smithi029.rubqla (mgr.14180) 300 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:47.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:47 smithi073 bash[18997]: cluster 2024-02-11T17:09:45.938922+0000 mgr.smithi029.rubqla (mgr.14180) 301 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:47.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:47 smithi029 bash[14177]: cluster 2024-02-11T17:09:45.938922+0000 mgr.smithi029.rubqla (mgr.14180) 301 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:47.553 INFO:teuthology.orchestra.run.smithi029.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-11T17:09:47.554 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB7512009B480DGN 447G 4m ago Has a FileSystem, LVM detected 2024-02-11T17:09:47.554 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme1n1 ssd Linux_36f22de872e097a61adb 89.4G 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:09:47.554 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme2n1 ssd Linux_6502231fcdc09e993365 89.4G 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:09:47.554 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme3n1 ssd Linux_cb972c3ec08a1854c692 89.4G 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:09:47.554 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme4n1 ssd Linux_459955e706b6a47ffff5 89.4G 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:09:47.554 INFO:teuthology.orchestra.run.smithi029.stdout:smithi073 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT62040115400BGN 372G 4m ago Has a FileSystem, LVM detected 2024-02-11T17:09:47.554 INFO:teuthology.orchestra.run.smithi029.stdout:smithi073 /dev/nvme1n1 ssd Linux_4b3d2e24eccb632dee30 89.4G 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:09:47.554 INFO:teuthology.orchestra.run.smithi029.stdout:smithi073 /dev/nvme2n1 ssd Linux_c3525c3615437fa7b5c8 89.4G 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:09:47.554 INFO:teuthology.orchestra.run.smithi029.stdout:smithi073 /dev/nvme3n1 ssd Linux_8dc495e4859f1df2e931 89.4G 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:09:47.555 INFO:teuthology.orchestra.run.smithi029.stdout:smithi073 /dev/nvme4n1 ssd Linux_8ce76e635e9071b4a662 89.4G 4m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-11T17:09:48.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:48 smithi029 bash[14177]: audit 2024-02-11T17:09:47.588629+0000 mon.smithi029 (mon.0) 643 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:09:48.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:48 smithi029 bash[14177]: audit 2024-02-11T17:09:47.856919+0000 mon.smithi029 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:09:48.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:48 smithi073 bash[18997]: audit 2024-02-11T17:09:47.588629+0000 mon.smithi029 (mon.0) 643 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:09:48.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:48 smithi073 bash[18997]: audit 2024-02-11T17:09:47.856919+0000 mon.smithi029 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:09:48.648 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-11T17:09:48.667 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2024-02-11T17:09:48.667 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-11T17:09:48.682 INFO:teuthology.orchestra.run.smithi029.stderr:+ systemctl stop nfs-server 2024-02-11T17:09:48.800 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi073.front.sepia.ceph.com 2024-02-11T17:09:48.800 DEBUG:teuthology.orchestra.run.smithi073:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-11T17:09:48.816 INFO:teuthology.orchestra.run.smithi073.stderr:+ systemctl stop nfs-server 2024-02-11T17:09:48.941 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-11T17:09:48.950 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2024-02-11T17:09:48.950 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-02-11T17:09:49.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:49 smithi073 bash[18997]: audit 2024-02-11T17:09:47.541006+0000 mgr.smithi029.rubqla (mgr.14180) 302 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:09:49.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:49 smithi073 bash[18997]: cluster 2024-02-11T17:09:47.939527+0000 mgr.smithi029.rubqla (mgr.14180) 303 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:49.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:49 smithi029 bash[14177]: audit 2024-02-11T17:09:47.541006+0000 mgr.smithi029.rubqla (mgr.14180) 302 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:09:49.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:49 smithi029 bash[14177]: cluster 2024-02-11T17:09:47.939527+0000 mgr.smithi029.rubqla (mgr.14180) 303 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:51.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:51 smithi073 bash[18997]: cluster 2024-02-11T17:09:49.940074+0000 mgr.smithi029.rubqla (mgr.14180) 304 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:51.348 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:51 smithi029 bash[14177]: cluster 2024-02-11T17:09:49.940074+0000 mgr.smithi029.rubqla (mgr.14180) 304 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:53.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:53 smithi029 bash[14177]: cluster 2024-02-11T17:09:51.940466+0000 mgr.smithi029.rubqla (mgr.14180) 305 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:53.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:53 smithi073 bash[18997]: cluster 2024-02-11T17:09:51.940466+0000 mgr.smithi029.rubqla (mgr.14180) 305 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:54.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:54 smithi073 bash[18997]: audit 2024-02-11T17:09:52.943860+0000 mgr.smithi029.rubqla (mgr.14180) 306 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:09:54.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:54 smithi073 bash[18997]: audit 2024-02-11T17:09:52.944826+0000 mon.smithi029 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-11T17:09:54.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:54 smithi073 bash[18997]: audit 2024-02-11T17:09:53.437122+0000 mon.smithi029 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:09:54.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:54 smithi073 bash[18997]: audit 2024-02-11T17:09:53.483908+0000 mon.smithi029 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-11T17:09:54.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:54 smithi073 bash[18997]: cluster 2024-02-11T17:09:53.484296+0000 mon.smithi029 (mon.0) 648 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-11T17:09:54.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:54 smithi073 bash[18997]: audit 2024-02-11T17:09:53.492314+0000 mon.smithi029 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-11T17:09:54.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:54 smithi073 bash[18997]: cluster 2024-02-11T17:09:53.940936+0000 mgr.smithi029.rubqla (mgr.14180) 307 : cluster [DBG] pgmap v286: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:54.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:54 smithi073 bash[18997]: audit 2024-02-11T17:09:53.967833+0000 mon.smithi029 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:09:54.864 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:54 smithi029 bash[14177]: audit 2024-02-11T17:09:52.943860+0000 mgr.smithi029.rubqla (mgr.14180) 306 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:09:54.864 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:54 smithi029 bash[14177]: audit 2024-02-11T17:09:52.944826+0000 mon.smithi029 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-11T17:09:54.864 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:54 smithi029 bash[14177]: audit 2024-02-11T17:09:53.437122+0000 mon.smithi029 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:09:54.864 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:54 smithi029 bash[14177]: audit 2024-02-11T17:09:53.483908+0000 mon.smithi029 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-11T17:09:54.864 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:54 smithi029 bash[14177]: cluster 2024-02-11T17:09:53.484296+0000 mon.smithi029 (mon.0) 648 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-11T17:09:54.864 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:54 smithi029 bash[14177]: audit 2024-02-11T17:09:53.492314+0000 mon.smithi029 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-11T17:09:54.864 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:54 smithi029 bash[14177]: cluster 2024-02-11T17:09:53.940936+0000 mgr.smithi029.rubqla (mgr.14180) 307 : cluster [DBG] pgmap v286: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:54.864 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:54 smithi029 bash[14177]: audit 2024-02-11T17:09:53.967833+0000 mon.smithi029 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:09:54.864 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:54 smithi029 bash[14177]: debug 2024-02-11T17:09:54.493+0000 7f64a1a8c700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-11T17:09:55.617 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-02-11T17:09:55.631 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.29/16' 2024-02-11T17:09:55.631 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch apply -i - 2024-02-11T17:09:55.841 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:55 smithi029 bash[14177]: audit 2024-02-11T17:09:54.490293+0000 mon.smithi029 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-11T17:09:55.841 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:55 smithi029 bash[14177]: cluster 2024-02-11T17:09:54.490538+0000 mon.smithi029 (mon.0) 652 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-11T17:09:55.841 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:55 smithi029 bash[14177]: audit 2024-02-11T17:09:54.497479+0000 mon.smithi029 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-11T17:09:55.841 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:55 smithi029 bash[14177]: cluster 2024-02-11T17:09:54.498569+0000 mon.smithi029 (mon.0) 654 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-11T17:09:55.841 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:55 smithi029 bash[14177]: cluster 2024-02-11T17:09:54.498628+0000 mon.smithi029 (mon.0) 655 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-11T17:09:55.841 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:55 smithi029 bash[14177]: cluster 2024-02-11T17:09:54.511996+0000 mon.smithi029 (mon.0) 656 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-11T17:09:55.841 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:55 smithi029 bash[14177]: audit 2024-02-11T17:09:54.513035+0000 mon.smithi029 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-11T17:09:55.841 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:55 smithi029 bash[14177]: cluster 2024-02-11T17:09:54.513147+0000 mon.smithi029 (mon.0) 658 : cluster [DBG] fsmap foofs:0 2024-02-11T17:09:55.841 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:55 smithi029 bash[14177]: cephadm 2024-02-11T17:09:54.516862+0000 mgr.smithi029.rubqla (mgr.14180) 308 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-11T17:09:55.841 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:55 smithi029 bash[14177]: audit 2024-02-11T17:09:54.523911+0000 mon.smithi029 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:09:55.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:55 smithi073 bash[18997]: audit 2024-02-11T17:09:54.490293+0000 mon.smithi029 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-11T17:09:55.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:55 smithi073 bash[18997]: cluster 2024-02-11T17:09:54.490538+0000 mon.smithi029 (mon.0) 652 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-11T17:09:55.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:55 smithi073 bash[18997]: audit 2024-02-11T17:09:54.497479+0000 mon.smithi029 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-11T17:09:55.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:55 smithi073 bash[18997]: cluster 2024-02-11T17:09:54.498569+0000 mon.smithi029 (mon.0) 654 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-11T17:09:55.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:55 smithi073 bash[18997]: cluster 2024-02-11T17:09:54.498628+0000 mon.smithi029 (mon.0) 655 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-11T17:09:55.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:55 smithi073 bash[18997]: cluster 2024-02-11T17:09:54.511996+0000 mon.smithi029 (mon.0) 656 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-11T17:09:55.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:55 smithi073 bash[18997]: audit 2024-02-11T17:09:54.513035+0000 mon.smithi029 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-11T17:09:55.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:55 smithi073 bash[18997]: cluster 2024-02-11T17:09:54.513147+0000 mon.smithi029 (mon.0) 658 : cluster [DBG] fsmap foofs:0 2024-02-11T17:09:55.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:55 smithi073 bash[18997]: cephadm 2024-02-11T17:09:54.516862+0000 mgr.smithi029.rubqla (mgr.14180) 308 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-11T17:09:55.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:55 smithi073 bash[18997]: audit 2024-02-11T17:09:54.523911+0000 mon.smithi029 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:09:56.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:56 smithi073 bash[18997]: cluster 2024-02-11T17:09:55.510302+0000 mon.smithi029 (mon.0) 660 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-11T17:09:56.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:56 smithi073 bash[18997]: cluster 2024-02-11T17:09:55.941482+0000 mgr.smithi029.rubqla (mgr.14180) 309 : cluster [DBG] pgmap v290: 65 pgs: 17 active+clean, 4 creating+activating, 2 creating+peering, 42 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:56.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:56 smithi029 bash[14177]: cluster 2024-02-11T17:09:55.510302+0000 mon.smithi029 (mon.0) 660 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-11T17:09:56.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:56 smithi029 bash[14177]: cluster 2024-02-11T17:09:55.941482+0000 mgr.smithi029.rubqla (mgr.14180) 309 : cluster [DBG] pgmap v290: 65 pgs: 17 active+clean, 4 creating+activating, 2 creating+peering, 42 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:57.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:57 smithi073 bash[18997]: cluster 2024-02-11T17:09:56.518513+0000 mon.smithi029 (mon.0) 661 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-11T17:09:57.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:57 smithi029 bash[14177]: cluster 2024-02-11T17:09:56.518513+0000 mon.smithi029 (mon.0) 661 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-11T17:09:58.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:09:58 smithi073 bash[18997]: cluster 2024-02-11T17:09:57.942159+0000 mgr.smithi029.rubqla (mgr.14180) 310 : cluster [DBG] pgmap v292: 65 pgs: 51 active+clean, 4 creating+activating, 2 creating+peering, 8 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:09:58.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:09:58 smithi029 bash[14177]: cluster 2024-02-11T17:09:57.942159+0000 mgr.smithi029.rubqla (mgr.14180) 310 : cluster [DBG] pgmap v292: 65 pgs: 51 active+clean, 4 creating+activating, 2 creating+peering, 8 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:10:00.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:00 smithi029 bash[14177]: debug 2024-02-11T17:09:59.997+0000 7f64a4291700 -1 log_channel(cluster) log [ERR] : Health detail: HEALTH_ERR 1 filesystem is offline; 1 filesystem is online with fewer MDS than max_mds 2024-02-11T17:10:00.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:00 smithi029 bash[14177]: debug 2024-02-11T17:09:59.997+0000 7f64a4291700 -1 log_channel(cluster) log [ERR] : [ERR] MDS_ALL_DOWN: 1 filesystem is offline 2024-02-11T17:10:00.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:00 smithi029 bash[14177]: debug 2024-02-11T17:09:59.997+0000 7f64a4291700 -1 log_channel(cluster) log [ERR] : fs foofs is offline because no MDS is active for it. 2024-02-11T17:10:00.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:00 smithi029 bash[14177]: debug 2024-02-11T17:09:59.997+0000 7f64a4291700 -1 log_channel(cluster) log [ERR] : [WRN] MDS_UP_LESS_THAN_MAX: 1 filesystem is online with fewer MDS than max_mds 2024-02-11T17:10:00.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:00 smithi029 bash[14177]: debug 2024-02-11T17:09:59.997+0000 7f64a4291700 -1 log_channel(cluster) log [ERR] : fs foofs has 0 MDS online, but wants 1 2024-02-11T17:10:00.338 INFO:teuthology.orchestra.run.smithi029.stdout:Scheduled nfs.foo update... 2024-02-11T17:10:00.338 INFO:teuthology.orchestra.run.smithi029.stdout:Scheduled ingress.nfs.foo update... 2024-02-11T17:10:01.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:00 smithi029 bash[14177]: cluster 2024-02-11T17:09:59.942757+0000 mgr.smithi029.rubqla (mgr.14180) 311 : cluster [DBG] pgmap v293: 65 pgs: 61 active+clean, 4 creating+activating; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:10:01.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:00 smithi029 bash[14177]: cluster 2024-02-11T17:10:00.000398+0000 mon.smithi029 (mon.0) 662 : cluster [ERR] Health detail: HEALTH_ERR 1 filesystem is offline; 1 filesystem is online with fewer MDS than max_mds 2024-02-11T17:10:01.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:00 smithi029 bash[14177]: cluster 2024-02-11T17:10:00.000424+0000 mon.smithi029 (mon.0) 663 : cluster [ERR] [ERR] MDS_ALL_DOWN: 1 filesystem is offline 2024-02-11T17:10:01.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:00 smithi029 bash[14177]: cluster 2024-02-11T17:10:00.000433+0000 mon.smithi029 (mon.0) 664 : cluster [ERR] fs foofs is offline because no MDS is active for it. 2024-02-11T17:10:01.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:00 smithi029 bash[14177]: cluster 2024-02-11T17:10:00.000453+0000 mon.smithi029 (mon.0) 665 : cluster [ERR] [WRN] MDS_UP_LESS_THAN_MAX: 1 filesystem is online with fewer MDS than max_mds 2024-02-11T17:10:01.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:00 smithi029 bash[14177]: cluster 2024-02-11T17:10:00.000464+0000 mon.smithi029 (mon.0) 666 : cluster [ERR] fs foofs has 0 MDS online, but wants 1 2024-02-11T17:10:01.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:00 smithi029 bash[14177]: audit 2024-02-11T17:10:00.329700+0000 mon.smithi029 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:01.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:00 smithi029 bash[14177]: audit 2024-02-11T17:10:00.334196+0000 mon.smithi029 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:01.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:01 smithi073 bash[18997]: cluster 2024-02-11T17:09:59.942757+0000 mgr.smithi029.rubqla (mgr.14180) 311 : cluster [DBG] pgmap v293: 65 pgs: 61 active+clean, 4 creating+activating; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:10:01.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:01 smithi073 bash[18997]: cluster 2024-02-11T17:10:00.000398+0000 mon.smithi029 (mon.0) 662 : cluster [ERR] Health detail: HEALTH_ERR 1 filesystem is offline; 1 filesystem is online with fewer MDS than max_mds 2024-02-11T17:10:01.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:01 smithi073 bash[18997]: cluster 2024-02-11T17:10:00.000424+0000 mon.smithi029 (mon.0) 663 : cluster [ERR] [ERR] MDS_ALL_DOWN: 1 filesystem is offline 2024-02-11T17:10:01.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:01 smithi073 bash[18997]: cluster 2024-02-11T17:10:00.000433+0000 mon.smithi029 (mon.0) 664 : cluster [ERR] fs foofs is offline because no MDS is active for it. 2024-02-11T17:10:01.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:01 smithi073 bash[18997]: cluster 2024-02-11T17:10:00.000453+0000 mon.smithi029 (mon.0) 665 : cluster [ERR] [WRN] MDS_UP_LESS_THAN_MAX: 1 filesystem is online with fewer MDS than max_mds 2024-02-11T17:10:01.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:01 smithi073 bash[18997]: cluster 2024-02-11T17:10:00.000464+0000 mon.smithi029 (mon.0) 666 : cluster [ERR] fs foofs has 0 MDS online, but wants 1 2024-02-11T17:10:01.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:01 smithi073 bash[18997]: audit 2024-02-11T17:10:00.329700+0000 mon.smithi029 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:01.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:01 smithi073 bash[18997]: audit 2024-02-11T17:10:00.334196+0000 mon.smithi029 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:01.714 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-11T17:10:01.724 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-11T17:10:01.724 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:02.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:02 smithi029 bash[14177]: audit 2024-02-11T17:10:00.318708+0000 mgr.smithi029.rubqla (mgr.14180) 312 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:10:02.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:02 smithi029 bash[14177]: cephadm 2024-02-11T17:10:00.323732+0000 mgr.smithi029.rubqla (mgr.14180) 313 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-02-11T17:10:02.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:02 smithi029 bash[14177]: cephadm 2024-02-11T17:10:00.330247+0000 mgr.smithi029.rubqla (mgr.14180) 314 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-11T17:10:02.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:02 smithi073 bash[18997]: audit 2024-02-11T17:10:00.318708+0000 mgr.smithi029.rubqla (mgr.14180) 312 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-02-11T17:10:02.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:02 smithi073 bash[18997]: cephadm 2024-02-11T17:10:00.323732+0000 mgr.smithi029.rubqla (mgr.14180) 313 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-02-11T17:10:02.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:02 smithi073 bash[18997]: cephadm 2024-02-11T17:10:00.330247+0000 mgr.smithi029.rubqla (mgr.14180) 314 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-11T17:10:03.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:03 smithi073 bash[18997]: cluster 2024-02-11T17:10:01.943612+0000 mgr.smithi029.rubqla (mgr.14180) 315 : cluster [DBG] pgmap v294: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:10:03.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:03 smithi073 bash[18997]: audit 2024-02-11T17:10:02.048573+0000 mon.smithi029 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:03.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:03 smithi029 bash[14177]: cluster 2024-02-11T17:10:01.943612+0000 mgr.smithi029.rubqla (mgr.14180) 315 : cluster [DBG] pgmap v294: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:10:03.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:03 smithi029 bash[14177]: audit 2024-02-11T17:10:02.048573+0000 mon.smithi029 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:05.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:04 smithi073 bash[18997]: cluster 2024-02-11T17:10:03.944162+0000 mgr.smithi029.rubqla (mgr.14180) 316 : cluster [DBG] pgmap v295: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:10:05.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:04 smithi073 bash[18997]: audit 2024-02-11T17:10:03.956355+0000 mon.smithi029 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:05.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:04 smithi029 bash[14177]: cluster 2024-02-11T17:10:03.944162+0000 mgr.smithi029.rubqla (mgr.14180) 316 : cluster [DBG] pgmap v295: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:10:05.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:04 smithi029 bash[14177]: audit 2024-02-11T17:10:03.956355+0000 mon.smithi029 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:07.260 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:10:07.260 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:09:53.786381Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:09:53.042329Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:09:53.786742Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:10:00.334511Z 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.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:09:53.042559Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:09:53.042698Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:09:53.042829Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:09:53.042962Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:09:53.787095Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:10:07.310 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:06 smithi029 bash[14177]: cluster 2024-02-11T17:10:05.944624+0000 mgr.smithi029.rubqla (mgr.14180) 317 : cluster [DBG] pgmap v296: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:10:07.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:06 smithi073 bash[18997]: cluster 2024-02-11T17:10:05.944624+0000 mgr.smithi029.rubqla (mgr.14180) 317 : cluster [DBG] pgmap v296: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:10:08.673 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-11T17:10:09.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:08 smithi073 bash[18997]: audit 2024-02-11T17:10:07.252119+0000 mgr.smithi029.rubqla (mgr.14180) 318 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:09.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:08 smithi073 bash[18997]: cluster 2024-02-11T17:10:07.945308+0000 mgr.smithi029.rubqla (mgr.14180) 319 : cluster [DBG] pgmap v297: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:10:09.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:08 smithi073 bash[18997]: audit 2024-02-11T17:10:08.282846+0000 mon.smithi029 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:09.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:08 smithi073 bash[18997]: audit 2024-02-11T17:10:08.284223+0000 mon.smithi029 (mon.0) 672 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:10:09.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:08 smithi073 bash[18997]: audit 2024-02-11T17:10:08.285624+0000 mon.smithi029 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:10:09.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:08 smithi073 bash[18997]: audit 2024-02-11T17:10:08.291426+0000 mon.smithi029 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:09.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:08 smithi073 bash[18997]: audit 2024-02-11T17:10:08.298220+0000 mon.smithi029 (mon.0) 675 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:10:09.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:08 smithi073 bash[18997]: audit 2024-02-11T17:10:08.312679+0000 mon.smithi029 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:09.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:08 smithi073 bash[18997]: audit 2024-02-11T17:10:08.314144+0000 mon.smithi029 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi073.jdzgex", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-11T17:10:09.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:08 smithi073 bash[18997]: audit 2024-02-11T17:10:08.318269+0000 mon.smithi029 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi073.jdzgex", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-11T17:10:09.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:08 smithi073 bash[18997]: audit 2024-02-11T17:10:08.319157+0000 mon.smithi029 (mon.0) 679 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:10:09.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:08 smithi029 bash[14177]: audit 2024-02-11T17:10:07.252119+0000 mgr.smithi029.rubqla (mgr.14180) 318 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:09.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:08 smithi029 bash[14177]: cluster 2024-02-11T17:10:07.945308+0000 mgr.smithi029.rubqla (mgr.14180) 319 : cluster [DBG] pgmap v297: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:10:09.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:08 smithi029 bash[14177]: audit 2024-02-11T17:10:08.282846+0000 mon.smithi029 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:09.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:08 smithi029 bash[14177]: audit 2024-02-11T17:10:08.284223+0000 mon.smithi029 (mon.0) 672 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:10:09.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:08 smithi029 bash[14177]: audit 2024-02-11T17:10:08.285624+0000 mon.smithi029 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:10:09.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:08 smithi029 bash[14177]: audit 2024-02-11T17:10:08.291426+0000 mon.smithi029 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:09.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:08 smithi029 bash[14177]: audit 2024-02-11T17:10:08.298220+0000 mon.smithi029 (mon.0) 675 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:10:09.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:08 smithi029 bash[14177]: audit 2024-02-11T17:10:08.312679+0000 mon.smithi029 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:09.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:08 smithi029 bash[14177]: audit 2024-02-11T17:10:08.314144+0000 mon.smithi029 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi073.jdzgex", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-11T17:10:09.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:08 smithi029 bash[14177]: audit 2024-02-11T17:10:08.318269+0000 mon.smithi029 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi073.jdzgex", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-11T17:10:09.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:08 smithi029 bash[14177]: audit 2024-02-11T17:10:08.319157+0000 mon.smithi029 (mon.0) 679 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:10:09.674 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:10.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:09 smithi029 bash[14177]: cephadm 2024-02-11T17:10:08.320129+0000 mgr.smithi029.rubqla (mgr.14180) 320 : cephadm [INF] Deploying daemon mds.foofs.smithi073.jdzgex on smithi073 2024-02-11T17:10:10.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:09 smithi073 bash[18997]: cephadm 2024-02-11T17:10:08.320129+0000 mgr.smithi029.rubqla (mgr.14180) 320 : cephadm [INF] Deploying daemon mds.foofs.smithi073.jdzgex on smithi073 2024-02-11T17:10:11.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:10 smithi073 bash[18997]: cluster 2024-02-11T17:10:09.945980+0000 mgr.smithi029.rubqla (mgr.14180) 321 : cluster [DBG] pgmap v298: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:10:11.298 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:10 smithi029 bash[14177]: cluster 2024-02-11T17:10:09.945980+0000 mgr.smithi029.rubqla (mgr.14180) 321 : cluster [DBG] pgmap v298: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:10:12.333 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:12 smithi029 bash[14177]: audit 2024-02-11T17:10:11.081436+0000 mon.smithi029 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:12.333 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:12 smithi029 bash[14177]: audit 2024-02-11T17:10:11.083504+0000 mon.smithi029 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi029.yssnmo", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-11T17:10:12.333 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:12 smithi029 bash[14177]: audit 2024-02-11T17:10:11.087610+0000 mon.smithi029 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi029.yssnmo", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-11T17:10:12.333 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:12 smithi029 bash[14177]: audit 2024-02-11T17:10:11.088793+0000 mon.smithi029 (mon.0) 683 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:10:12.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:12 smithi073 bash[18997]: audit 2024-02-11T17:10:11.081436+0000 mon.smithi029 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:12.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:12 smithi073 bash[18997]: audit 2024-02-11T17:10:11.083504+0000 mon.smithi029 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi029.yssnmo", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-11T17:10:12.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:12 smithi073 bash[18997]: audit 2024-02-11T17:10:11.087610+0000 mon.smithi029 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi029.yssnmo", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-11T17:10:12.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:12 smithi073 bash[18997]: audit 2024-02-11T17:10:11.088793+0000 mon.smithi029 (mon.0) 683 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:10:13.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:13 smithi073 bash[18997]: cephadm 2024-02-11T17:10:11.089924+0000 mgr.smithi029.rubqla (mgr.14180) 322 : cephadm [INF] Deploying daemon mds.foofs.smithi029.yssnmo on smithi029 2024-02-11T17:10:13.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:13 smithi073 bash[18997]: cluster 2024-02-11T17:10:11.946667+0000 mgr.smithi029.rubqla (mgr.14180) 323 : cluster [DBG] pgmap v299: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:10:13.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:13 smithi073 bash[18997]: cluster 2024-02-11T17:10:12.092393+0000 mon.smithi029 (mon.0) 684 : cluster [DBG] mds.? [v2:172.21.15.73:6832/2885942833,v1:172.21.15.73:6833/2885942833] up:boot 2024-02-11T17:10:13.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:13 smithi073 bash[18997]: cluster 2024-02-11T17:10:12.092439+0000 mon.smithi029 (mon.0) 685 : cluster [INF] daemon mds.foofs.smithi073.jdzgex assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-11T17:10:13.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:13 smithi073 bash[18997]: cluster 2024-02-11T17:10:12.092498+0000 mon.smithi029 (mon.0) 686 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-11T17:10:13.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:13 smithi073 bash[18997]: cluster 2024-02-11T17:10:12.092517+0000 mon.smithi029 (mon.0) 687 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-11T17:10:13.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:13 smithi073 bash[18997]: cluster 2024-02-11T17:10:12.092529+0000 mon.smithi029 (mon.0) 688 : cluster [INF] Cluster is now healthy 2024-02-11T17:10:13.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:13 smithi073 bash[18997]: cluster 2024-02-11T17:10:12.092702+0000 mon.smithi029 (mon.0) 689 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-11T17:10:13.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:13 smithi073 bash[18997]: audit 2024-02-11T17:10:12.092872+0000 mon.smithi029 (mon.0) 690 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi073.jdzgex"}]: dispatch 2024-02-11T17:10:13.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:13 smithi073 bash[18997]: cluster 2024-02-11T17:10:12.096060+0000 mon.smithi029 (mon.0) 691 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi073.jdzgex=up:creating} 2024-02-11T17:10:13.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:13 smithi073 bash[18997]: cluster 2024-02-11T17:10:12.189846+0000 mon.smithi029 (mon.0) 692 : cluster [INF] daemon mds.foofs.smithi073.jdzgex is now active in filesystem foofs as rank 0 2024-02-11T17:10:13.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:13 smithi029 bash[14177]: cephadm 2024-02-11T17:10:11.089924+0000 mgr.smithi029.rubqla (mgr.14180) 322 : cephadm [INF] Deploying daemon mds.foofs.smithi029.yssnmo on smithi029 2024-02-11T17:10:13.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:13 smithi029 bash[14177]: cluster 2024-02-11T17:10:11.946667+0000 mgr.smithi029.rubqla (mgr.14180) 323 : cluster [DBG] pgmap v299: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:10:13.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:13 smithi029 bash[14177]: cluster 2024-02-11T17:10:12.092393+0000 mon.smithi029 (mon.0) 684 : cluster [DBG] mds.? [v2:172.21.15.73:6832/2885942833,v1:172.21.15.73:6833/2885942833] up:boot 2024-02-11T17:10:13.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:13 smithi029 bash[14177]: cluster 2024-02-11T17:10:12.092439+0000 mon.smithi029 (mon.0) 685 : cluster [INF] daemon mds.foofs.smithi073.jdzgex assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-11T17:10:13.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:13 smithi029 bash[14177]: cluster 2024-02-11T17:10:12.092498+0000 mon.smithi029 (mon.0) 686 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-11T17:10:13.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:13 smithi029 bash[14177]: cluster 2024-02-11T17:10:12.092517+0000 mon.smithi029 (mon.0) 687 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-11T17:10:13.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:13 smithi029 bash[14177]: cluster 2024-02-11T17:10:12.092529+0000 mon.smithi029 (mon.0) 688 : cluster [INF] Cluster is now healthy 2024-02-11T17:10:13.370 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:13 smithi029 bash[14177]: cluster 2024-02-11T17:10:12.092702+0000 mon.smithi029 (mon.0) 689 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-11T17:10:13.370 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:13 smithi029 bash[14177]: audit 2024-02-11T17:10:12.092872+0000 mon.smithi029 (mon.0) 690 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi073.jdzgex"}]: dispatch 2024-02-11T17:10:13.370 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:13 smithi029 bash[14177]: cluster 2024-02-11T17:10:12.096060+0000 mon.smithi029 (mon.0) 691 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi073.jdzgex=up:creating} 2024-02-11T17:10:13.370 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:13 smithi029 bash[14177]: cluster 2024-02-11T17:10:12.189846+0000 mon.smithi029 (mon.0) 692 : cluster [INF] daemon mds.foofs.smithi073.jdzgex is now active in filesystem foofs as rank 0 2024-02-11T17:10:14.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:14 smithi029 bash[14177]: cluster 2024-02-11T17:10:13.098130+0000 mon.smithi029 (mon.0) 693 : cluster [DBG] mds.? [v2:172.21.15.73:6832/2885942833,v1:172.21.15.73:6833/2885942833] up:active 2024-02-11T17:10:14.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:14 smithi029 bash[14177]: cluster 2024-02-11T17:10:13.098213+0000 mon.smithi029 (mon.0) 694 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi073.jdzgex=up:active} 2024-02-11T17:10:14.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:14 smithi029 bash[14177]: cluster 2024-02-11T17:10:13.947291+0000 mgr.smithi029.rubqla (mgr.14180) 324 : cluster [DBG] pgmap v300: 65 pgs: 65 active+clean; 112 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:10:14.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:14 smithi073 bash[18997]: cluster 2024-02-11T17:10:13.098130+0000 mon.smithi029 (mon.0) 693 : cluster [DBG] mds.? [v2:172.21.15.73:6832/2885942833,v1:172.21.15.73:6833/2885942833] up:active 2024-02-11T17:10:14.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:14 smithi073 bash[18997]: cluster 2024-02-11T17:10:13.098213+0000 mon.smithi029 (mon.0) 694 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi073.jdzgex=up:active} 2024-02-11T17:10:14.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:14 smithi073 bash[18997]: cluster 2024-02-11T17:10:13.947291+0000 mgr.smithi029.rubqla (mgr.14180) 324 : cluster [DBG] pgmap v300: 65 pgs: 65 active+clean; 112 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:10:15.937 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:10:15.937 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:09:53.786381Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:09:53.042329Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:09:53.786742Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:10:00.334511Z 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.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:09:53.042559Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:09:53.042698Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:09:53.042829Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:09:53.042962Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:09:53.787095Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:10:17.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:17 smithi073 bash[18997]: audit 2024-02-11T17:10:15.928674+0000 mgr.smithi029.rubqla (mgr.14180) 325 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:17.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:17 smithi073 bash[18997]: cluster 2024-02-11T17:10:15.948009+0000 mgr.smithi029.rubqla (mgr.14180) 326 : cluster [DBG] pgmap v301: 65 pgs: 65 active+clean; 2.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s wr, 9 op/s 2024-02-11T17:10:17.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:17 smithi073 bash[18997]: audit 2024-02-11T17:10:16.401689+0000 mon.smithi029 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:17.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:17 smithi073 bash[18997]: audit 2024-02-11T17:10:16.409004+0000 mon.smithi029 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:17.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:17 smithi073 bash[18997]: audit 2024-02-11T17:10:16.434239+0000 mon.smithi029 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-11T17:10:17.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:17 smithi029 bash[14177]: audit 2024-02-11T17:10:15.928674+0000 mgr.smithi029.rubqla (mgr.14180) 325 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:17.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:17 smithi029 bash[14177]: cluster 2024-02-11T17:10:15.948009+0000 mgr.smithi029.rubqla (mgr.14180) 326 : cluster [DBG] pgmap v301: 65 pgs: 65 active+clean; 2.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s wr, 9 op/s 2024-02-11T17:10:17.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:17 smithi029 bash[14177]: audit 2024-02-11T17:10:16.401689+0000 mon.smithi029 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:17.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:17 smithi029 bash[14177]: audit 2024-02-11T17:10:16.409004+0000 mon.smithi029 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:17.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:17 smithi029 bash[14177]: audit 2024-02-11T17:10:16.434239+0000 mon.smithi029 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-11T17:10:17.550 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-11T17:10:18.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:18 smithi073 bash[18997]: audit 2024-02-11T17:10:17.053941+0000 mon.smithi029 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:18.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:18 smithi073 bash[18997]: audit 2024-02-11T17:10:17.366512+0000 mon.smithi029 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:18.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:18 smithi073 bash[18997]: audit 2024-02-11T17:10:17.413675+0000 mon.smithi029 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-11T17:10:18.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:18 smithi073 bash[18997]: cluster 2024-02-11T17:10:17.413760+0000 mon.smithi029 (mon.0) 701 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-11T17:10:18.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:18 smithi073 bash[18997]: audit 2024-02-11T17:10:17.415716+0000 mon.smithi029 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-11T17:10:18.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:18 smithi029 bash[14177]: audit 2024-02-11T17:10:17.053941+0000 mon.smithi029 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:18.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:18 smithi029 bash[14177]: audit 2024-02-11T17:10:17.366512+0000 mon.smithi029 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:18.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:18 smithi029 bash[14177]: audit 2024-02-11T17:10:17.413675+0000 mon.smithi029 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-11T17:10:18.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:18 smithi029 bash[14177]: cluster 2024-02-11T17:10:17.413760+0000 mon.smithi029 (mon.0) 701 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-11T17:10:18.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:18 smithi029 bash[14177]: audit 2024-02-11T17:10:17.415716+0000 mon.smithi029 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-11T17:10:18.551 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:19.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:19 smithi029 bash[14177]: cluster 2024-02-11T17:10:17.948668+0000 mgr.smithi029.rubqla (mgr.14180) 327 : cluster [DBG] pgmap v303: 97 pgs: 32 unknown, 65 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s wr, 6 op/s 2024-02-11T17:10:19.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:19 smithi029 bash[14177]: audit 2024-02-11T17:10:18.420859+0000 mon.smithi029 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-11T17:10:19.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:19 smithi029 bash[14177]: cluster 2024-02-11T17:10:18.421168+0000 mon.smithi029 (mon.0) 704 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-11T17:10:19.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:19 smithi029 bash[14177]: audit 2024-02-11T17:10:18.434595+0000 mon.smithi029 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.mgdqmv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-11T17:10:19.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:19 smithi029 bash[14177]: audit 2024-02-11T17:10:18.444276+0000 mon.smithi029 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.mgdqmv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-11T17:10:19.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:19 smithi029 bash[14177]: audit 2024-02-11T17:10:18.446136+0000 mon.smithi029 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-11T17:10:19.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:19 smithi029 bash[14177]: audit 2024-02-11T17:10:18.449540+0000 mon.smithi029 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-11T17:10:19.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:19 smithi029 bash[14177]: audit 2024-02-11T17:10:18.450847+0000 mon.smithi029 (mon.0) 709 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:10:19.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:19 smithi029 bash[14177]: audit 2024-02-11T17:10:18.512737+0000 mon.smithi029 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-11T17:10:19.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:19 smithi029 bash[14177]: audit 2024-02-11T17:10:18.518245+0000 mon.smithi029 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-11T17:10:19.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:19 smithi029 bash[14177]: audit 2024-02-11T17:10:18.645882+0000 mon.smithi029 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.mgdqmv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-11T17:10:19.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:19 smithi029 bash[14177]: audit 2024-02-11T17:10:18.651468+0000 mon.smithi029 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.mgdqmv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-11T17:10:19.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:19 smithi029 bash[14177]: audit 2024-02-11T17:10:18.657644+0000 mon.smithi029 (mon.0) 714 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:10:19.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:19 smithi073 bash[18997]: cluster 2024-02-11T17:10:17.948668+0000 mgr.smithi029.rubqla (mgr.14180) 327 : cluster [DBG] pgmap v303: 97 pgs: 32 unknown, 65 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s wr, 6 op/s 2024-02-11T17:10:19.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:19 smithi073 bash[18997]: audit 2024-02-11T17:10:18.420859+0000 mon.smithi029 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-11T17:10:19.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:19 smithi073 bash[18997]: cluster 2024-02-11T17:10:18.421168+0000 mon.smithi029 (mon.0) 704 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-11T17:10:19.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:19 smithi073 bash[18997]: audit 2024-02-11T17:10:18.434595+0000 mon.smithi029 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.mgdqmv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-11T17:10:19.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:19 smithi073 bash[18997]: audit 2024-02-11T17:10:18.444276+0000 mon.smithi029 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.mgdqmv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-11T17:10:19.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:19 smithi073 bash[18997]: audit 2024-02-11T17:10:18.446136+0000 mon.smithi029 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-11T17:10:19.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:19 smithi073 bash[18997]: audit 2024-02-11T17:10:18.449540+0000 mon.smithi029 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-11T17:10:19.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:19 smithi073 bash[18997]: audit 2024-02-11T17:10:18.450847+0000 mon.smithi029 (mon.0) 709 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:10:19.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:19 smithi073 bash[18997]: audit 2024-02-11T17:10:18.512737+0000 mon.smithi029 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-11T17:10:19.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:19 smithi073 bash[18997]: audit 2024-02-11T17:10:18.518245+0000 mon.smithi029 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-11T17:10:19.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:19 smithi073 bash[18997]: audit 2024-02-11T17:10:18.645882+0000 mon.smithi029 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.mgdqmv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-11T17:10:19.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:19 smithi073 bash[18997]: audit 2024-02-11T17:10:18.651468+0000 mon.smithi029 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.mgdqmv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-11T17:10:19.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:19 smithi073 bash[18997]: audit 2024-02-11T17:10:18.657644+0000 mon.smithi029 (mon.0) 714 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:10:20.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:20 smithi073 bash[18997]: cephadm 2024-02-11T17:10:18.430931+0000 mgr.smithi029.rubqla (mgr.14180) 328 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi029.mgdqmv 2024-02-11T17:10:20.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:20 smithi073 bash[18997]: cephadm 2024-02-11T17:10:18.445285+0000 mgr.smithi029.rubqla (mgr.14180) 329 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-11T17:10:20.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:20 smithi073 bash[18997]: cephadm 2024-02-11T17:10:18.582365+0000 mgr.smithi029.rubqla (mgr.14180) 330 : cephadm [INF] Creating rados config object: conf-nfs.foo 2024-02-11T17:10:20.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:20 smithi073 bash[18997]: cephadm 2024-02-11T17:10:18.645172+0000 mgr.smithi029.rubqla (mgr.14180) 331 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi029.mgdqmv-rgw 2024-02-11T17:10:20.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:20 smithi073 bash[18997]: cephadm 2024-02-11T17:10:18.659014+0000 mgr.smithi029.rubqla (mgr.14180) 332 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi029.mgdqmv on smithi029 2024-02-11T17:10:20.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:20 smithi073 bash[18997]: cluster 2024-02-11T17:10:19.055345+0000 mon.smithi029 (mon.0) 715 : cluster [DBG] mds.? [v2:172.21.15.29:6834/1026474214,v1:172.21.15.29:6835/1026474214] up:boot 2024-02-11T17:10:20.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:20 smithi073 bash[18997]: cluster 2024-02-11T17:10:19.055786+0000 mon.smithi029 (mon.0) 716 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi073.jdzgex=up:active} 1 up:standby 2024-02-11T17:10:20.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:20 smithi073 bash[18997]: audit 2024-02-11T17:10:19.056051+0000 mon.smithi029 (mon.0) 717 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi029.yssnmo"}]: dispatch 2024-02-11T17:10:20.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:20 smithi073 bash[18997]: cluster 2024-02-11T17:10:19.062364+0000 mon.smithi029 (mon.0) 718 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi073.jdzgex=up:active} 1 up:standby 2024-02-11T17:10:20.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:20 smithi073 bash[18997]: cluster 2024-02-11T17:10:19.424258+0000 mon.smithi029 (mon.0) 719 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-11T17:10:20.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:20 smithi029 bash[14177]: cephadm 2024-02-11T17:10:18.430931+0000 mgr.smithi029.rubqla (mgr.14180) 328 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi029.mgdqmv 2024-02-11T17:10:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:20 smithi029 bash[14177]: cephadm 2024-02-11T17:10:18.445285+0000 mgr.smithi029.rubqla (mgr.14180) 329 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-11T17:10:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:20 smithi029 bash[14177]: cephadm 2024-02-11T17:10:18.582365+0000 mgr.smithi029.rubqla (mgr.14180) 330 : cephadm [INF] Creating rados config object: conf-nfs.foo 2024-02-11T17:10:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:20 smithi029 bash[14177]: cephadm 2024-02-11T17:10:18.645172+0000 mgr.smithi029.rubqla (mgr.14180) 331 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi029.mgdqmv-rgw 2024-02-11T17:10:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:20 smithi029 bash[14177]: cephadm 2024-02-11T17:10:18.659014+0000 mgr.smithi029.rubqla (mgr.14180) 332 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi029.mgdqmv on smithi029 2024-02-11T17:10:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:20 smithi029 bash[14177]: cluster 2024-02-11T17:10:19.055345+0000 mon.smithi029 (mon.0) 715 : cluster [DBG] mds.? [v2:172.21.15.29:6834/1026474214,v1:172.21.15.29:6835/1026474214] up:boot 2024-02-11T17:10:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:20 smithi029 bash[14177]: cluster 2024-02-11T17:10:19.055786+0000 mon.smithi029 (mon.0) 716 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi073.jdzgex=up:active} 1 up:standby 2024-02-11T17:10:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:20 smithi029 bash[14177]: audit 2024-02-11T17:10:19.056051+0000 mon.smithi029 (mon.0) 717 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi029.yssnmo"}]: dispatch 2024-02-11T17:10:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:20 smithi029 bash[14177]: cluster 2024-02-11T17:10:19.062364+0000 mon.smithi029 (mon.0) 718 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi073.jdzgex=up:active} 1 up:standby 2024-02-11T17:10:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:20 smithi029 bash[14177]: cluster 2024-02-11T17:10:19.424258+0000 mon.smithi029 (mon.0) 719 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-11T17:10:21.273 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:21 smithi029 bash[14177]: cluster 2024-02-11T17:10:19.949448+0000 mgr.smithi029.rubqla (mgr.14180) 333 : cluster [DBG] pgmap v306: 97 pgs: 4 creating+peering, 25 unknown, 68 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s wr, 4 op/s 2024-02-11T17:10:21.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:21 smithi073 bash[18997]: cluster 2024-02-11T17:10:19.949448+0000 mgr.smithi029.rubqla (mgr.14180) 333 : cluster [DBG] pgmap v306: 97 pgs: 4 creating+peering, 25 unknown, 68 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s wr, 4 op/s 2024-02-11T17:10:23.128 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:23 smithi029 bash[14177]: cluster 2024-02-11T17:10:21.950158+0000 mgr.smithi029.rubqla (mgr.14180) 334 : cluster [DBG] pgmap v307: 97 pgs: 4 creating+peering, 15 unknown, 78 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s wr, 0 op/s 2024-02-11T17:10:23.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:23 smithi073 bash[18997]: cluster 2024-02-11T17:10:21.950158+0000 mgr.smithi029.rubqla (mgr.14180) 334 : cluster [DBG] pgmap v307: 97 pgs: 4 creating+peering, 15 unknown, 78 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s wr, 0 op/s 2024-02-11T17:10:24.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:24 smithi029 bash[14177]: audit 2024-02-11T17:10:23.413414+0000 mon.smithi029 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:24.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:24 smithi029 bash[14177]: cephadm 2024-02-11T17:10:23.415537+0000 mgr.smithi029.rubqla (mgr.14180) 335 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi073.mxjoir 2024-02-11T17:10:24.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:24 smithi029 bash[14177]: audit 2024-02-11T17:10:23.415927+0000 mon.smithi029 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi073.mxjoir", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-11T17:10:24.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:24 smithi029 bash[14177]: audit 2024-02-11T17:10:23.420705+0000 mon.smithi029 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi073.mxjoir", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-11T17:10:24.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:24 smithi029 bash[14177]: cephadm 2024-02-11T17:10:23.421472+0000 mgr.smithi029.rubqla (mgr.14180) 336 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-11T17:10:24.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:24 smithi029 bash[14177]: audit 2024-02-11T17:10:23.421800+0000 mon.smithi029 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-11T17:10:24.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:24 smithi029 bash[14177]: audit 2024-02-11T17:10:23.425781+0000 mon.smithi029 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-11T17:10:24.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:24 smithi029 bash[14177]: audit 2024-02-11T17:10:23.427380+0000 mon.smithi029 (mon.0) 725 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:10:24.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:24 smithi029 bash[14177]: audit 2024-02-11T17:10:23.477719+0000 mon.smithi029 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-11T17:10:24.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:24 smithi029 bash[14177]: audit 2024-02-11T17:10:23.482198+0000 mon.smithi029 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-11T17:10:24.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:24 smithi029 bash[14177]: cephadm 2024-02-11T17:10:23.536794+0000 mgr.smithi029.rubqla (mgr.14180) 337 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-11T17:10:24.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:24 smithi029 bash[14177]: cephadm 2024-02-11T17:10:23.536931+0000 mgr.smithi029.rubqla (mgr.14180) 338 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi073.mxjoir-rgw 2024-02-11T17:10:24.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:24 smithi029 bash[14177]: audit 2024-02-11T17:10:23.537322+0000 mon.smithi029 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi073.mxjoir-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-11T17:10:24.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:24 smithi029 bash[14177]: audit 2024-02-11T17:10:23.542251+0000 mon.smithi029 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi073.mxjoir-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-11T17:10:24.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:24 smithi029 bash[14177]: audit 2024-02-11T17:10:23.543661+0000 mon.smithi029 (mon.0) 730 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:10:24.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:24 smithi029 bash[14177]: cephadm 2024-02-11T17:10:23.544616+0000 mgr.smithi029.rubqla (mgr.14180) 339 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi073.mxjoir on smithi073 2024-02-11T17:10:24.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:24 smithi029 bash[14177]: cluster 2024-02-11T17:10:23.950880+0000 mgr.smithi029.rubqla (mgr.14180) 340 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 156 B/s rd, 313 B/s wr, 0 op/s 2024-02-11T17:10:24.743 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:24 smithi073 bash[18997]: audit 2024-02-11T17:10:23.413414+0000 mon.smithi029 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:24.743 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:24 smithi073 bash[18997]: cephadm 2024-02-11T17:10:23.415537+0000 mgr.smithi029.rubqla (mgr.14180) 335 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi073.mxjoir 2024-02-11T17:10:24.743 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:24 smithi073 bash[18997]: audit 2024-02-11T17:10:23.415927+0000 mon.smithi029 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi073.mxjoir", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-11T17:10:24.743 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:24 smithi073 bash[18997]: audit 2024-02-11T17:10:23.420705+0000 mon.smithi029 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi073.mxjoir", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-11T17:10:24.743 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:24 smithi073 bash[18997]: cephadm 2024-02-11T17:10:23.421472+0000 mgr.smithi029.rubqla (mgr.14180) 336 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-11T17:10:24.743 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:24 smithi073 bash[18997]: audit 2024-02-11T17:10:23.421800+0000 mon.smithi029 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-11T17:10:24.743 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:24 smithi073 bash[18997]: audit 2024-02-11T17:10:23.425781+0000 mon.smithi029 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-11T17:10:24.743 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:24 smithi073 bash[18997]: audit 2024-02-11T17:10:23.427380+0000 mon.smithi029 (mon.0) 725 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:10:24.743 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:24 smithi073 bash[18997]: audit 2024-02-11T17:10:23.477719+0000 mon.smithi029 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-11T17:10:24.744 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:24 smithi073 bash[18997]: audit 2024-02-11T17:10:23.482198+0000 mon.smithi029 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-11T17:10:24.744 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:24 smithi073 bash[18997]: cephadm 2024-02-11T17:10:23.536794+0000 mgr.smithi029.rubqla (mgr.14180) 337 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-11T17:10:24.744 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:24 smithi073 bash[18997]: cephadm 2024-02-11T17:10:23.536931+0000 mgr.smithi029.rubqla (mgr.14180) 338 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi073.mxjoir-rgw 2024-02-11T17:10:24.744 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:24 smithi073 bash[18997]: audit 2024-02-11T17:10:23.537322+0000 mon.smithi029 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi073.mxjoir-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-11T17:10:24.744 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:24 smithi073 bash[18997]: audit 2024-02-11T17:10:23.542251+0000 mon.smithi029 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi073.mxjoir-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-11T17:10:24.744 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:24 smithi073 bash[18997]: audit 2024-02-11T17:10:23.543661+0000 mon.smithi029 (mon.0) 730 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:10:24.744 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:24 smithi073 bash[18997]: cephadm 2024-02-11T17:10:23.544616+0000 mgr.smithi029.rubqla (mgr.14180) 339 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi073.mxjoir on smithi073 2024-02-11T17:10:24.744 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:24 smithi073 bash[18997]: cluster 2024-02-11T17:10:23.950880+0000 mgr.smithi029.rubqla (mgr.14180) 340 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 156 B/s rd, 313 B/s wr, 0 op/s 2024-02-11T17:10:25.411 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:10:25.411 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:09:53.786381Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:09:53.042329Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:09:53.786742Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:10:00.334511Z 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.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:09:53.042559Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:09:53.042698Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:09:53.042829Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:09:53.042962Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:09:53.787095Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:10:26.445 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-11T17:10:27.282 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:27 smithi073 bash[18997]: audit 2024-02-11T17:10:25.401802+0000 mgr.smithi029.rubqla (mgr.14180) 341 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:27.283 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:27 smithi073 bash[18997]: cluster 2024-02-11T17:10:25.951756+0000 mgr.smithi029.rubqla (mgr.14180) 342 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 255 B/s wr, 0 op/s 2024-02-11T17:10:27.283 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:27 smithi073 bash[18997]: audit 2024-02-11T17:10:26.188515+0000 mon.smithi029 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:27.283 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:27 smithi073 bash[18997]: audit 2024-02-11T17:10:26.197898+0000 mon.smithi029 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:27.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:27 smithi029 bash[14177]: audit 2024-02-11T17:10:25.401802+0000 mgr.smithi029.rubqla (mgr.14180) 341 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:27.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:27 smithi029 bash[14177]: cluster 2024-02-11T17:10:25.951756+0000 mgr.smithi029.rubqla (mgr.14180) 342 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 255 B/s wr, 0 op/s 2024-02-11T17:10:27.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:27 smithi029 bash[14177]: audit 2024-02-11T17:10:26.188515+0000 mon.smithi029 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:27.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:27 smithi029 bash[14177]: audit 2024-02-11T17:10:26.197898+0000 mon.smithi029 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:27.446 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:28.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:28 smithi073 bash[18997]: cephadm 2024-02-11T17:10:26.213264+0000 mgr.smithi029.rubqla (mgr.14180) 343 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.wfozza on smithi073 2024-02-11T17:10:28.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:28 smithi073 bash[18997]: audit 2024-02-11T17:10:27.385492+0000 mon.smithi029 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:28.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:28 smithi029 bash[14177]: cephadm 2024-02-11T17:10:26.213264+0000 mgr.smithi029.rubqla (mgr.14180) 343 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.wfozza on smithi073 2024-02-11T17:10:28.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:28 smithi029 bash[14177]: audit 2024-02-11T17:10:27.385492+0000 mon.smithi029 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:29.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:29 smithi029 bash[14177]: cluster 2024-02-11T17:10:27.952571+0000 mgr.smithi029.rubqla (mgr.14180) 344 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.0 KiB/s wr, 2 op/s 2024-02-11T17:10:29.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:29 smithi073 bash[18997]: cluster 2024-02-11T17:10:27.952571+0000 mgr.smithi029.rubqla (mgr.14180) 344 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.0 KiB/s wr, 2 op/s 2024-02-11T17:10:31.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:31 smithi029 bash[14177]: cluster 2024-02-11T17:10:29.953356+0000 mgr.smithi029.rubqla (mgr.14180) 345 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 972 B/s wr, 2 op/s 2024-02-11T17:10:31.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:31 smithi029 bash[14177]: audit 2024-02-11T17:10:30.131580+0000 mon.smithi029 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.wfozza"}]: dispatch 2024-02-11T17:10:31.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:31 smithi073 bash[18997]: cluster 2024-02-11T17:10:29.953356+0000 mgr.smithi029.rubqla (mgr.14180) 345 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 972 B/s wr, 2 op/s 2024-02-11T17:10:31.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:31 smithi073 bash[18997]: audit 2024-02-11T17:10:30.131580+0000 mon.smithi029 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.wfozza"}]: dispatch 2024-02-11T17:10:31.692 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:10:31.692 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:09:53.786381Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:09:53.042329Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:09:53.786742Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:10:00.334511Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:10:30.132637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wfozza on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-wfozza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-wfozza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.wfozza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.wfozza\nDeploy daemon haproxy.nfs.foo.smithi073.wfozza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -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.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:09:53.042559Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:09:53.042698Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:09:53.042829Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:09:53.042962Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:09:53.787095Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:10:32.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: cephadm 2024-02-11T17:10:30.130484+0000 mgr.smithi029.rubqla (mgr.14180) 346 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-wfozza 2024-02-11T17:10:32.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:10:32.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-wfozza 2024-02-11T17:10:32.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.wfozza 2024-02-11T17:10:32.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:10:32.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.wfozza 2024-02-11T17:10:32.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.wfozza ... 2024-02-11T17:10:32.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:32.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:10:32.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:10:32.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:10:32.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:32.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:10:32.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:10:32.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:10:32.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:10:32.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:10:32.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-wfozza 2024-02-11T17:10:32.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:10:32.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-wfozza 2024-02-11T17:10:32.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.wfozza 2024-02-11T17:10:32.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:10:32.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.wfozza 2024-02-11T17:10:32.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.wfozza ... 2024-02-11T17:10:32.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:32.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:10:32.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:10:32.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:10:32.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:32.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: cephadm 2024-02-11T17:10:30.131073+0000 mgr.smithi029.rubqla (mgr.14180) 347 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.wfozza 2024-02-11T17:10:32.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: cephadm 2024-02-11T17:10:30.132779+0000 mgr.smithi029.rubqla (mgr.14180) 348 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.wfozza on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-wfozza 2024-02-11T17:10:32.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:10:32.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-wfozza 2024-02-11T17:10:32.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.wfozza 2024-02-11T17:10:32.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:10:32.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.wfozza 2024-02-11T17:10:32.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.wfozza ... 2024-02-11T17:10:32.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:32.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:10:32.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:10:32.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:10:32.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:32.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:32 smithi073 bash[18997]: cephadm 2024-02-11T17:10:30.135348+0000 mgr.smithi029.rubqla (mgr.14180) 349 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.qejlcz on smithi029 2024-02-11T17:10:32.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: cephadm 2024-02-11T17:10:30.130484+0000 mgr.smithi029.rubqla (mgr.14180) 346 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-wfozza 2024-02-11T17:10:32.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:10:32.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-wfozza 2024-02-11T17:10:32.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.wfozza 2024-02-11T17:10:32.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:10:32.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.wfozza 2024-02-11T17:10:32.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.wfozza ... 2024-02-11T17:10:32.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:32.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:10:32.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:10:32.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:10:32.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:32.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:10:32.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:10:32.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:10:32.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:10:32.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:10:32.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-wfozza 2024-02-11T17:10:32.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:10:32.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-wfozza 2024-02-11T17:10:32.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.wfozza 2024-02-11T17:10:32.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:10:32.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.wfozza 2024-02-11T17:10:32.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.wfozza ... 2024-02-11T17:10:32.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:32.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:10:32.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:10:32.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:10:32.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:32.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: cephadm 2024-02-11T17:10:30.131073+0000 mgr.smithi029.rubqla (mgr.14180) 347 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.wfozza 2024-02-11T17:10:32.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: cephadm 2024-02-11T17:10:30.132779+0000 mgr.smithi029.rubqla (mgr.14180) 348 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.wfozza on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-wfozza 2024-02-11T17:10:32.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:10:32.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-wfozza 2024-02-11T17:10:32.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.wfozza 2024-02-11T17:10:32.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:10:32.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.wfozza 2024-02-11T17:10:32.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.wfozza ... 2024-02-11T17:10:32.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:32.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:10:32.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:10:32.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:10:32.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:32.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:32 smithi029 bash[14177]: cephadm 2024-02-11T17:10:30.135348+0000 mgr.smithi029.rubqla (mgr.14180) 349 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.qejlcz on smithi029 2024-02-11T17:10:32.688 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-11T17:10:33.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:33 smithi073 bash[18997]: audit 2024-02-11T17:10:31.678982+0000 mgr.smithi029.rubqla (mgr.14180) 350 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:33.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:33 smithi073 bash[18997]: cluster 2024-02-11T17:10:31.954262+0000 mgr.smithi029.rubqla (mgr.14180) 351 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 853 B/s wr, 2 op/s 2024-02-11T17:10:33.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:33 smithi073 bash[18997]: audit 2024-02-11T17:10:32.400584+0000 mon.smithi029 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:33.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:33 smithi029 bash[14177]: audit 2024-02-11T17:10:31.678982+0000 mgr.smithi029.rubqla (mgr.14180) 350 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:33.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:33 smithi029 bash[14177]: cluster 2024-02-11T17:10:31.954262+0000 mgr.smithi029.rubqla (mgr.14180) 351 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 853 B/s wr, 2 op/s 2024-02-11T17:10:33.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:33 smithi029 bash[14177]: audit 2024-02-11T17:10:32.400584+0000 mon.smithi029 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:33.689 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:35.322 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:35 smithi029 bash[14177]: cluster 2024-02-11T17:10:33.955237+0000 mgr.smithi029.rubqla (mgr.14180) 352 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-02-11T17:10:35.322 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:35 smithi029 bash[14177]: audit 2024-02-11T17:10:34.825171+0000 mon.smithi029 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.qejlcz"}]: dispatch 2024-02-11T17:10:35.322 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:35 smithi029 bash[14177]: audit 2024-02-11T17:10:34.835019+0000 mon.smithi029 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:35.322 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:35 smithi029 bash[14177]: audit 2024-02-11T17:10:34.838843+0000 mon.smithi029 (mon.0) 738 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:10:35.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:35 smithi073 bash[18997]: cluster 2024-02-11T17:10:33.955237+0000 mgr.smithi029.rubqla (mgr.14180) 352 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-02-11T17:10:35.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:35 smithi073 bash[18997]: audit 2024-02-11T17:10:34.825171+0000 mon.smithi029 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.qejlcz"}]: dispatch 2024-02-11T17:10:35.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:35 smithi073 bash[18997]: audit 2024-02-11T17:10:34.835019+0000 mon.smithi029 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:35.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:35 smithi073 bash[18997]: audit 2024-02-11T17:10:34.838843+0000 mon.smithi029 (mon.0) 738 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:10:36.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: cephadm 2024-02-11T17:10:34.824068+0000 mgr.smithi029.rubqla (mgr.14180) 353 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejlcz 2024-02-11T17:10:36.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:10:36.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejlcz 2024-02-11T17:10:36.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejlcz 2024-02-11T17:10:36.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:10:36.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejlcz 2024-02-11T17:10:36.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.qejlcz ... 2024-02-11T17:10:36.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:36.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:10:36.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:10:36.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:10:36.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:36.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:10:36.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:10:36.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:10:36.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:10:36.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:10:36.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejlcz 2024-02-11T17:10:36.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:10:36.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejlcz 2024-02-11T17:10:36.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejlcz 2024-02-11T17:10:36.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:10:36.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejlcz 2024-02-11T17:10:36.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.qejlcz ... 2024-02-11T17:10:36.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:36.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:10:36.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:10:36.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:10:36.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:36.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: cephadm 2024-02-11T17:10:34.824594+0000 mgr.smithi029.rubqla (mgr.14180) 354 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.qejlcz 2024-02-11T17:10:36.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: cephadm 2024-02-11T17:10:34.826470+0000 mgr.smithi029.rubqla (mgr.14180) 355 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.qejlcz on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejlcz 2024-02-11T17:10:36.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:10:36.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejlcz 2024-02-11T17:10:36.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejlcz 2024-02-11T17:10:36.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:10:36.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejlcz 2024-02-11T17:10:36.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.qejlcz ... 2024-02-11T17:10:36.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:36.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:10:36.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:10:36.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:10:36.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:36.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: cephadm 2024-02-11T17:10:34.835602+0000 mgr.smithi029.rubqla (mgr.14180) 356 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.wtgucu on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:10:36.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: cephadm 2024-02-11T17:10:34.837608+0000 mgr.smithi029.rubqla (mgr.14180) 357 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.lwukto on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:10:36.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: cluster 2024-02-11T17:10:34.838745+0000 mgr.smithi029.rubqla (mgr.14180) 358 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-02-11T17:10:36.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:36 smithi073 bash[18997]: cluster 2024-02-11T17:10:35.832598+0000 mon.smithi029 (mon.0) 739 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:10:36.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: cephadm 2024-02-11T17:10:34.824068+0000 mgr.smithi029.rubqla (mgr.14180) 353 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejlcz 2024-02-11T17:10:36.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:10:36.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejlcz 2024-02-11T17:10:36.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejlcz 2024-02-11T17:10:36.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:10:36.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejlcz 2024-02-11T17:10:36.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.qejlcz ... 2024-02-11T17:10:36.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:36.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:10:36.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:10:36.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:10:36.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:36.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:10:36.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:10:36.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:10:36.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:10:36.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:10:36.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejlcz 2024-02-11T17:10:36.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:10:36.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejlcz 2024-02-11T17:10:36.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejlcz 2024-02-11T17:10:36.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:10:36.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejlcz 2024-02-11T17:10:36.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.qejlcz ... 2024-02-11T17:10:36.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:36.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:10:36.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:10:36.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:10:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: cephadm 2024-02-11T17:10:34.824594+0000 mgr.smithi029.rubqla (mgr.14180) 354 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.qejlcz 2024-02-11T17:10:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: cephadm 2024-02-11T17:10:34.826470+0000 mgr.smithi029.rubqla (mgr.14180) 355 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.qejlcz on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejlcz 2024-02-11T17:10:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:10:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejlcz 2024-02-11T17:10:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejlcz 2024-02-11T17:10:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:10:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejlcz 2024-02-11T17:10:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.qejlcz ... 2024-02-11T17:10:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:10:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:10:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:10:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: cephadm 2024-02-11T17:10:34.835602+0000 mgr.smithi029.rubqla (mgr.14180) 356 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.wtgucu on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:10:36.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: cephadm 2024-02-11T17:10:34.837608+0000 mgr.smithi029.rubqla (mgr.14180) 357 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.lwukto on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:10:36.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: cluster 2024-02-11T17:10:34.838745+0000 mgr.smithi029.rubqla (mgr.14180) 358 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-02-11T17:10:36.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:36 smithi029 bash[14177]: cluster 2024-02-11T17:10:35.832598+0000 mon.smithi029 (mon.0) 739 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:10:38.193 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:10:38.193 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:09:53.786381Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:09:53.042329Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:09:53.786742Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:10:00.334511Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:10:30.132637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wfozza on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-wfozza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-wfozza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.wfozza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.wfozza\nDeploy daemon haproxy.nfs.foo.smithi073.wfozza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:10:34.826275Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.qejlcz on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejlcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejlcz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejlcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejlcz\nDeploy daemon haproxy.nfs.foo.smithi029.qejlcz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:10:34.835419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wtgucu on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:10:34.837496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lwukto on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:09:53.042559Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:09:53.042698Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:09:53.042829Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:09:53.042962Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:09:53.787095Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:10:38.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:38 smithi073 bash[18997]: cluster 2024-02-11T17:10:36.839601+0000 mgr.smithi029.rubqla (mgr.14180) 359 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-02-11T17:10:38.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:38 smithi073 bash[18997]: audit 2024-02-11T17:10:37.410694+0000 mon.smithi029 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:38.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:38 smithi029 bash[14177]: cluster 2024-02-11T17:10:36.839601+0000 mgr.smithi029.rubqla (mgr.14180) 359 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-02-11T17:10:38.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:38 smithi029 bash[14177]: audit 2024-02-11T17:10:37.410694+0000 mon.smithi029 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:39.200 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-11T17:10:40.201 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:40.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:40 smithi073 bash[18997]: audit 2024-02-11T17:10:38.178925+0000 mgr.smithi029.rubqla (mgr.14180) 360 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:40.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:40 smithi073 bash[18997]: cluster 2024-02-11T17:10:38.840769+0000 mgr.smithi029.rubqla (mgr.14180) 361 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 752 B/s wr, 2 op/s 2024-02-11T17:10:40.424 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:40 smithi029 bash[14177]: audit 2024-02-11T17:10:38.178925+0000 mgr.smithi029.rubqla (mgr.14180) 360 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:40.424 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:40 smithi029 bash[14177]: cluster 2024-02-11T17:10:38.840769+0000 mgr.smithi029.rubqla (mgr.14180) 361 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 752 B/s wr, 2 op/s 2024-02-11T17:10:41.734 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:41 smithi029 bash[14177]: audit 2024-02-11T17:10:40.451629+0000 mon.smithi029 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:41.734 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:41 smithi029 bash[14177]: cluster 2024-02-11T17:10:40.841767+0000 mgr.smithi029.rubqla (mgr.14180) 362 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 752 B/s wr, 2 op/s 2024-02-11T17:10:41.734 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:41 smithi029 bash[14177]: audit 2024-02-11T17:10:40.909626+0000 mon.smithi029 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:41.734 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:41 smithi029 bash[14177]: audit 2024-02-11T17:10:41.182079+0000 mon.smithi029 (mon.0) 743 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:10:41.734 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:41 smithi029 bash[14177]: audit 2024-02-11T17:10:41.183813+0000 mon.smithi029 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:10:41.734 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:41 smithi029 bash[14177]: audit 2024-02-11T17:10:41.191032+0000 mon.smithi029 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:41.734 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:41 smithi029 bash[14177]: audit 2024-02-11T17:10:41.200975+0000 mon.smithi029 (mon.0) 746 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:10:41.734 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:41 smithi029 bash[14177]: audit 2024-02-11T17:10:41.215491+0000 mon.smithi029 (mon.0) 747 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:41.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:41 smithi073 bash[18997]: audit 2024-02-11T17:10:40.451629+0000 mon.smithi029 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:41.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:41 smithi073 bash[18997]: cluster 2024-02-11T17:10:40.841767+0000 mgr.smithi029.rubqla (mgr.14180) 362 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 752 B/s wr, 2 op/s 2024-02-11T17:10:41.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:41 smithi073 bash[18997]: audit 2024-02-11T17:10:40.909626+0000 mon.smithi029 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:41.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:41 smithi073 bash[18997]: audit 2024-02-11T17:10:41.182079+0000 mon.smithi029 (mon.0) 743 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:10:41.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:41 smithi073 bash[18997]: audit 2024-02-11T17:10:41.183813+0000 mon.smithi029 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:10:41.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:41 smithi073 bash[18997]: audit 2024-02-11T17:10:41.191032+0000 mon.smithi029 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:41.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:41 smithi073 bash[18997]: audit 2024-02-11T17:10:41.200975+0000 mon.smithi029 (mon.0) 746 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:10:41.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:41 smithi073 bash[18997]: audit 2024-02-11T17:10:41.215491+0000 mon.smithi029 (mon.0) 747 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:42.729 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:42 smithi073 bash[18997]: cluster 2024-02-11T17:10:41.192241+0000 mgr.smithi029.rubqla (mgr.14180) 363 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 886 B/s wr, 3 op/s 2024-02-11T17:10:42.729 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:42 smithi073 bash[18997]: cephadm 2024-02-11T17:10:41.219554+0000 mgr.smithi029.rubqla (mgr.14180) 364 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.igcchh on smithi073 2024-02-11T17:10:42.729 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:42 smithi073 bash[18997]: cluster 2024-02-11T17:10:41.449376+0000 mon.smithi029 (mon.0) 748 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:10:42.729 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:42 smithi073 bash[18997]: cluster 2024-02-11T17:10:41.449437+0000 mon.smithi029 (mon.0) 749 : cluster [INF] Cluster is now healthy 2024-02-11T17:10:42.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:42 smithi029 bash[14177]: cluster 2024-02-11T17:10:41.192241+0000 mgr.smithi029.rubqla (mgr.14180) 363 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 886 B/s wr, 3 op/s 2024-02-11T17:10:42.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:42 smithi029 bash[14177]: cephadm 2024-02-11T17:10:41.219554+0000 mgr.smithi029.rubqla (mgr.14180) 364 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.igcchh on smithi073 2024-02-11T17:10:42.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:42 smithi029 bash[14177]: cluster 2024-02-11T17:10:41.449376+0000 mon.smithi029 (mon.0) 748 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:10:42.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:42 smithi029 bash[14177]: cluster 2024-02-11T17:10:41.449437+0000 mon.smithi029 (mon.0) 749 : cluster [INF] Cluster is now healthy 2024-02-11T17:10:44.585 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:10:44.585 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:10:40.896527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:10:40.440604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:10:40.897001Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:10:00.334511Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-11T17:10:30.132637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.wfozza on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-wfozza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-wfozza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.wfozza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.wfozza\nDeploy daemon haproxy.nfs.foo.smithi073.wfozza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:10:34.826275Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.qejlcz on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejlcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejlcz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejlcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejlcz\nDeploy daemon haproxy.nfs.foo.smithi029.qejlcz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:10:34.835419Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wtgucu on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:10:34.837496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lwukto on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:10:40.442798Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:10:40.440959Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:10:40.441205Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:10:40.443057Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:10:40.441455Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:10:40.441759Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:10:40.897535Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:10:44.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:44 smithi073 bash[18997]: cluster 2024-02-11T17:10:43.193246+0000 mgr.smithi029.rubqla (mgr.14180) 365 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 221 B/s rd, 0 op/s 2024-02-11T17:10:44.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:44 smithi029 bash[14177]: cluster 2024-02-11T17:10:43.193246+0000 mgr.smithi029.rubqla (mgr.14180) 365 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 221 B/s rd, 0 op/s 2024-02-11T17:10:45.624 INFO:tasks.cephadm:nfs.foo has 2/2 2024-02-11T17:10:45.624 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-11T17:10:45.633 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-02-11T17:10:45.634 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:45.839 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: audit 2024-02-11T17:10:44.571627+0000 mgr.smithi029.rubqla (mgr.14180) 366 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:45.840 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: cephadm 2024-02-11T17:10:44.985293+0000 mgr.smithi029.rubqla (mgr.14180) 367 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-igcchh 2024-02-11T17:10:45.840 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:10:45.840 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-igcchh 2024-02-11T17:10:45.840 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.igcchh 2024-02-11T17:10:45.840 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:10:45.840 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.igcchh 2024-02-11T17:10:45.840 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.igcchh ... 2024-02-11T17:10:45.840 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:45.840 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:10:45.840 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:10:45.840 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:10:45.840 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:45.840 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:10:45.841 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:10:45.841 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:10:45.841 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:10:45.841 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:10:45.841 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-igcchh 2024-02-11T17:10:45.841 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:10:45.841 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-igcchh 2024-02-11T17:10:45.841 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.igcchh 2024-02-11T17:10:45.841 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:10:45.841 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.igcchh 2024-02-11T17:10:45.841 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.igcchh ... 2024-02-11T17:10:45.841 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:45.842 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:10:45.842 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:10:45.842 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:10:45.842 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:45.842 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: cephadm 2024-02-11T17:10:44.985726+0000 mgr.smithi029.rubqla (mgr.14180) 368 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.igcchh 2024-02-11T17:10:45.842 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: audit 2024-02-11T17:10:44.986320+0000 mon.smithi029 (mon.0) 750 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.igcchh"}]: dispatch 2024-02-11T17:10:45.842 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: cephadm 2024-02-11T17:10:44.987598+0000 mgr.smithi029.rubqla (mgr.14180) 369 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.igcchh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-igcchh 2024-02-11T17:10:45.842 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:10:45.842 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-igcchh 2024-02-11T17:10:45.842 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.igcchh 2024-02-11T17:10:45.842 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:10:45.842 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.igcchh 2024-02-11T17:10:45.842 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.igcchh ... 2024-02-11T17:10:45.843 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:45.843 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:10:45.843 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:10:45.843 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:10:45.843 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:45.843 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:45 smithi029 bash[14177]: cephadm 2024-02-11T17:10:44.992280+0000 mgr.smithi029.rubqla (mgr.14180) 370 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.hffmnr on smithi029 2024-02-11T17:10:45.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: audit 2024-02-11T17:10:44.571627+0000 mgr.smithi029.rubqla (mgr.14180) 366 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:45.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: cephadm 2024-02-11T17:10:44.985293+0000 mgr.smithi029.rubqla (mgr.14180) 367 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-igcchh 2024-02-11T17:10:45.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:10:45.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-igcchh 2024-02-11T17:10:45.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.igcchh 2024-02-11T17:10:45.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:10:45.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.igcchh 2024-02-11T17:10:45.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.igcchh ... 2024-02-11T17:10:45.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:45.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:10:45.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:10:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:10:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:10:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:10:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:10:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:10:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:10:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-igcchh 2024-02-11T17:10:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:10:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-igcchh 2024-02-11T17:10:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.igcchh 2024-02-11T17:10:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:10:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.igcchh 2024-02-11T17:10:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.igcchh ... 2024-02-11T17:10:45.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:45.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:10:45.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:10:45.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:10:45.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:45.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: cephadm 2024-02-11T17:10:44.985726+0000 mgr.smithi029.rubqla (mgr.14180) 368 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.igcchh 2024-02-11T17:10:45.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: audit 2024-02-11T17:10:44.986320+0000 mon.smithi029 (mon.0) 750 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.igcchh"}]: dispatch 2024-02-11T17:10:45.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: cephadm 2024-02-11T17:10:44.987598+0000 mgr.smithi029.rubqla (mgr.14180) 369 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.igcchh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-igcchh 2024-02-11T17:10:45.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:10:45.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-igcchh 2024-02-11T17:10:45.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.igcchh 2024-02-11T17:10:45.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:10:45.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.igcchh 2024-02-11T17:10:45.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.igcchh ... 2024-02-11T17:10:45.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:45.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:10:45.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:10:45.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:10:45.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:45.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:45 smithi073 bash[18997]: cephadm 2024-02-11T17:10:44.992280+0000 mgr.smithi029.rubqla (mgr.14180) 370 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.hffmnr on smithi029 2024-02-11T17:10:46.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:46 smithi073 bash[18997]: cluster 2024-02-11T17:10:45.194086+0000 mgr.smithi029.rubqla (mgr.14180) 371 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-11T17:10:46.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:46 smithi029 bash[14177]: cluster 2024-02-11T17:10:45.194086+0000 mgr.smithi029.rubqla (mgr.14180) 371 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-11T17:10:48.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:48 smithi073 bash[18997]: cluster 2024-02-11T17:10:47.195077+0000 mgr.smithi029.rubqla (mgr.14180) 372 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-11T17:10:48.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:48 smithi029 bash[14177]: cluster 2024-02-11T17:10:47.195077+0000 mgr.smithi029.rubqla (mgr.14180) 372 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-11T17:10:49.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:49 smithi073 bash[18997]: audit 2024-02-11T17:10:49.260639+0000 mon.smithi029 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.hffmnr"}]: dispatch 2024-02-11T17:10:49.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:49 smithi073 bash[18997]: audit 2024-02-11T17:10:49.272967+0000 mon.smithi029 (mon.0) 752 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:10:49.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:49 smithi029 bash[14177]: audit 2024-02-11T17:10:49.260639+0000 mon.smithi029 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.hffmnr"}]: dispatch 2024-02-11T17:10:49.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:49 smithi029 bash[14177]: audit 2024-02-11T17:10:49.272967+0000 mon.smithi029 (mon.0) 752 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:10:49.953 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:10:49.953 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:10:40.896527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:10:40.440604Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:10:40.897001Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:10:34.837496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lwukto on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:10:44.987337Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.igcchh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-igcchh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-igcchh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.igcchh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.igcchh\nDeploy daemon haproxy.nfs.foo.smithi073.igcchh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:10:49.262311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.hffmnr on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hffmnr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hffmnr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hffmnr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hffmnr\nDeploy daemon haproxy.nfs.foo.smithi029.hffmnr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:10:49.266466Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.iquhgp on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:10:49.268799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qimcph on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:10:40.442798Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:10:40.440959Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:10:40.441205Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:10:40.443057Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:10:40.441455Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:10:40.441759Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:10:40.897535Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:10:50.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: cluster 2024-02-11T17:10:49.195671+0000 mgr.smithi029.rubqla (mgr.14180) 373 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-11T17:10:50.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: cephadm 2024-02-11T17:10:49.259252+0000 mgr.smithi029.rubqla (mgr.14180) 374 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hffmnr 2024-02-11T17:10:50.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:10:50.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hffmnr 2024-02-11T17:10:50.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hffmnr 2024-02-11T17:10:50.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:10:50.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hffmnr 2024-02-11T17:10:50.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.hffmnr ... 2024-02-11T17:10:50.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:50.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:10:50.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:10:50.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:10:50.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:50.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:10:50.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:10:50.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:10:50.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:10:50.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:10:50.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hffmnr 2024-02-11T17:10:50.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:10:50.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hffmnr 2024-02-11T17:10:50.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hffmnr 2024-02-11T17:10:50.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:10:50.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hffmnr 2024-02-11T17:10:50.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.hffmnr ... 2024-02-11T17:10:50.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:50.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:10:50.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:10:50.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:10:50.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:50.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: cephadm 2024-02-11T17:10:49.259848+0000 mgr.smithi029.rubqla (mgr.14180) 375 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.hffmnr 2024-02-11T17:10:50.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: cephadm 2024-02-11T17:10:49.262556+0000 mgr.smithi029.rubqla (mgr.14180) 376 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.hffmnr on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hffmnr 2024-02-11T17:10:50.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:10:50.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hffmnr 2024-02-11T17:10:50.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hffmnr 2024-02-11T17:10:50.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:10:50.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hffmnr 2024-02-11T17:10:50.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.hffmnr ... 2024-02-11T17:10:50.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:50.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:10:50.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:10:50.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:10:50.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:50.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: cephadm 2024-02-11T17:10:49.266611+0000 mgr.smithi029.rubqla (mgr.14180) 377 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.iquhgp on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:10:50.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: cephadm 2024-02-11T17:10:49.268925+0000 mgr.smithi029.rubqla (mgr.14180) 378 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.qimcph on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:10:50.848 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: cluster 2024-02-11T17:10:49.269968+0000 mgr.smithi029.rubqla (mgr.14180) 379 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-02-11T17:10:50.848 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: cluster 2024-02-11T17:10:49.479612+0000 mon.smithi029 (mon.0) 753 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:10:50.848 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:50 smithi073 bash[18997]: audit 2024-02-11T17:10:49.938258+0000 mgr.smithi029.rubqla (mgr.14180) 380 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:50.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: cluster 2024-02-11T17:10:49.195671+0000 mgr.smithi029.rubqla (mgr.14180) 373 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-11T17:10:50.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: cephadm 2024-02-11T17:10:49.259252+0000 mgr.smithi029.rubqla (mgr.14180) 374 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hffmnr 2024-02-11T17:10:50.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:10:50.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hffmnr 2024-02-11T17:10:50.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hffmnr 2024-02-11T17:10:50.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:10:50.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hffmnr 2024-02-11T17:10:50.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.hffmnr ... 2024-02-11T17:10:50.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:50.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:10:50.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:10:50.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:10:50.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:50.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:10:50.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:10:50.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:10:50.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:10:50.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:10:50.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hffmnr 2024-02-11T17:10:50.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:10:50.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hffmnr 2024-02-11T17:10:50.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hffmnr 2024-02-11T17:10:50.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:10:50.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hffmnr 2024-02-11T17:10:50.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.hffmnr ... 2024-02-11T17:10:50.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:50.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:10:50.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:10:50.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:10:50.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:50.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: cephadm 2024-02-11T17:10:49.259848+0000 mgr.smithi029.rubqla (mgr.14180) 375 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.hffmnr 2024-02-11T17:10:50.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: cephadm 2024-02-11T17:10:49.262556+0000 mgr.smithi029.rubqla (mgr.14180) 376 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.hffmnr on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hffmnr 2024-02-11T17:10:50.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:10:50.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hffmnr 2024-02-11T17:10:50.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hffmnr 2024-02-11T17:10:50.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:10:50.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hffmnr 2024-02-11T17:10:50.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.hffmnr ... 2024-02-11T17:10:50.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:50.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:10:50.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:10:50.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:10:50.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:10:50.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: cephadm 2024-02-11T17:10:49.266611+0000 mgr.smithi029.rubqla (mgr.14180) 377 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.iquhgp on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:10:50.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: cephadm 2024-02-11T17:10:49.268925+0000 mgr.smithi029.rubqla (mgr.14180) 378 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.qimcph on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:10:50.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: cluster 2024-02-11T17:10:49.269968+0000 mgr.smithi029.rubqla (mgr.14180) 379 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-02-11T17:10:50.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: cluster 2024-02-11T17:10:49.479612+0000 mon.smithi029 (mon.0) 753 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:10:50.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:50 smithi029 bash[14177]: audit 2024-02-11T17:10:49.938258+0000 mgr.smithi029.rubqla (mgr.14180) 380 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:50.966 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:51.967 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:52.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:52 smithi073 bash[18997]: cluster 2024-02-11T17:10:51.271215+0000 mgr.smithi029.rubqla (mgr.14180) 381 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-11T17:10:52.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:52 smithi073 bash[18997]: audit 2024-02-11T17:10:52.424951+0000 mon.smithi029 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:52.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:52 smithi029 bash[14177]: cluster 2024-02-11T17:10:51.271215+0000 mgr.smithi029.rubqla (mgr.14180) 381 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-11T17:10:52.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:52 smithi029 bash[14177]: audit 2024-02-11T17:10:52.424951+0000 mon.smithi029 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:54.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:54 smithi073 bash[18997]: cluster 2024-02-11T17:10:53.272432+0000 mgr.smithi029.rubqla (mgr.14180) 382 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-11T17:10:54.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:54 smithi029 bash[14177]: cluster 2024-02-11T17:10:53.272432+0000 mgr.smithi029.rubqla (mgr.14180) 382 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-11T17:10:56.113 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:10:56.114 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:10:40.896527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:10:40.896767Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:10:40.897001Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:10:34.837496Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lwukto on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:10:44.987337Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.igcchh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-igcchh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-igcchh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.igcchh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.igcchh\nDeploy daemon haproxy.nfs.foo.smithi073.igcchh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:10:49.262311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.hffmnr on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hffmnr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hffmnr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hffmnr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hffmnr\nDeploy daemon haproxy.nfs.foo.smithi029.hffmnr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:10:49.266466Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.iquhgp on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:10:49.268799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qimcph on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:10:40.898763Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:10:40.896265Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:10:40.895833Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:10:40.899000Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:10:40.897264Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:10:40.897769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:10:40.897535Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:10:56.147 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:55 smithi029 bash[14177]: audit 2024-02-11T17:10:54.907118+0000 mon.smithi029 (mon.0) 755 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:56.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:55 smithi073 bash[18997]: audit 2024-02-11T17:10:54.907118+0000 mon.smithi029 (mon.0) 755 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:57.086 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:10:57.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:57 smithi073 bash[18997]: cluster 2024-02-11T17:10:55.273373+0000 mgr.smithi029.rubqla (mgr.14180) 383 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-11T17:10:57.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:57 smithi073 bash[18997]: audit 2024-02-11T17:10:56.239510+0000 mon.smithi029 (mon.0) 756 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:57.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:57 smithi073 bash[18997]: audit 2024-02-11T17:10:56.241041+0000 mon.smithi029 (mon.0) 757 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:10:57.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:57 smithi073 bash[18997]: audit 2024-02-11T17:10:56.242497+0000 mon.smithi029 (mon.0) 758 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:10:57.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:57 smithi073 bash[18997]: audit 2024-02-11T17:10:56.248619+0000 mon.smithi029 (mon.0) 759 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:57.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:57 smithi073 bash[18997]: audit 2024-02-11T17:10:56.256234+0000 mon.smithi029 (mon.0) 760 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:10:57.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:57 smithi073 bash[18997]: audit 2024-02-11T17:10:56.267358+0000 mon.smithi029 (mon.0) 761 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:57.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:57 smithi029 bash[14177]: cluster 2024-02-11T17:10:55.273373+0000 mgr.smithi029.rubqla (mgr.14180) 383 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-11T17:10:57.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:57 smithi029 bash[14177]: audit 2024-02-11T17:10:56.239510+0000 mon.smithi029 (mon.0) 756 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:57.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:57 smithi029 bash[14177]: audit 2024-02-11T17:10:56.241041+0000 mon.smithi029 (mon.0) 757 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:10:57.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:57 smithi029 bash[14177]: audit 2024-02-11T17:10:56.242497+0000 mon.smithi029 (mon.0) 758 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:10:57.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:57 smithi029 bash[14177]: audit 2024-02-11T17:10:56.248619+0000 mon.smithi029 (mon.0) 759 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:57.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:57 smithi029 bash[14177]: audit 2024-02-11T17:10:56.256234+0000 mon.smithi029 (mon.0) 760 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:10:57.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:57 smithi029 bash[14177]: audit 2024-02-11T17:10:56.267358+0000 mon.smithi029 (mon.0) 761 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:10:58.087 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:10:58.292 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:58 smithi029 bash[14177]: audit 2024-02-11T17:10:56.102122+0000 mgr.smithi029.rubqla (mgr.14180) 384 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:58.292 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:58 smithi029 bash[14177]: cluster 2024-02-11T17:10:56.249549+0000 mgr.smithi029.rubqla (mgr.14180) 385 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 226 B/s rd, 0 op/s 2024-02-11T17:10:58.292 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:58 smithi029 bash[14177]: cephadm 2024-02-11T17:10:56.270273+0000 mgr.smithi029.rubqla (mgr.14180) 386 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.szegum on smithi073 2024-02-11T17:10:58.293 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:58 smithi029 bash[14177]: cluster 2024-02-11T17:10:57.247215+0000 mon.smithi029 (mon.0) 762 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:10:58.293 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:10:58 smithi029 bash[14177]: cluster 2024-02-11T17:10:57.247276+0000 mon.smithi029 (mon.0) 763 : cluster [INF] Cluster is now healthy 2024-02-11T17:10:58.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:58 smithi073 bash[18997]: audit 2024-02-11T17:10:56.102122+0000 mgr.smithi029.rubqla (mgr.14180) 384 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:10:58.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:58 smithi073 bash[18997]: cluster 2024-02-11T17:10:56.249549+0000 mgr.smithi029.rubqla (mgr.14180) 385 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 226 B/s rd, 0 op/s 2024-02-11T17:10:58.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:58 smithi073 bash[18997]: cephadm 2024-02-11T17:10:56.270273+0000 mgr.smithi029.rubqla (mgr.14180) 386 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.szegum on smithi073 2024-02-11T17:10:58.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:58 smithi073 bash[18997]: cluster 2024-02-11T17:10:57.247215+0000 mon.smithi029 (mon.0) 762 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:10:58.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:10:58 smithi073 bash[18997]: cluster 2024-02-11T17:10:57.247276+0000 mon.smithi029 (mon.0) 763 : cluster [INF] Cluster is now healthy 2024-02-11T17:11:00.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:00 smithi029 bash[14177]: cluster 2024-02-11T17:10:58.250318+0000 mgr.smithi029.rubqla (mgr.14180) 387 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 226 B/s rd, 0 op/s 2024-02-11T17:11:00.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:00 smithi073 bash[18997]: cluster 2024-02-11T17:10:58.250318+0000 mgr.smithi029.rubqla (mgr.14180) 387 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 226 B/s rd, 0 op/s 2024-02-11T17:11:01.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: cephadm 2024-02-11T17:11:00.044166+0000 mgr.smithi029.rubqla (mgr.14180) 388 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum 2024-02-11T17:11:01.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:11:01.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum 2024-02-11T17:11:01.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum 2024-02-11T17:11:01.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:11:01.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum 2024-02-11T17:11:01.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.szegum ... 2024-02-11T17:11:01.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:11:01.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:11:01.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:11:01.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:11:01.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:11:01.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:11:01.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:11:01.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:11:01.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:11:01.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:11:01.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum 2024-02-11T17:11:01.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:11:01.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum 2024-02-11T17:11:01.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum 2024-02-11T17:11:01.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:11:01.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum 2024-02-11T17:11:01.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.szegum ... 2024-02-11T17:11:01.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:11:01.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:11:01.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:11:01.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:11:01.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:11:01.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: cephadm 2024-02-11T17:11:00.044735+0000 mgr.smithi029.rubqla (mgr.14180) 389 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.szegum 2024-02-11T17:11:01.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: audit 2024-02-11T17:11:00.045176+0000 mon.smithi029 (mon.0) 764 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.szegum"}]: dispatch 2024-02-11T17:11:01.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: cephadm 2024-02-11T17:11:00.046338+0000 mgr.smithi029.rubqla (mgr.14180) 390 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.szegum on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum 2024-02-11T17:11:01.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:11:01.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum 2024-02-11T17:11:01.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum 2024-02-11T17:11:01.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:11:01.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum 2024-02-11T17:11:01.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.szegum ... 2024-02-11T17:11:01.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:11:01.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:11:01.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:11:01.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:11:01.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:11:01.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:01 smithi073 bash[18997]: cephadm 2024-02-11T17:11:00.050059+0000 mgr.smithi029.rubqla (mgr.14180) 391 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.fztwuo on smithi029 2024-02-11T17:11:01.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: cephadm 2024-02-11T17:11:00.044166+0000 mgr.smithi029.rubqla (mgr.14180) 388 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum 2024-02-11T17:11:01.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:11:01.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum 2024-02-11T17:11:01.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum 2024-02-11T17:11:01.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:11:01.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum 2024-02-11T17:11:01.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.szegum ... 2024-02-11T17:11:01.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:11:01.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:11:01.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:11:01.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:11:01.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:11:01.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:11:01.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:11:01.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:11:01.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:11:01.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:11:01.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum 2024-02-11T17:11:01.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:11:01.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum 2024-02-11T17:11:01.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum 2024-02-11T17:11:01.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:11:01.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum 2024-02-11T17:11:01.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.szegum ... 2024-02-11T17:11:01.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:11:01.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:11:01.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:11:01.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:11:01.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:11:01.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: cephadm 2024-02-11T17:11:00.044735+0000 mgr.smithi029.rubqla (mgr.14180) 389 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.szegum 2024-02-11T17:11:01.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: audit 2024-02-11T17:11:00.045176+0000 mon.smithi029 (mon.0) 764 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.szegum"}]: dispatch 2024-02-11T17:11:01.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: cephadm 2024-02-11T17:11:00.046338+0000 mgr.smithi029.rubqla (mgr.14180) 390 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.szegum on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum 2024-02-11T17:11:01.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:11:01.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum 2024-02-11T17:11:01.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum 2024-02-11T17:11:01.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:11:01.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum 2024-02-11T17:11:01.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.szegum ... 2024-02-11T17:11:01.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:11:01.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:11:01.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:11:01.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:11:01.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:11:01.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:01 smithi029 bash[14177]: cephadm 2024-02-11T17:11:00.050059+0000 mgr.smithi029.rubqla (mgr.14180) 391 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.fztwuo on smithi029 2024-02-11T17:11:02.193 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:11:02.193 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:10:56.227555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:10:54.894837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:10:56.227942Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:10:44.987337Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.igcchh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-igcchh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-igcchh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.igcchh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.igcchh\nDeploy daemon haproxy.nfs.foo.smithi073.igcchh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:10:49.262311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.hffmnr on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hffmnr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hffmnr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hffmnr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hffmnr\nDeploy daemon haproxy.nfs.foo.smithi029.hffmnr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:10:49.266466Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.iquhgp on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:10:49.268799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qimcph on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:11:00.046079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.szegum on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum\nDeploy daemon haproxy.nfs.foo.smithi073.szegum ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -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.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:10:54.896212Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:10:54.895074Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:10:54.895240Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:10:54.896389Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:10:54.895380Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:10:54.895539Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:10:56.228362Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:11:02.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:02 smithi073 bash[18997]: cluster 2024-02-11T17:11:00.251173+0000 mgr.smithi029.rubqla (mgr.14180) 392 : cluster [DBG] pgmap v329: 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-02-11T17:11:02.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:02 smithi029 bash[14177]: cluster 2024-02-11T17:11:00.251173+0000 mgr.smithi029.rubqla (mgr.14180) 392 : cluster [DBG] pgmap v329: 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-02-11T17:11:03.161 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:04.162 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:04.176 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:04 smithi029 bash[14177]: audit 2024-02-11T17:11:02.179784+0000 mgr.smithi029.rubqla (mgr.14180) 393 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:04.176 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:04 smithi029 bash[14177]: cluster 2024-02-11T17:11:02.252246+0000 mgr.smithi029.rubqla (mgr.14180) 394 : cluster [DBG] pgmap v330: 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-02-11T17:11:04.176 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:04 smithi029 bash[14177]: audit 2024-02-11T17:11:03.967448+0000 mon.smithi029 (mon.0) 765 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.fztwuo"}]: dispatch 2024-02-11T17:11:04.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:04 smithi073 bash[18997]: audit 2024-02-11T17:11:02.179784+0000 mgr.smithi029.rubqla (mgr.14180) 393 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:04.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:04 smithi073 bash[18997]: cluster 2024-02-11T17:11:02.252246+0000 mgr.smithi029.rubqla (mgr.14180) 394 : cluster [DBG] pgmap v330: 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-02-11T17:11:04.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:04 smithi073 bash[18997]: audit 2024-02-11T17:11:03.967448+0000 mon.smithi029 (mon.0) 765 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.fztwuo"}]: dispatch 2024-02-11T17:11:05.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: cephadm 2024-02-11T17:11:03.966248+0000 mgr.smithi029.rubqla (mgr.14180) 395 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo 2024-02-11T17:11:05.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:11:05.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo 2024-02-11T17:11:05.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo 2024-02-11T17:11:05.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:11:05.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo 2024-02-11T17:11:05.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.fztwuo ... 2024-02-11T17:11:05.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:11:05.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:11:05.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:11:05.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:11:05.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:11:05.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:11:05.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:11:05.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:11:05.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:11:05.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:11:05.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo 2024-02-11T17:11:05.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:11:05.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo 2024-02-11T17:11:05.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo 2024-02-11T17:11:05.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:11:05.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo 2024-02-11T17:11:05.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.fztwuo ... 2024-02-11T17:11:05.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:11:05.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:11:05.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:11:05.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:11:05.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:11:05.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: cephadm 2024-02-11T17:11:03.966809+0000 mgr.smithi029.rubqla (mgr.14180) 396 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.fztwuo 2024-02-11T17:11:05.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: cephadm 2024-02-11T17:11:03.968987+0000 mgr.smithi029.rubqla (mgr.14180) 397 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.fztwuo on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo 2024-02-11T17:11:05.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:11:05.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo 2024-02-11T17:11:05.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo 2024-02-11T17:11:05.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:11:05.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo 2024-02-11T17:11:05.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.fztwuo ... 2024-02-11T17:11:05.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:11:05.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:11:05.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:11:05.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:11:05.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:11:05.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: cephadm 2024-02-11T17:11:03.972944+0000 mgr.smithi029.rubqla (mgr.14180) 398 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.zxswna on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:11:05.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: cephadm 2024-02-11T17:11:03.974645+0000 mgr.smithi029.rubqla (mgr.14180) 399 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.geqxno on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:11:05.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: cluster 2024-02-11T17:11:03.975567+0000 mgr.smithi029.rubqla (mgr.14180) 400 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-11T17:11:05.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:05 smithi073 bash[18997]: cluster 2024-02-11T17:11:04.056695+0000 mon.smithi029 (mon.0) 766 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:11:05.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: cephadm 2024-02-11T17:11:03.966248+0000 mgr.smithi029.rubqla (mgr.14180) 395 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo 2024-02-11T17:11:05.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:11:05.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo 2024-02-11T17:11:05.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo 2024-02-11T17:11:05.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:11:05.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo 2024-02-11T17:11:05.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.fztwuo ... 2024-02-11T17:11:05.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:11:05.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:11:05.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:11:05.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:11:05.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:11:05.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:11:05.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:11:05.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:11:05.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:11:05.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:11:05.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo 2024-02-11T17:11:05.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:11:05.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo 2024-02-11T17:11:05.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo 2024-02-11T17:11:05.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:11:05.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo 2024-02-11T17:11:05.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.fztwuo ... 2024-02-11T17:11:05.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:11:05.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:11:05.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:11:05.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:11:05.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:11:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: cephadm 2024-02-11T17:11:03.966809+0000 mgr.smithi029.rubqla (mgr.14180) 396 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.fztwuo 2024-02-11T17:11:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: cephadm 2024-02-11T17:11:03.968987+0000 mgr.smithi029.rubqla (mgr.14180) 397 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.fztwuo on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo 2024-02-11T17:11:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:11:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo 2024-02-11T17:11:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo 2024-02-11T17:11:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:11:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo 2024-02-11T17:11:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.fztwuo ... 2024-02-11T17:11:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:11:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:11:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:11:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:11:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:11:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: cephadm 2024-02-11T17:11:03.972944+0000 mgr.smithi029.rubqla (mgr.14180) 398 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.zxswna on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:11:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: cephadm 2024-02-11T17:11:03.974645+0000 mgr.smithi029.rubqla (mgr.14180) 399 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.geqxno on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:11:05.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: cluster 2024-02-11T17:11:03.975567+0000 mgr.smithi029.rubqla (mgr.14180) 400 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-11T17:11:05.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:05 smithi029 bash[14177]: cluster 2024-02-11T17:11:04.056695+0000 mon.smithi029 (mon.0) 766 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:11:07.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:07 smithi073 bash[18997]: cluster 2024-02-11T17:11:05.976723+0000 mgr.smithi029.rubqla (mgr.14180) 401 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-11T17:11:07.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:07 smithi029 bash[14177]: cluster 2024-02-11T17:11:05.976723+0000 mgr.smithi029.rubqla (mgr.14180) 401 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-11T17:11:08.199 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:11:08.200 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:10:56.227555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:10:54.894837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:10:56.227942Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:10:49.268799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qimcph on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:11:00.046079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.szegum on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum\nDeploy daemon haproxy.nfs.foo.smithi073.szegum ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:11:03.968766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.fztwuo on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo\nDeploy daemon haproxy.nfs.foo.smithi029.fztwuo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:11:03.972825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.zxswna on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:11:03.974542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.geqxno on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:10:54.896212Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:10:54.895074Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:10:54.895240Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:10:54.896389Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:10:54.895380Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:10:54.895539Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:10:56.228362Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:11:08.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:08 smithi029 bash[14177]: audit 2024-02-11T17:11:07.439682+0000 mon.smithi029 (mon.0) 767 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:11:08.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:08 smithi029 bash[14177]: cluster 2024-02-11T17:11:07.977917+0000 mgr.smithi029.rubqla (mgr.14180) 402 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-11T17:11:08.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:08 smithi073 bash[18997]: audit 2024-02-11T17:11:07.439682+0000 mon.smithi029 (mon.0) 767 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:11:08.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:08 smithi073 bash[18997]: cluster 2024-02-11T17:11:07.977917+0000 mgr.smithi029.rubqla (mgr.14180) 402 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-11T17:11:09.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:09.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:09 smithi073 bash[18997]: audit 2024-02-11T17:11:08.186036+0000 mgr.smithi029.rubqla (mgr.14180) 403 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:09.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:09 smithi029 bash[14177]: audit 2024-02-11T17:11:08.186036+0000 mgr.smithi029.rubqla (mgr.14180) 403 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:10.176 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:10.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:10 smithi029 bash[14177]: cluster 2024-02-11T17:11:09.978958+0000 mgr.smithi029.rubqla (mgr.14180) 404 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-11T17:11:10.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:10 smithi073 bash[18997]: cluster 2024-02-11T17:11:09.978958+0000 mgr.smithi029.rubqla (mgr.14180) 404 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-11T17:11:13.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:13 smithi073 bash[18997]: cluster 2024-02-11T17:11:11.980182+0000 mgr.smithi029.rubqla (mgr.14180) 405 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-11T17:11:13.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:13 smithi029 bash[14177]: cluster 2024-02-11T17:11:11.980182+0000 mgr.smithi029.rubqla (mgr.14180) 405 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-11T17:11:14.274 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:11:14.274 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:10:56.227555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:10:54.894837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:10:56.227942Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:10:49.268799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qimcph on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:11:00.046079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.szegum on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum\nDeploy daemon haproxy.nfs.foo.smithi073.szegum ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:11:03.968766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.fztwuo on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo\nDeploy daemon haproxy.nfs.foo.smithi029.fztwuo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:11:03.972825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.zxswna on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:11:03.974542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.geqxno on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:10:54.896212Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:10:54.895074Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:10:54.895240Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:10:54.896389Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:10:54.895380Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:10:54.895539Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:10:56.228362Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:11:15.317 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:15 smithi029 bash[14177]: cluster 2024-02-11T17:11:13.981374+0000 mgr.smithi029.rubqla (mgr.14180) 406 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 349 B/s rd, 0 op/s 2024-02-11T17:11:15.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:15.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:15 smithi073 bash[18997]: cluster 2024-02-11T17:11:13.981374+0000 mgr.smithi029.rubqla (mgr.14180) 406 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 349 B/s rd, 0 op/s 2024-02-11T17:11:16.318 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:16.330 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:16 smithi029 bash[14177]: audit 2024-02-11T17:11:14.262750+0000 mgr.smithi029.rubqla (mgr.14180) 407 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:16.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:16 smithi073 bash[18997]: audit 2024-02-11T17:11:14.262750+0000 mgr.smithi029.rubqla (mgr.14180) 407 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:17.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:17 smithi073 bash[18997]: cluster 2024-02-11T17:11:15.982554+0000 mgr.smithi029.rubqla (mgr.14180) 408 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:17.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:17 smithi029 bash[14177]: cluster 2024-02-11T17:11:15.982554+0000 mgr.smithi029.rubqla (mgr.14180) 408 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:18.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:18 smithi073 bash[18997]: audit 2024-02-11T17:11:17.054087+0000 mon.smithi029 (mon.0) 768 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:11:18.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:18 smithi029 bash[14177]: audit 2024-02-11T17:11:17.054087+0000 mon.smithi029 (mon.0) 768 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:11:19.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:19 smithi073 bash[18997]: cluster 2024-02-11T17:11:17.983796+0000 mgr.smithi029.rubqla (mgr.14180) 409 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:19.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:19 smithi029 bash[14177]: cluster 2024-02-11T17:11:17.983796+0000 mgr.smithi029.rubqla (mgr.14180) 409 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:20.625 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:11:20.625 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:10:56.227555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:10:54.894837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:10:56.227942Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:10:49.268799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qimcph on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:11:00.046079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.szegum on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum\nDeploy daemon haproxy.nfs.foo.smithi073.szegum ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:11:03.968766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.fztwuo on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo\nDeploy daemon haproxy.nfs.foo.smithi029.fztwuo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:11:03.972825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.zxswna on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:11:03.974542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.geqxno on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:10:54.896212Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:10:54.895074Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:10:54.895240Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:10:54.896389Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:10:54.895380Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:10:54.895539Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:10:56.228362Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:11:21.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:21 smithi029 bash[14177]: cluster 2024-02-11T17:11:19.984957+0000 mgr.smithi029.rubqla (mgr.14180) 410 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:21.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:21 smithi073 bash[18997]: cluster 2024-02-11T17:11:19.984957+0000 mgr.smithi029.rubqla (mgr.14180) 410 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:21.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:22.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:22 smithi073 bash[18997]: audit 2024-02-11T17:11:20.611555+0000 mgr.smithi029.rubqla (mgr.14180) 411 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:22.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:22 smithi029 bash[14177]: audit 2024-02-11T17:11:20.611555+0000 mgr.smithi029.rubqla (mgr.14180) 411 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:22.602 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:23.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:23 smithi029 bash[14177]: cluster 2024-02-11T17:11:21.986349+0000 mgr.smithi029.rubqla (mgr.14180) 412 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:23.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:23 smithi073 bash[18997]: cluster 2024-02-11T17:11:21.986349+0000 mgr.smithi029.rubqla (mgr.14180) 412 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:24.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:24 smithi029 bash[14177]: cluster 2024-02-11T17:11:23.987671+0000 mgr.smithi029.rubqla (mgr.14180) 413 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:11:24.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:24 smithi073 bash[18997]: cluster 2024-02-11T17:11:23.987671+0000 mgr.smithi029.rubqla (mgr.14180) 413 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:11:26.674 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:11:26.675 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:10:56.227555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:10:54.894837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:10:56.227942Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:10:49.268799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qimcph on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:11:00.046079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.szegum on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum\nDeploy daemon haproxy.nfs.foo.smithi073.szegum ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:11:03.968766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.fztwuo on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo\nDeploy daemon haproxy.nfs.foo.smithi029.fztwuo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:11:03.972825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.zxswna on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:11:03.974542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.geqxno on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:10:54.896212Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:10:54.895074Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:10:54.895240Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:10:54.896389Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:10:54.895380Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:10:54.895539Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:10:56.228362Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:11:27.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:27 smithi073 bash[18997]: cluster 2024-02-11T17:11:25.989021+0000 mgr.smithi029.rubqla (mgr.14180) 414 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:27.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:27 smithi029 bash[14177]: cluster 2024-02-11T17:11:25.989021+0000 mgr.smithi029.rubqla (mgr.14180) 414 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:27.627 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:28.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:28 smithi073 bash[18997]: audit 2024-02-11T17:11:26.660598+0000 mgr.smithi029.rubqla (mgr.14180) 415 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:28.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:28 smithi029 bash[14177]: audit 2024-02-11T17:11:26.660598+0000 mgr.smithi029.rubqla (mgr.14180) 415 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:28.628 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:29.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:29 smithi029 bash[14177]: cluster 2024-02-11T17:11:27.990457+0000 mgr.smithi029.rubqla (mgr.14180) 416 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:29.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:29 smithi073 bash[18997]: cluster 2024-02-11T17:11:27.990457+0000 mgr.smithi029.rubqla (mgr.14180) 416 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:31.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:31 smithi073 bash[18997]: cluster 2024-02-11T17:11:29.991199+0000 mgr.smithi029.rubqla (mgr.14180) 417 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:31.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:31 smithi029 bash[14177]: cluster 2024-02-11T17:11:29.991199+0000 mgr.smithi029.rubqla (mgr.14180) 417 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:32.745 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:11:32.745 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:10:56.227555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:10:54.894837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:10:56.227942Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:10:49.268799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qimcph on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:11:00.046079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.szegum on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum\nDeploy daemon haproxy.nfs.foo.smithi073.szegum ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:11:03.968766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.fztwuo on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo\nDeploy daemon haproxy.nfs.foo.smithi029.fztwuo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:11:03.972825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.zxswna on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:11:03.974542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.geqxno on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:10:54.896212Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:10:54.895074Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:10:54.895240Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:10:54.896389Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:10:54.895380Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:10:54.895539Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:10:56.228362Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:11:33.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:33 smithi073 bash[18997]: cluster 2024-02-11T17:11:31.992408+0000 mgr.smithi029.rubqla (mgr.14180) 418 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:33.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:33 smithi029 bash[14177]: cluster 2024-02-11T17:11:31.992408+0000 mgr.smithi029.rubqla (mgr.14180) 418 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:33.659 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:34.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:34 smithi073 bash[18997]: audit 2024-02-11T17:11:32.731458+0000 mgr.smithi029.rubqla (mgr.14180) 419 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:34.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:34 smithi029 bash[14177]: audit 2024-02-11T17:11:32.731458+0000 mgr.smithi029.rubqla (mgr.14180) 419 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:34.660 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:35.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:35 smithi029 bash[14177]: cluster 2024-02-11T17:11:33.993651+0000 mgr.smithi029.rubqla (mgr.14180) 420 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:11:35.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:35 smithi073 bash[18997]: cluster 2024-02-11T17:11:33.993651+0000 mgr.smithi029.rubqla (mgr.14180) 420 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:11:37.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:37 smithi073 bash[18997]: cluster 2024-02-11T17:11:35.994852+0000 mgr.smithi029.rubqla (mgr.14180) 421 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:37.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:37 smithi029 bash[14177]: cluster 2024-02-11T17:11:35.994852+0000 mgr.smithi029.rubqla (mgr.14180) 421 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:38.669 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:11:38.669 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:10:56.227555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:10:54.894837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:10:56.227942Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:10:49.268799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qimcph on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:11:00.046079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.szegum on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum\nDeploy daemon haproxy.nfs.foo.smithi073.szegum ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:11:03.968766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.fztwuo on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo\nDeploy daemon haproxy.nfs.foo.smithi029.fztwuo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:11:03.972825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.zxswna on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:11:03.974542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.geqxno on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:10:54.896212Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:10:54.895074Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:10:54.895240Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:10:54.896389Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:10:54.895380Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:10:54.895539Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:10:56.228362Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:11:39.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:39 smithi029 bash[14177]: cluster 2024-02-11T17:11:37.995991+0000 mgr.smithi029.rubqla (mgr.14180) 422 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:39.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:39 smithi073 bash[18997]: cluster 2024-02-11T17:11:37.995991+0000 mgr.smithi029.rubqla (mgr.14180) 422 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:39.642 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:40.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:40 smithi029 bash[14177]: audit 2024-02-11T17:11:38.655275+0000 mgr.smithi029.rubqla (mgr.14180) 423 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:40.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:40 smithi073 bash[18997]: audit 2024-02-11T17:11:38.655275+0000 mgr.smithi029.rubqla (mgr.14180) 423 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:40.643 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:41.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:41 smithi073 bash[18997]: cluster 2024-02-11T17:11:39.997029+0000 mgr.smithi029.rubqla (mgr.14180) 424 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:41.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:41 smithi029 bash[14177]: cluster 2024-02-11T17:11:39.997029+0000 mgr.smithi029.rubqla (mgr.14180) 424 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:42.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:42 smithi029 bash[14177]: cluster 2024-02-11T17:11:41.998149+0000 mgr.smithi029.rubqla (mgr.14180) 425 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:42.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:42 smithi073 bash[18997]: cluster 2024-02-11T17:11:41.998149+0000 mgr.smithi029.rubqla (mgr.14180) 425 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:44.477 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:11:44.478 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:10:56.227555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:10:54.894837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:10:56.227942Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:10:49.268799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qimcph on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:11:00.046079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.szegum on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum\nDeploy daemon haproxy.nfs.foo.smithi073.szegum ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:11:03.968766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.fztwuo on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo\nDeploy daemon haproxy.nfs.foo.smithi029.fztwuo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:11:03.972825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.zxswna on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:11:03.974542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.geqxno on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:10:54.896212Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:10:54.895074Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:10:54.895240Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:10:54.896389Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:10:54.895380Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:10:54.895539Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:10:56.228362Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:11:45.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:45 smithi073 bash[18997]: cluster 2024-02-11T17:11:43.999349+0000 mgr.smithi029.rubqla (mgr.14180) 426 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:11:45.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:45 smithi029 bash[14177]: cluster 2024-02-11T17:11:43.999349+0000 mgr.smithi029.rubqla (mgr.14180) 426 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:11:45.465 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:46.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:46 smithi073 bash[18997]: audit 2024-02-11T17:11:44.461944+0000 mgr.smithi029.rubqla (mgr.14180) 427 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:46.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:46 smithi029 bash[14177]: audit 2024-02-11T17:11:44.461944+0000 mgr.smithi029.rubqla (mgr.14180) 427 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:46.465 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:47.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:47 smithi073 bash[18997]: cluster 2024-02-11T17:11:46.000564+0000 mgr.smithi029.rubqla (mgr.14180) 428 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:47.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:47 smithi029 bash[14177]: cluster 2024-02-11T17:11:46.000564+0000 mgr.smithi029.rubqla (mgr.14180) 428 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:49.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:49 smithi029 bash[14177]: cluster 2024-02-11T17:11:48.001445+0000 mgr.smithi029.rubqla (mgr.14180) 429 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:49.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:49 smithi073 bash[18997]: cluster 2024-02-11T17:11:48.001445+0000 mgr.smithi029.rubqla (mgr.14180) 429 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:50.282 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:11:50.282 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:10:56.227555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:10:54.894837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:10:56.227942Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:10:49.268799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qimcph on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:11:00.046079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.szegum on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum\nDeploy daemon haproxy.nfs.foo.smithi073.szegum ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:11:03.968766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.fztwuo on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo\nDeploy daemon haproxy.nfs.foo.smithi029.fztwuo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:11:03.972825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.zxswna on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:11:03.974542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.geqxno on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:10:54.896212Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:10:54.895074Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:10:54.895240Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:10:54.896389Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:10:54.895380Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:10:54.895539Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:10:56.228362Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:11:51.295 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:51.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:51 smithi073 bash[18997]: cluster 2024-02-11T17:11:50.001979+0000 mgr.smithi029.rubqla (mgr.14180) 430 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:51.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:51 smithi029 bash[14177]: cluster 2024-02-11T17:11:50.001979+0000 mgr.smithi029.rubqla (mgr.14180) 430 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:52.296 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:52.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:52 smithi073 bash[18997]: audit 2024-02-11T17:11:50.267629+0000 mgr.smithi029.rubqla (mgr.14180) 431 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:52.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:52 smithi029 bash[14177]: audit 2024-02-11T17:11:50.267629+0000 mgr.smithi029.rubqla (mgr.14180) 431 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:53.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:53 smithi029 bash[14177]: cluster 2024-02-11T17:11:52.003140+0000 mgr.smithi029.rubqla (mgr.14180) 432 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:53.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:53 smithi073 bash[18997]: cluster 2024-02-11T17:11:52.003140+0000 mgr.smithi029.rubqla (mgr.14180) 432 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:55.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:55 smithi029 bash[14177]: cluster 2024-02-11T17:11:54.004372+0000 mgr.smithi029.rubqla (mgr.14180) 433 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:11:55.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:55 smithi073 bash[18997]: cluster 2024-02-11T17:11:54.004372+0000 mgr.smithi029.rubqla (mgr.14180) 433 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:11:56.158 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:11:56.158 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:10:56.227555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:10:54.894837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:10:56.227942Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:10:49.268799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qimcph on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:11:00.046079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.szegum on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum\nDeploy daemon haproxy.nfs.foo.smithi073.szegum ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:11:03.968766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.fztwuo on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo\nDeploy daemon haproxy.nfs.foo.smithi029.fztwuo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:11:03.972825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.zxswna on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:11:03.974542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.geqxno on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:10:54.896212Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:10:54.895074Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:10:54.895240Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:10:54.896389Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:10:54.895380Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:10:54.895539Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:10:56.228362Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:11:57.086 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:11:57.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:57 smithi029 bash[14177]: cluster 2024-02-11T17:11:56.005192+0000 mgr.smithi029.rubqla (mgr.14180) 434 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:57.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:57 smithi073 bash[18997]: cluster 2024-02-11T17:11:56.005192+0000 mgr.smithi029.rubqla (mgr.14180) 434 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:58.087 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:11:58.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:58 smithi029 bash[14177]: audit 2024-02-11T17:11:56.143576+0000 mgr.smithi029.rubqla (mgr.14180) 435 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:58.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:58 smithi073 bash[18997]: audit 2024-02-11T17:11:56.143576+0000 mgr.smithi029.rubqla (mgr.14180) 435 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:11:59.424 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:11:59 smithi029 bash[14177]: cluster 2024-02-11T17:11:58.006427+0000 mgr.smithi029.rubqla (mgr.14180) 436 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:11:59.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:11:59 smithi073 bash[18997]: cluster 2024-02-11T17:11:58.006427+0000 mgr.smithi029.rubqla (mgr.14180) 436 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:00.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:00 smithi029 bash[14177]: cluster 2024-02-11T17:12:00.007420+0000 mgr.smithi029.rubqla (mgr.14180) 437 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:00.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:00 smithi073 bash[18997]: cluster 2024-02-11T17:12:00.007420+0000 mgr.smithi029.rubqla (mgr.14180) 437 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:02.165 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:12:02.166 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:10:56.227555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:10:54.894837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:10:56.227942Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:10:49.268799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qimcph on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:11:00.046079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.szegum on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum\nDeploy daemon haproxy.nfs.foo.smithi073.szegum ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:11:03.968766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.fztwuo on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo\nDeploy daemon haproxy.nfs.foo.smithi029.fztwuo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:11:03.972825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.zxswna on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:11:03.974542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.geqxno on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:10:54.896212Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:10:54.895074Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:10:54.895240Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:10:54.896389Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:10:54.895380Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:10:54.895539Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:10:56.228362Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:12:03.095 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:03.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:03 smithi073 bash[18997]: cluster 2024-02-11T17:12:02.008669+0000 mgr.smithi029.rubqla (mgr.14180) 438 : 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-02-11T17:12:03.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:03 smithi029 bash[14177]: cluster 2024-02-11T17:12:02.008669+0000 mgr.smithi029.rubqla (mgr.14180) 438 : 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-02-11T17:12:04.096 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:04.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:04 smithi073 bash[18997]: audit 2024-02-11T17:12:02.149679+0000 mgr.smithi029.rubqla (mgr.14180) 439 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:04.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:04 smithi073 bash[18997]: audit 2024-02-11T17:12:03.979137+0000 mon.smithi029 (mon.0) 769 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:12:04.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:04 smithi029 bash[14177]: audit 2024-02-11T17:12:02.149679+0000 mgr.smithi029.rubqla (mgr.14180) 439 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:04.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:04 smithi029 bash[14177]: audit 2024-02-11T17:12:03.979137+0000 mon.smithi029 (mon.0) 769 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:12:05.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:05 smithi073 bash[18997]: cluster 2024-02-11T17:12:04.009850+0000 mgr.smithi029.rubqla (mgr.14180) 440 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:12:05.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:05 smithi073 bash[18997]: audit 2024-02-11T17:12:04.257972+0000 mon.smithi029 (mon.0) 770 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:12:05.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:05 smithi029 bash[14177]: cluster 2024-02-11T17:12:04.009850+0000 mgr.smithi029.rubqla (mgr.14180) 440 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:12:05.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:05 smithi029 bash[14177]: audit 2024-02-11T17:12:04.257972+0000 mon.smithi029 (mon.0) 770 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:12:07.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:07 smithi073 bash[18997]: cluster 2024-02-11T17:12:06.010754+0000 mgr.smithi029.rubqla (mgr.14180) 441 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:07.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:07 smithi029 bash[14177]: cluster 2024-02-11T17:12:06.010754+0000 mgr.smithi029.rubqla (mgr.14180) 441 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:08.248 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:12:08.248 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:10:56.227555Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:10:54.894837Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:10:56.227942Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:10:49.268799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qimcph on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:11:00.046079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.szegum on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum\nDeploy daemon haproxy.nfs.foo.smithi073.szegum ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:11:03.968766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.fztwuo on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo\nDeploy daemon haproxy.nfs.foo.smithi029.fztwuo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:11:03.972825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.zxswna on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:11:03.974542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.geqxno on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:10:54.896212Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:10:54.895074Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:10:54.895240Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:10:54.896389Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:10:54.895380Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:10:54.895539Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:10:56.228362Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:12:09.251 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:09.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:09 smithi029 bash[14177]: cluster 2024-02-11T17:12:08.012065+0000 mgr.smithi029.rubqla (mgr.14180) 442 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:09.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:09 smithi073 bash[18997]: cluster 2024-02-11T17:12:08.012065+0000 mgr.smithi029.rubqla (mgr.14180) 442 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:10.252 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:10.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:10 smithi029 bash[14177]: audit 2024-02-11T17:12:08.232160+0000 mgr.smithi029.rubqla (mgr.14180) 443 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:10.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:10 smithi029 bash[14177]: audit 2024-02-11T17:12:09.919115+0000 mon.smithi029 (mon.0) 771 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:12:10.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:10 smithi073 bash[18997]: audit 2024-02-11T17:12:08.232160+0000 mgr.smithi029.rubqla (mgr.14180) 443 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:10.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:10 smithi073 bash[18997]: audit 2024-02-11T17:12:09.919115+0000 mon.smithi029 (mon.0) 771 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:12:11.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:11 smithi029 bash[14177]: cluster 2024-02-11T17:12:10.013124+0000 mgr.smithi029.rubqla (mgr.14180) 444 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:11.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:11 smithi029 bash[14177]: audit 2024-02-11T17:12:10.980713+0000 mon.smithi029 (mon.0) 772 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:12:11.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:11 smithi073 bash[18997]: cluster 2024-02-11T17:12:10.013124+0000 mgr.smithi029.rubqla (mgr.14180) 444 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:11.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:11 smithi073 bash[18997]: audit 2024-02-11T17:12:10.980713+0000 mon.smithi029 (mon.0) 772 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:12:12.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:12 smithi029 bash[14177]: audit 2024-02-11T17:12:11.249279+0000 mon.smithi029 (mon.0) 773 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:12:12.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:12 smithi029 bash[14177]: audit 2024-02-11T17:12:11.250243+0000 mon.smithi029 (mon.0) 774 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:12:12.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:12 smithi029 bash[14177]: audit 2024-02-11T17:12:11.255807+0000 mon.smithi029 (mon.0) 775 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:12:12.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:12 smithi029 bash[14177]: audit 2024-02-11T17:12:11.260642+0000 mon.smithi029 (mon.0) 776 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:12:12.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:12 smithi029 bash[14177]: audit 2024-02-11T17:12:11.270593+0000 mon.smithi029 (mon.0) 777 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:12:12.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:12 smithi073 bash[18997]: audit 2024-02-11T17:12:11.249279+0000 mon.smithi029 (mon.0) 773 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:12:12.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:12 smithi073 bash[18997]: audit 2024-02-11T17:12:11.250243+0000 mon.smithi029 (mon.0) 774 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:12:12.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:12 smithi073 bash[18997]: audit 2024-02-11T17:12:11.255807+0000 mon.smithi029 (mon.0) 775 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:12:12.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:12 smithi073 bash[18997]: audit 2024-02-11T17:12:11.260642+0000 mon.smithi029 (mon.0) 776 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:12:12.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:12 smithi073 bash[18997]: audit 2024-02-11T17:12:11.270593+0000 mon.smithi029 (mon.0) 777 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:12:13.205 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:13 smithi029 bash[14177]: cluster 2024-02-11T17:12:11.256669+0000 mgr.smithi029.rubqla (mgr.14180) 445 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 182 B/s rd, 0 op/s 2024-02-11T17:12:13.205 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:13 smithi029 bash[14177]: cephadm 2024-02-11T17:12:11.273385+0000 mgr.smithi029.rubqla (mgr.14180) 446 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.fqiolb on smithi073 2024-02-11T17:12:13.205 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:13 smithi029 bash[14177]: cluster 2024-02-11T17:12:12.253736+0000 mon.smithi029 (mon.0) 778 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:12:13.205 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:13 smithi029 bash[14177]: cluster 2024-02-11T17:12:12.253795+0000 mon.smithi029 (mon.0) 779 : cluster [INF] Cluster is now healthy 2024-02-11T17:12:13.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:13 smithi073 bash[18997]: cluster 2024-02-11T17:12:11.256669+0000 mgr.smithi029.rubqla (mgr.14180) 445 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 182 B/s rd, 0 op/s 2024-02-11T17:12:13.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:13 smithi073 bash[18997]: cephadm 2024-02-11T17:12:11.273385+0000 mgr.smithi029.rubqla (mgr.14180) 446 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.fqiolb on smithi073 2024-02-11T17:12:13.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:13 smithi073 bash[18997]: cluster 2024-02-11T17:12:12.253736+0000 mon.smithi029 (mon.0) 778 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:12:13.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:13 smithi073 bash[18997]: cluster 2024-02-11T17:12:12.253795+0000 mon.smithi029 (mon.0) 779 : cluster [INF] Cluster is now healthy 2024-02-11T17:12:14.492 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:12:14.492 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:10:49.268799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qimcph on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:11:00.046079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.szegum on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-szegum\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.szegum\nDeploy daemon haproxy.nfs.foo.smithi073.szegum ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:11:03.968766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.fztwuo on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fztwuo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fztwuo\nDeploy daemon haproxy.nfs.foo.smithi029.fztwuo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:11:03.972825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.zxswna on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:11:03.974542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.geqxno on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:12:15.164 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:15 smithi029 bash[14177]: cluster 2024-02-11T17:12:13.257509+0000 mgr.smithi029.rubqla (mgr.14180) 447 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 364 B/s rd, 0 op/s 2024-02-11T17:12:15.435 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:15.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:15 smithi073 bash[18997]: cluster 2024-02-11T17:12:13.257509+0000 mgr.smithi029.rubqla (mgr.14180) 447 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 364 B/s rd, 0 op/s 2024-02-11T17:12:16.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:16 smithi029 bash[14177]: audit 2024-02-11T17:12:14.477929+0000 mgr.smithi029.rubqla (mgr.14180) 448 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:16.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:16 smithi029 bash[14177]: audit 2024-02-11T17:12:15.158427+0000 mon.smithi029 (mon.0) 780 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.fqiolb"}]: dispatch 2024-02-11T17:12:16.436 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:16.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:16 smithi073 bash[18997]: audit 2024-02-11T17:12:14.477929+0000 mgr.smithi029.rubqla (mgr.14180) 448 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:16.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:16 smithi073 bash[18997]: audit 2024-02-11T17:12:15.158427+0000 mon.smithi029 (mon.0) 780 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.fqiolb"}]: dispatch 2024-02-11T17:12:17.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: cephadm 2024-02-11T17:12:15.157772+0000 mgr.smithi029.rubqla (mgr.14180) 449 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb 2024-02-11T17:12:17.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:12:17.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb 2024-02-11T17:12:17.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb 2024-02-11T17:12:17.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:12:17.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb 2024-02-11T17:12:17.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.fqiolb ... 2024-02-11T17:12:17.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:17.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:12:17.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:12:17.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:12:17.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:17.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:12:17.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:12:17.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:12:17.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:12:17.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:12:17.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb 2024-02-11T17:12:17.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:12:17.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb 2024-02-11T17:12:17.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb 2024-02-11T17:12:17.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:12:17.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb 2024-02-11T17:12:17.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.fqiolb ... 2024-02-11T17:12:17.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:17.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:12:17.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:12:17.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:12:17.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:17.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: cephadm 2024-02-11T17:12:15.158018+0000 mgr.smithi029.rubqla (mgr.14180) 450 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.fqiolb 2024-02-11T17:12:17.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: cephadm 2024-02-11T17:12:15.159492+0000 mgr.smithi029.rubqla (mgr.14180) 451 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.fqiolb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb 2024-02-11T17:12:17.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:12:17.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb 2024-02-11T17:12:17.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb 2024-02-11T17:12:17.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:12:17.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb 2024-02-11T17:12:17.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.fqiolb ... 2024-02-11T17:12:17.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:17.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:12:17.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:12:17.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:12:17.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:17.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: cephadm 2024-02-11T17:12:15.162100+0000 mgr.smithi029.rubqla (mgr.14180) 452 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.neczul on smithi029 2024-02-11T17:12:17.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: cluster 2024-02-11T17:12:15.257986+0000 mgr.smithi029.rubqla (mgr.14180) 453 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 182 B/s rd, 0 op/s 2024-02-11T17:12:17.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:17 smithi029 bash[14177]: audit 2024-02-11T17:12:17.052854+0000 mon.smithi029 (mon.0) 781 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:12:17.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: cephadm 2024-02-11T17:12:15.157772+0000 mgr.smithi029.rubqla (mgr.14180) 449 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb 2024-02-11T17:12:17.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:12:17.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb 2024-02-11T17:12:17.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb 2024-02-11T17:12:17.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:12:17.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb 2024-02-11T17:12:17.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.fqiolb ... 2024-02-11T17:12:17.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:17.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:12:17.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:12:17.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:12:17.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:17.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:12:17.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:12:17.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:12:17.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:12:17.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:12:17.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb 2024-02-11T17:12:17.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:12:17.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb 2024-02-11T17:12:17.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb 2024-02-11T17:12:17.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:12:17.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb 2024-02-11T17:12:17.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.fqiolb ... 2024-02-11T17:12:17.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:17.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:12:17.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:12:17.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:12:17.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:17.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: cephadm 2024-02-11T17:12:15.158018+0000 mgr.smithi029.rubqla (mgr.14180) 450 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.fqiolb 2024-02-11T17:12:17.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: cephadm 2024-02-11T17:12:15.159492+0000 mgr.smithi029.rubqla (mgr.14180) 451 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.fqiolb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb 2024-02-11T17:12:17.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:12:17.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb 2024-02-11T17:12:17.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb 2024-02-11T17:12:17.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:12:17.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb 2024-02-11T17:12:17.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.fqiolb ... 2024-02-11T17:12:17.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:17.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:12:17.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:12:17.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:12:17.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:17.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: cephadm 2024-02-11T17:12:15.162100+0000 mgr.smithi029.rubqla (mgr.14180) 452 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.neczul on smithi029 2024-02-11T17:12:17.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: cluster 2024-02-11T17:12:15.257986+0000 mgr.smithi029.rubqla (mgr.14180) 453 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 182 B/s rd, 0 op/s 2024-02-11T17:12:17.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:17 smithi073 bash[18997]: audit 2024-02-11T17:12:17.052854+0000 mon.smithi029 (mon.0) 781 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:12:18.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:18 smithi029 bash[14177]: cluster 2024-02-11T17:12:17.258776+0000 mgr.smithi029.rubqla (mgr.14180) 454 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 182 B/s rd, 0 op/s 2024-02-11T17:12:18.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:18 smithi073 bash[18997]: cluster 2024-02-11T17:12:17.258776+0000 mgr.smithi029.rubqla (mgr.14180) 454 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 182 B/s rd, 0 op/s 2024-02-11T17:12:20.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: cluster 2024-02-11T17:12:19.259510+0000 mgr.smithi029.rubqla (mgr.14180) 455 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 182 B/s rd, 0 op/s 2024-02-11T17:12:20.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: cephadm 2024-02-11T17:12:19.402138+0000 mgr.smithi029.rubqla (mgr.14180) 456 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul 2024-02-11T17:12:20.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:12:20.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul 2024-02-11T17:12:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul 2024-02-11T17:12:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:12:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul 2024-02-11T17:12:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.neczul ... 2024-02-11T17:12:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:12:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:12:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:12:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:12:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:12:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:12:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:12:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:12:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul 2024-02-11T17:12:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:12:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul 2024-02-11T17:12:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul 2024-02-11T17:12:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:12:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul 2024-02-11T17:12:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.neczul ... 2024-02-11T17:12:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:12:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:12:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:12:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: cephadm 2024-02-11T17:12:19.402362+0000 mgr.smithi029.rubqla (mgr.14180) 457 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.neczul 2024-02-11T17:12:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: audit 2024-02-11T17:12:19.402917+0000 mon.smithi029 (mon.0) 782 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.neczul"}]: dispatch 2024-02-11T17:12:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: cephadm 2024-02-11T17:12:19.404000+0000 mgr.smithi029.rubqla (mgr.14180) 458 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.neczul on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul 2024-02-11T17:12:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:12:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul 2024-02-11T17:12:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul 2024-02-11T17:12:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:12:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul 2024-02-11T17:12:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.neczul ... 2024-02-11T17:12:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:12:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:12:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:12:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:20.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: cephadm 2024-02-11T17:12:19.405773+0000 mgr.smithi029.rubqla (mgr.14180) 459 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.dstnvx on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:12:20.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: cephadm 2024-02-11T17:12:19.407353+0000 mgr.smithi029.rubqla (mgr.14180) 460 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.bdskak on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:12:20.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:20 smithi073 bash[18997]: cluster 2024-02-11T17:12:19.408081+0000 mgr.smithi029.rubqla (mgr.14180) 461 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 217 B/s rd, 0 op/s 2024-02-11T17:12:20.617 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: cluster 2024-02-11T17:12:19.259510+0000 mgr.smithi029.rubqla (mgr.14180) 455 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 182 B/s rd, 0 op/s 2024-02-11T17:12:20.617 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: cephadm 2024-02-11T17:12:19.402138+0000 mgr.smithi029.rubqla (mgr.14180) 456 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul 2024-02-11T17:12:20.617 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:12:20.617 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul 2024-02-11T17:12:20.617 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul 2024-02-11T17:12:20.617 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:12:20.617 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul 2024-02-11T17:12:20.617 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.neczul ... 2024-02-11T17:12:20.617 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:20.617 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:12:20.617 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:12:20.618 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:12:20.618 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:20.618 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:12:20.618 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:12:20.618 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:12:20.618 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:12:20.618 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:12:20.618 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul 2024-02-11T17:12:20.618 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:12:20.618 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul 2024-02-11T17:12:20.618 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul 2024-02-11T17:12:20.618 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:12:20.618 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul 2024-02-11T17:12:20.618 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.neczul ... 2024-02-11T17:12:20.618 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:20.619 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:12:20.619 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:12:20.619 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:12:20.619 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:20.619 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: cephadm 2024-02-11T17:12:19.402362+0000 mgr.smithi029.rubqla (mgr.14180) 457 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.neczul 2024-02-11T17:12:20.619 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: audit 2024-02-11T17:12:19.402917+0000 mon.smithi029 (mon.0) 782 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.neczul"}]: dispatch 2024-02-11T17:12:20.619 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: cephadm 2024-02-11T17:12:19.404000+0000 mgr.smithi029.rubqla (mgr.14180) 458 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.neczul on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul 2024-02-11T17:12:20.619 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:12:20.619 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul 2024-02-11T17:12:20.619 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul 2024-02-11T17:12:20.619 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:12:20.619 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul 2024-02-11T17:12:20.619 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.neczul ... 2024-02-11T17:12:20.619 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:20.620 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:12:20.620 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:12:20.620 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:12:20.620 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:12:20.620 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: cephadm 2024-02-11T17:12:19.405773+0000 mgr.smithi029.rubqla (mgr.14180) 459 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.dstnvx on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:12:20.620 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: cephadm 2024-02-11T17:12:19.407353+0000 mgr.smithi029.rubqla (mgr.14180) 460 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.bdskak on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:12:20.620 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:20 smithi029 bash[14177]: cluster 2024-02-11T17:12:19.408081+0000 mgr.smithi029.rubqla (mgr.14180) 461 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 217 B/s rd, 0 op/s 2024-02-11T17:12:21.022 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:12:21.022 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:11:03.974542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.geqxno on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:15.159336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fqiolb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb\nDeploy daemon haproxy.nfs.foo.smithi073.fqiolb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.403892Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.neczul on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul\nDeploy daemon haproxy.nfs.foo.smithi029.neczul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.405679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dstnvx on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.407260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bdskak on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:12:21.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:21 smithi073 bash[18997]: cluster 2024-02-11T17:12:20.312541+0000 mon.smithi029 (mon.0) 783 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:12:21.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:21 smithi073 bash[18997]: audit 2024-02-11T17:12:21.008582+0000 mgr.smithi029.rubqla (mgr.14180) 462 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:21.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:21 smithi029 bash[14177]: cluster 2024-02-11T17:12:20.312541+0000 mon.smithi029 (mon.0) 783 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:12:21.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:21 smithi029 bash[14177]: audit 2024-02-11T17:12:21.008582+0000 mgr.smithi029.rubqla (mgr.14180) 462 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:22.072 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:22.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:22 smithi073 bash[18997]: cluster 2024-02-11T17:12:21.408827+0000 mgr.smithi029.rubqla (mgr.14180) 463 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:12:22.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:22 smithi029 bash[14177]: cluster 2024-02-11T17:12:21.408827+0000 mgr.smithi029.rubqla (mgr.14180) 463 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:12:23.073 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:23.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:23 smithi029 bash[14177]: audit 2024-02-11T17:12:22.494785+0000 mon.smithi029 (mon.0) 784 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:12:23.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:23 smithi073 bash[18997]: audit 2024-02-11T17:12:22.494785+0000 mon.smithi029 (mon.0) 784 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:12:24.767 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:24 smithi029 bash[14177]: cluster 2024-02-11T17:12:23.410021+0000 mgr.smithi029.rubqla (mgr.14180) 464 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:12:24.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:24 smithi073 bash[18997]: cluster 2024-02-11T17:12:23.410021+0000 mgr.smithi029.rubqla (mgr.14180) 464 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:12:26.840 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:26 smithi029 bash[14177]: cluster 2024-02-11T17:12:25.411266+0000 mgr.smithi029.rubqla (mgr.14180) 465 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:12:26.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:26 smithi073 bash[18997]: cluster 2024-02-11T17:12:25.411266+0000 mgr.smithi029.rubqla (mgr.14180) 465 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:12:27.247 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:12:27.247 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:11:03.974542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.geqxno on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:15.159336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fqiolb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb\nDeploy daemon haproxy.nfs.foo.smithi073.fqiolb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.403892Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.neczul on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul\nDeploy daemon haproxy.nfs.foo.smithi029.neczul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.405679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dstnvx on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.407260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bdskak on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:12:28.240 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:28.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:28 smithi073 bash[18997]: audit 2024-02-11T17:12:27.237413+0000 mgr.smithi029.rubqla (mgr.14180) 466 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:28.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:28 smithi073 bash[18997]: cluster 2024-02-11T17:12:27.412670+0000 mgr.smithi029.rubqla (mgr.14180) 467 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:12:28.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:28 smithi029 bash[14177]: audit 2024-02-11T17:12:27.237413+0000 mgr.smithi029.rubqla (mgr.14180) 466 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:28.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:28 smithi029 bash[14177]: cluster 2024-02-11T17:12:27.412670+0000 mgr.smithi029.rubqla (mgr.14180) 467 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:12:29.241 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:30.799 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:30 smithi029 bash[14177]: cluster 2024-02-11T17:12:29.414061+0000 mgr.smithi029.rubqla (mgr.14180) 468 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:12:30.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:30 smithi073 bash[18997]: cluster 2024-02-11T17:12:29.414061+0000 mgr.smithi029.rubqla (mgr.14180) 468 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:12:33.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:33 smithi029 bash[14177]: cluster 2024-02-11T17:12:31.415170+0000 mgr.smithi029.rubqla (mgr.14180) 469 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:33.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:33 smithi029 bash[14177]: audit 2024-02-11T17:12:32.056448+0000 mon.smithi029 (mon.0) 785 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:12:33.327 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:12:33.327 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:11:03.974542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.geqxno on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:15.159336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fqiolb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb\nDeploy daemon haproxy.nfs.foo.smithi073.fqiolb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.403892Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.neczul on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul\nDeploy daemon haproxy.nfs.foo.smithi029.neczul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.405679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dstnvx on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.407260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bdskak on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:12:33.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:33 smithi073 bash[18997]: cluster 2024-02-11T17:12:31.415170+0000 mgr.smithi029.rubqla (mgr.14180) 469 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:33.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:33 smithi073 bash[18997]: audit 2024-02-11T17:12:32.056448+0000 mon.smithi029 (mon.0) 785 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:12:34.329 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:35.330 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:35.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:35 smithi073 bash[18997]: audit 2024-02-11T17:12:33.312487+0000 mgr.smithi029.rubqla (mgr.14180) 470 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:35.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:35 smithi073 bash[18997]: cluster 2024-02-11T17:12:33.416185+0000 mgr.smithi029.rubqla (mgr.14180) 471 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:12:35.344 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:35 smithi029 bash[14177]: audit 2024-02-11T17:12:33.312487+0000 mgr.smithi029.rubqla (mgr.14180) 470 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:35.344 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:35 smithi029 bash[14177]: cluster 2024-02-11T17:12:33.416185+0000 mgr.smithi029.rubqla (mgr.14180) 471 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:12:37.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:37 smithi073 bash[18997]: cluster 2024-02-11T17:12:35.417199+0000 mgr.smithi029.rubqla (mgr.14180) 472 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:37.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:37 smithi029 bash[14177]: cluster 2024-02-11T17:12:35.417199+0000 mgr.smithi029.rubqla (mgr.14180) 472 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:39.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:39 smithi029 bash[14177]: cluster 2024-02-11T17:12:37.418702+0000 mgr.smithi029.rubqla (mgr.14180) 473 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:39.269 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:12:39.269 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:11:03.974542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.geqxno on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:15.159336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fqiolb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb\nDeploy daemon haproxy.nfs.foo.smithi073.fqiolb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.403892Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.neczul on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul\nDeploy daemon haproxy.nfs.foo.smithi029.neczul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.405679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dstnvx on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.407260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bdskak on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:12:39.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:39 smithi073 bash[18997]: cluster 2024-02-11T17:12:37.418702+0000 mgr.smithi029.rubqla (mgr.14180) 473 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:40.270 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:41.271 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:41.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:41 smithi073 bash[18997]: audit 2024-02-11T17:12:39.255197+0000 mgr.smithi029.rubqla (mgr.14180) 474 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:41.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:41 smithi073 bash[18997]: cluster 2024-02-11T17:12:39.419837+0000 mgr.smithi029.rubqla (mgr.14180) 475 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:41.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:41 smithi029 bash[14177]: audit 2024-02-11T17:12:39.255197+0000 mgr.smithi029.rubqla (mgr.14180) 474 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:41.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:41 smithi029 bash[14177]: cluster 2024-02-11T17:12:39.419837+0000 mgr.smithi029.rubqla (mgr.14180) 475 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:43.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:43 smithi073 bash[18997]: cluster 2024-02-11T17:12:41.421019+0000 mgr.smithi029.rubqla (mgr.14180) 476 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:43.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:43 smithi029 bash[14177]: cluster 2024-02-11T17:12:41.421019+0000 mgr.smithi029.rubqla (mgr.14180) 476 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:45.396 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:12:45.396 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:11:03.974542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.geqxno on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:15.159336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fqiolb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb\nDeploy daemon haproxy.nfs.foo.smithi073.fqiolb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.403892Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.neczul on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul\nDeploy daemon haproxy.nfs.foo.smithi029.neczul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.405679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dstnvx on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.407260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bdskak on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:12:45.427 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:45 smithi029 bash[14177]: cluster 2024-02-11T17:12:43.422268+0000 mgr.smithi029.rubqla (mgr.14180) 477 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:12:45.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:45 smithi073 bash[18997]: cluster 2024-02-11T17:12:43.422268+0000 mgr.smithi029.rubqla (mgr.14180) 477 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:12:46.321 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:47.322 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:47.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:47 smithi029 bash[14177]: audit 2024-02-11T17:12:45.387148+0000 mgr.smithi029.rubqla (mgr.14180) 478 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:47.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:47 smithi029 bash[14177]: cluster 2024-02-11T17:12:45.423254+0000 mgr.smithi029.rubqla (mgr.14180) 479 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:47.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:47 smithi073 bash[18997]: audit 2024-02-11T17:12:45.387148+0000 mgr.smithi029.rubqla (mgr.14180) 478 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:47.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:47 smithi073 bash[18997]: cluster 2024-02-11T17:12:45.423254+0000 mgr.smithi029.rubqla (mgr.14180) 479 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:49.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:49 smithi029 bash[14177]: cluster 2024-02-11T17:12:47.424635+0000 mgr.smithi029.rubqla (mgr.14180) 480 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:49.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:49 smithi073 bash[18997]: cluster 2024-02-11T17:12:47.424635+0000 mgr.smithi029.rubqla (mgr.14180) 480 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:51.424 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:12:51.424 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:11:03.974542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.geqxno on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:15.159336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fqiolb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb\nDeploy daemon haproxy.nfs.foo.smithi073.fqiolb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.403892Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.neczul on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul\nDeploy daemon haproxy.nfs.foo.smithi029.neczul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.405679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dstnvx on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.407260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bdskak on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:12:51.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:51 smithi029 bash[14177]: cluster 2024-02-11T17:12:49.425676+0000 mgr.smithi029.rubqla (mgr.14180) 481 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:51.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:51 smithi073 bash[18997]: cluster 2024-02-11T17:12:49.425676+0000 mgr.smithi029.rubqla (mgr.14180) 481 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:52.442 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:53.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:53 smithi029 bash[14177]: audit 2024-02-11T17:12:51.409482+0000 mgr.smithi029.rubqla (mgr.14180) 482 : audit [DBG] from='client.24525 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:53.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:53 smithi029 bash[14177]: cluster 2024-02-11T17:12:51.426561+0000 mgr.smithi029.rubqla (mgr.14180) 483 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:53.444 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:12:53.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:53 smithi073 bash[18997]: audit 2024-02-11T17:12:51.409482+0000 mgr.smithi029.rubqla (mgr.14180) 482 : audit [DBG] from='client.24525 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:53.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:53 smithi073 bash[18997]: cluster 2024-02-11T17:12:51.426561+0000 mgr.smithi029.rubqla (mgr.14180) 483 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:55.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:55 smithi029 bash[14177]: cluster 2024-02-11T17:12:53.427744+0000 mgr.smithi029.rubqla (mgr.14180) 484 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:12:55.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:55 smithi073 bash[18997]: cluster 2024-02-11T17:12:53.427744+0000 mgr.smithi029.rubqla (mgr.14180) 484 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:12:56.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:56 smithi029 bash[14177]: cluster 2024-02-11T17:12:55.428696+0000 mgr.smithi029.rubqla (mgr.14180) 485 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:56.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:56 smithi073 bash[18997]: cluster 2024-02-11T17:12:55.428696+0000 mgr.smithi029.rubqla (mgr.14180) 485 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:57.544 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:12:57.544 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:11:03.974542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.geqxno on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:15.159336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fqiolb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb\nDeploy daemon haproxy.nfs.foo.smithi073.fqiolb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.403892Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.neczul on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul\nDeploy daemon haproxy.nfs.foo.smithi029.neczul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.405679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dstnvx on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.407260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bdskak on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:12:58.554 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:12:58.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:58 smithi073 bash[18997]: cluster 2024-02-11T17:12:57.429991+0000 mgr.smithi029.rubqla (mgr.14180) 486 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:58.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:12:58 smithi073 bash[18997]: audit 2024-02-11T17:12:57.530144+0000 mgr.smithi029.rubqla (mgr.14180) 487 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:58.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:58 smithi029 bash[14177]: cluster 2024-02-11T17:12:57.429991+0000 mgr.smithi029.rubqla (mgr.14180) 486 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:12:58.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:12:58 smithi029 bash[14177]: audit 2024-02-11T17:12:57.530144+0000 mgr.smithi029.rubqla (mgr.14180) 487 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:12:59.555 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:00.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:00 smithi073 bash[18997]: cluster 2024-02-11T17:12:59.430889+0000 mgr.smithi029.rubqla (mgr.14180) 488 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:00.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:00 smithi029 bash[14177]: cluster 2024-02-11T17:12:59.430889+0000 mgr.smithi029.rubqla (mgr.14180) 488 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:02.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:02 smithi073 bash[18997]: cluster 2024-02-11T17:13:01.432117+0000 mgr.smithi029.rubqla (mgr.14180) 489 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:02.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:02 smithi029 bash[14177]: cluster 2024-02-11T17:13:01.432117+0000 mgr.smithi029.rubqla (mgr.14180) 489 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:03.686 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:13:03.686 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:11:03.974542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.geqxno on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:15.159336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fqiolb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb\nDeploy daemon haproxy.nfs.foo.smithi073.fqiolb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.403892Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.neczul on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul\nDeploy daemon haproxy.nfs.foo.smithi029.neczul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.405679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dstnvx on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.407260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bdskak on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:13:04.700 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:04.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:04 smithi073 bash[18997]: cluster 2024-02-11T17:13:03.433440+0000 mgr.smithi029.rubqla (mgr.14180) 490 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:13:04.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:04 smithi073 bash[18997]: audit 2024-02-11T17:13:03.670329+0000 mgr.smithi029.rubqla (mgr.14180) 491 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:04.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:04 smithi029 bash[14177]: cluster 2024-02-11T17:13:03.433440+0000 mgr.smithi029.rubqla (mgr.14180) 490 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:13:04.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:04 smithi029 bash[14177]: audit 2024-02-11T17:13:03.670329+0000 mgr.smithi029.rubqla (mgr.14180) 491 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:05.700 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:06.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:06 smithi073 bash[18997]: cluster 2024-02-11T17:13:05.434512+0000 mgr.smithi029.rubqla (mgr.14180) 492 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:06.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:06 smithi029 bash[14177]: cluster 2024-02-11T17:13:05.434512+0000 mgr.smithi029.rubqla (mgr.14180) 492 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:08.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:08 smithi073 bash[18997]: cluster 2024-02-11T17:13:07.435923+0000 mgr.smithi029.rubqla (mgr.14180) 493 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:08.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:08 smithi029 bash[14177]: cluster 2024-02-11T17:13:07.435923+0000 mgr.smithi029.rubqla (mgr.14180) 493 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:09.787 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:13:09.787 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:11:03.974542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.geqxno on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:15.159336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fqiolb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb\nDeploy daemon haproxy.nfs.foo.smithi073.fqiolb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.403892Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.neczul on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul\nDeploy daemon haproxy.nfs.foo.smithi029.neczul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.405679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dstnvx on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.407260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bdskak on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:13:10.826 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:10 smithi029 bash[14177]: cluster 2024-02-11T17:13:09.437039+0000 mgr.smithi029.rubqla (mgr.14180) 494 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:10.826 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:10 smithi029 bash[14177]: audit 2024-02-11T17:13:09.772835+0000 mgr.smithi029.rubqla (mgr.14180) 495 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:10.826 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:10.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:10 smithi073 bash[18997]: cluster 2024-02-11T17:13:09.437039+0000 mgr.smithi029.rubqla (mgr.14180) 494 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:10.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:10 smithi073 bash[18997]: audit 2024-02-11T17:13:09.772835+0000 mgr.smithi029.rubqla (mgr.14180) 495 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:11.827 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:12.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:12 smithi073 bash[18997]: cluster 2024-02-11T17:13:11.438227+0000 mgr.smithi029.rubqla (mgr.14180) 496 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:12.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:12 smithi029 bash[14177]: cluster 2024-02-11T17:13:11.438227+0000 mgr.smithi029.rubqla (mgr.14180) 496 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:14.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:14 smithi029 bash[14177]: cluster 2024-02-11T17:13:13.439475+0000 mgr.smithi029.rubqla (mgr.14180) 497 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:13:14.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:14 smithi073 bash[18997]: cluster 2024-02-11T17:13:13.439475+0000 mgr.smithi029.rubqla (mgr.14180) 497 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:13:15.842 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:13:15.843 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:11:03.974542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.geqxno on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:15.159336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fqiolb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb\nDeploy daemon haproxy.nfs.foo.smithi073.fqiolb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.403892Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.neczul on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul\nDeploy daemon haproxy.nfs.foo.smithi029.neczul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.405679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dstnvx on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.407260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bdskak on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:13:16.751 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:16.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:16 smithi073 bash[18997]: cluster 2024-02-11T17:13:15.440607+0000 mgr.smithi029.rubqla (mgr.14180) 498 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:16.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:16 smithi073 bash[18997]: audit 2024-02-11T17:13:15.827753+0000 mgr.smithi029.rubqla (mgr.14180) 499 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:16.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:16 smithi029 bash[14177]: cluster 2024-02-11T17:13:15.440607+0000 mgr.smithi029.rubqla (mgr.14180) 498 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:16.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:16 smithi029 bash[14177]: audit 2024-02-11T17:13:15.827753+0000 mgr.smithi029.rubqla (mgr.14180) 499 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:17.753 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:18.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:18 smithi073 bash[18997]: cluster 2024-02-11T17:13:17.441965+0000 mgr.smithi029.rubqla (mgr.14180) 500 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:18.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:18 smithi029 bash[14177]: cluster 2024-02-11T17:13:17.441965+0000 mgr.smithi029.rubqla (mgr.14180) 500 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:19.681 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:19 smithi029 bash[14177]: audit 2024-02-11T17:13:19.411232+0000 mon.smithi029 (mon.0) 786 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:13:19.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:19 smithi073 bash[18997]: audit 2024-02-11T17:13:19.411232+0000 mon.smithi029 (mon.0) 786 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:13:20.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:20 smithi029 bash[14177]: cluster 2024-02-11T17:13:19.442551+0000 mgr.smithi029.rubqla (mgr.14180) 501 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:20.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:20 smithi029 bash[14177]: audit 2024-02-11T17:13:19.705822+0000 mon.smithi029 (mon.0) 787 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:13:20.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:20 smithi029 bash[14177]: audit 2024-02-11T17:13:19.707327+0000 mon.smithi029 (mon.0) 788 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:13:20.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:20 smithi029 bash[14177]: audit 2024-02-11T17:13:19.714020+0000 mon.smithi029 (mon.0) 789 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:13:20.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:20 smithi029 bash[14177]: cluster 2024-02-11T17:13:19.714747+0000 mgr.smithi029.rubqla (mgr.14180) 502 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:13:20.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:20 smithi029 bash[14177]: audit 2024-02-11T17:13:19.719346+0000 mon.smithi029 (mon.0) 790 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:13:20.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:20 smithi029 bash[14177]: audit 2024-02-11T17:13:19.730200+0000 mon.smithi029 (mon.0) 791 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:13:20.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:20 smithi029 bash[14177]: cephadm 2024-02-11T17:13:19.733338+0000 mgr.smithi029.rubqla (mgr.14180) 503 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.pqwqzx on smithi073 2024-02-11T17:13:20.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:20 smithi073 bash[18997]: cluster 2024-02-11T17:13:19.442551+0000 mgr.smithi029.rubqla (mgr.14180) 501 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:20.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:20 smithi073 bash[18997]: audit 2024-02-11T17:13:19.705822+0000 mon.smithi029 (mon.0) 787 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:13:20.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:20 smithi073 bash[18997]: audit 2024-02-11T17:13:19.707327+0000 mon.smithi029 (mon.0) 788 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:13:20.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:20 smithi073 bash[18997]: audit 2024-02-11T17:13:19.714020+0000 mon.smithi029 (mon.0) 789 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:13:20.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:20 smithi073 bash[18997]: cluster 2024-02-11T17:13:19.714747+0000 mgr.smithi029.rubqla (mgr.14180) 502 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:13:20.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:20 smithi073 bash[18997]: audit 2024-02-11T17:13:19.719346+0000 mon.smithi029 (mon.0) 790 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:13:20.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:20 smithi073 bash[18997]: audit 2024-02-11T17:13:19.730200+0000 mon.smithi029 (mon.0) 791 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:13:20.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:20 smithi073 bash[18997]: cephadm 2024-02-11T17:13:19.733338+0000 mgr.smithi029.rubqla (mgr.14180) 503 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.pqwqzx on smithi073 2024-02-11T17:13:21.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:21 smithi073 bash[18997]: cluster 2024-02-11T17:13:20.712114+0000 mon.smithi029 (mon.0) 792 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:13:21.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:21 smithi073 bash[18997]: cluster 2024-02-11T17:13:20.712170+0000 mon.smithi029 (mon.0) 793 : cluster [INF] Cluster is now healthy 2024-02-11T17:13:21.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:21 smithi029 bash[14177]: cluster 2024-02-11T17:13:20.712114+0000 mon.smithi029 (mon.0) 792 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:13:21.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:21 smithi029 bash[14177]: cluster 2024-02-11T17:13:20.712170+0000 mon.smithi029 (mon.0) 793 : cluster [INF] Cluster is now healthy 2024-02-11T17:13:22.002 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:13:22.002 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:11:03.974542Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.geqxno on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:15.159336Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fqiolb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqiolb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqiolb\nDeploy daemon haproxy.nfs.foo.smithi073.fqiolb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.403892Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.neczul on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-neczul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.neczul\nDeploy daemon haproxy.nfs.foo.smithi029.neczul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:12:19.405679Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dstnvx on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:12:19.407260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bdskak on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:13:22.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:22 smithi029 bash[14177]: cluster 2024-02-11T17:13:21.715749+0000 mgr.smithi029.rubqla (mgr.14180) 504 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:13:22.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:22 smithi029 bash[14177]: audit 2024-02-11T17:13:21.987825+0000 mgr.smithi029.rubqla (mgr.14180) 505 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:22.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:22 smithi073 bash[18997]: cluster 2024-02-11T17:13:21.715749+0000 mgr.smithi029.rubqla (mgr.14180) 504 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:13:22.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:22 smithi073 bash[18997]: audit 2024-02-11T17:13:21.987825+0000 mgr.smithi029.rubqla (mgr.14180) 505 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:23.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:24.002 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:24.015 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:23 smithi029 bash[14177]: audit 2024-02-11T17:13:23.746395+0000 mon.smithi029 (mon.0) 794 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.pqwqzx"}]: dispatch 2024-02-11T17:13:24.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:23 smithi073 bash[18997]: audit 2024-02-11T17:13:23.746395+0000 mon.smithi029 (mon.0) 794 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.pqwqzx"}]: dispatch 2024-02-11T17:13:25.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: cluster 2024-02-11T17:13:23.716609+0000 mgr.smithi029.rubqla (mgr.14180) 506 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:13:25.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: cephadm 2024-02-11T17:13:23.745309+0000 mgr.smithi029.rubqla (mgr.14180) 507 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx 2024-02-11T17:13:25.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:13:25.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx 2024-02-11T17:13:25.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx 2024-02-11T17:13:25.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:13:25.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx 2024-02-11T17:13:25.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.pqwqzx ... 2024-02-11T17:13:25.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:13:25.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:13:25.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:13:25.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:13:25.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:13:25.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:13:25.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:13:25.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:13:25.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:13:25.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:13:25.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx 2024-02-11T17:13:25.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:13:25.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx 2024-02-11T17:13:25.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx 2024-02-11T17:13:25.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:13:25.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx 2024-02-11T17:13:25.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.pqwqzx ... 2024-02-11T17:13:25.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:13:25.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:13:25.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:13:25.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:13:25.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:13:25.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: cephadm 2024-02-11T17:13:23.745830+0000 mgr.smithi029.rubqla (mgr.14180) 508 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.pqwqzx 2024-02-11T17:13:25.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: cephadm 2024-02-11T17:13:23.748346+0000 mgr.smithi029.rubqla (mgr.14180) 509 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.pqwqzx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx 2024-02-11T17:13:25.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:13:25.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx 2024-02-11T17:13:25.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx 2024-02-11T17:13:25.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:13:25.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx 2024-02-11T17:13:25.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.pqwqzx ... 2024-02-11T17:13:25.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:13:25.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:13:25.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:13:25.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:13:25.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:13:25.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:24 smithi073 bash[18997]: cephadm 2024-02-11T17:13:23.752836+0000 mgr.smithi029.rubqla (mgr.14180) 510 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.gnzheb on smithi029 2024-02-11T17:13:25.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: cluster 2024-02-11T17:13:23.716609+0000 mgr.smithi029.rubqla (mgr.14180) 506 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:13:25.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: cephadm 2024-02-11T17:13:23.745309+0000 mgr.smithi029.rubqla (mgr.14180) 507 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx 2024-02-11T17:13:25.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:13:25.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx 2024-02-11T17:13:25.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx 2024-02-11T17:13:25.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:13:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx 2024-02-11T17:13:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.pqwqzx ... 2024-02-11T17:13:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:13:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:13:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:13:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:13:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:13:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:13:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:13:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:13:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:13:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:13:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx 2024-02-11T17:13:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:13:25.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx 2024-02-11T17:13:25.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx 2024-02-11T17:13:25.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:13:25.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx 2024-02-11T17:13:25.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.pqwqzx ... 2024-02-11T17:13:25.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:13:25.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:13:25.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:13:25.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:13:25.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:13:25.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: cephadm 2024-02-11T17:13:23.745830+0000 mgr.smithi029.rubqla (mgr.14180) 508 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.pqwqzx 2024-02-11T17:13:25.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: cephadm 2024-02-11T17:13:23.748346+0000 mgr.smithi029.rubqla (mgr.14180) 509 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.pqwqzx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx 2024-02-11T17:13:25.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:13:25.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx 2024-02-11T17:13:25.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx 2024-02-11T17:13:25.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:13:25.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx 2024-02-11T17:13:25.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.pqwqzx ... 2024-02-11T17:13:25.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:13:25.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:13:25.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:13:25.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:13:25.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:13:25.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:24 smithi029 bash[14177]: cephadm 2024-02-11T17:13:23.752836+0000 mgr.smithi029.rubqla (mgr.14180) 510 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.gnzheb on smithi029 2024-02-11T17:13:27.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:26 smithi073 bash[18997]: cluster 2024-02-11T17:13:25.717196+0000 mgr.smithi029.rubqla (mgr.14180) 511 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:13:27.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:26 smithi029 bash[14177]: cluster 2024-02-11T17:13:25.717196+0000 mgr.smithi029.rubqla (mgr.14180) 511 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:13:27.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:27 smithi029 bash[14177]: audit 2024-02-11T17:13:27.765500+0000 mon.smithi029 (mon.0) 795 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.gnzheb"}]: dispatch 2024-02-11T17:13:28.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:27 smithi073 bash[18997]: audit 2024-02-11T17:13:27.765500+0000 mon.smithi029 (mon.0) 795 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.gnzheb"}]: dispatch 2024-02-11T17:13:28.174 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:13:28.174 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:19.407260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bdskak on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:13:23.748008Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pqwqzx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx\nDeploy daemon haproxy.nfs.foo.smithi073.pqwqzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:13:27.766466Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.gnzheb on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb\nDeploy daemon haproxy.nfs.foo.smithi029.gnzheb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:13:27.770581Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.jooqbs on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:13:27.772921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lnphst on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:13:29.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: cluster 2024-02-11T17:13:27.717842+0000 mgr.smithi029.rubqla (mgr.14180) 512 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:13:29.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: cephadm 2024-02-11T17:13:27.764419+0000 mgr.smithi029.rubqla (mgr.14180) 513 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb 2024-02-11T17:13:29.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:13:29.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb 2024-02-11T17:13:29.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb 2024-02-11T17:13:29.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:13:29.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb 2024-02-11T17:13:29.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.gnzheb ... 2024-02-11T17:13:29.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:13:29.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:13:29.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:13:29.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:13:29.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:13:29.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:13:29.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:13:29.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:13:29.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:13:29.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:13:29.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb 2024-02-11T17:13:29.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:13:29.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb 2024-02-11T17:13:29.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb 2024-02-11T17:13:29.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:13:29.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb 2024-02-11T17:13:29.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.gnzheb ... 2024-02-11T17:13:29.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:13:29.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:13:29.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:13:29.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:13:29.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:13:29.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: cephadm 2024-02-11T17:13:27.764967+0000 mgr.smithi029.rubqla (mgr.14180) 514 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.gnzheb 2024-02-11T17:13:29.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: cephadm 2024-02-11T17:13:27.766680+0000 mgr.smithi029.rubqla (mgr.14180) 515 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.gnzheb on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb 2024-02-11T17:13:29.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:13:29.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb 2024-02-11T17:13:29.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb 2024-02-11T17:13:29.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:13:29.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb 2024-02-11T17:13:29.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.gnzheb ... 2024-02-11T17:13:29.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:13:29.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:13:29.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:13:29.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:13:29.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:13:29.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: cephadm 2024-02-11T17:13:27.770716+0000 mgr.smithi029.rubqla (mgr.14180) 516 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.jooqbs on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:13:29.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: cephadm 2024-02-11T17:13:27.773065+0000 mgr.smithi029.rubqla (mgr.14180) 517 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.lnphst on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:13:29.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: cluster 2024-02-11T17:13:27.774182+0000 mgr.smithi029.rubqla (mgr.14180) 518 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 245 B/s rd, 0 op/s 2024-02-11T17:13:29.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:28 smithi073 bash[18997]: cluster 2024-02-11T17:13:27.809505+0000 mon.smithi029 (mon.0) 796 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:13:29.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: cluster 2024-02-11T17:13:27.717842+0000 mgr.smithi029.rubqla (mgr.14180) 512 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:13:29.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: cephadm 2024-02-11T17:13:27.764419+0000 mgr.smithi029.rubqla (mgr.14180) 513 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb 2024-02-11T17:13:29.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:13:29.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb 2024-02-11T17:13:29.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb 2024-02-11T17:13:29.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:13:29.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb 2024-02-11T17:13:29.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.gnzheb ... 2024-02-11T17:13:29.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:13:29.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:13:29.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:13:29.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:13:29.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:13:29.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:13:29.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:13:29.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:13:29.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:13:29.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:13:29.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb 2024-02-11T17:13:29.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:13:29.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb 2024-02-11T17:13:29.124 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb 2024-02-11T17:13:29.124 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:13:29.124 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb 2024-02-11T17:13:29.124 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.gnzheb ... 2024-02-11T17:13:29.124 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:13:29.124 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:13:29.124 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:13:29.124 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:13:29.124 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:13:29.124 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: cephadm 2024-02-11T17:13:27.764967+0000 mgr.smithi029.rubqla (mgr.14180) 514 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.gnzheb 2024-02-11T17:13:29.124 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: cephadm 2024-02-11T17:13:27.766680+0000 mgr.smithi029.rubqla (mgr.14180) 515 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.gnzheb on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb 2024-02-11T17:13:29.124 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:13:29.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb 2024-02-11T17:13:29.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb 2024-02-11T17:13:29.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:13:29.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb 2024-02-11T17:13:29.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.gnzheb ... 2024-02-11T17:13:29.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:13:29.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:13:29.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:13:29.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:13:29.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:13:29.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: cephadm 2024-02-11T17:13:27.770716+0000 mgr.smithi029.rubqla (mgr.14180) 516 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.jooqbs on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:13:29.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: cephadm 2024-02-11T17:13:27.773065+0000 mgr.smithi029.rubqla (mgr.14180) 517 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.lnphst on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:13:29.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: cluster 2024-02-11T17:13:27.774182+0000 mgr.smithi029.rubqla (mgr.14180) 518 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 245 B/s rd, 0 op/s 2024-02-11T17:13:29.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:28 smithi029 bash[14177]: cluster 2024-02-11T17:13:27.809505+0000 mon.smithi029 (mon.0) 796 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:13:29.166 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:30.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:29 smithi073 bash[18997]: audit 2024-02-11T17:13:28.158744+0000 mgr.smithi029.rubqla (mgr.14180) 519 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:30.167 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:30.179 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:29 smithi029 bash[14177]: audit 2024-02-11T17:13:28.158744+0000 mgr.smithi029.rubqla (mgr.14180) 519 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:31.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:30 smithi073 bash[18997]: cluster 2024-02-11T17:13:29.775170+0000 mgr.smithi029.rubqla (mgr.14180) 520 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-11T17:13:31.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:30 smithi029 bash[14177]: cluster 2024-02-11T17:13:29.775170+0000 mgr.smithi029.rubqla (mgr.14180) 520 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-11T17:13:33.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:32 smithi073 bash[18997]: cluster 2024-02-11T17:13:31.776175+0000 mgr.smithi029.rubqla (mgr.14180) 521 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-11T17:13:33.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:32 smithi073 bash[18997]: audit 2024-02-11T17:13:32.542071+0000 mon.smithi029 (mon.0) 797 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:13:33.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:32 smithi029 bash[14177]: cluster 2024-02-11T17:13:31.776175+0000 mgr.smithi029.rubqla (mgr.14180) 521 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-11T17:13:33.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:32 smithi029 bash[14177]: audit 2024-02-11T17:13:32.542071+0000 mon.smithi029 (mon.0) 797 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:13:34.331 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:13:34.331 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:19.407260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bdskak on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:13:23.748008Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pqwqzx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx\nDeploy daemon haproxy.nfs.foo.smithi073.pqwqzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:13:27.766466Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.gnzheb on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb\nDeploy daemon haproxy.nfs.foo.smithi029.gnzheb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:13:27.770581Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.jooqbs on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:13:27.772921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lnphst on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:13:34.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:34 smithi029 bash[14177]: cluster 2024-02-11T17:13:33.777349+0000 mgr.smithi029.rubqla (mgr.14180) 522 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-11T17:13:35.342 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:35.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:34 smithi073 bash[18997]: cluster 2024-02-11T17:13:33.777349+0000 mgr.smithi029.rubqla (mgr.14180) 522 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-11T17:13:36.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:35 smithi029 bash[14177]: audit 2024-02-11T17:13:34.315508+0000 mgr.smithi029.rubqla (mgr.14180) 523 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:36.343 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:36.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:35 smithi073 bash[18997]: audit 2024-02-11T17:13:34.315508+0000 mgr.smithi029.rubqla (mgr.14180) 523 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:37.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:36 smithi029 bash[14177]: cluster 2024-02-11T17:13:35.778439+0000 mgr.smithi029.rubqla (mgr.14180) 524 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-11T17:13:37.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:36 smithi073 bash[18997]: cluster 2024-02-11T17:13:35.778439+0000 mgr.smithi029.rubqla (mgr.14180) 524 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-11T17:13:39.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:38 smithi029 bash[14177]: cluster 2024-02-11T17:13:37.779732+0000 mgr.smithi029.rubqla (mgr.14180) 525 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-11T17:13:39.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:38 smithi073 bash[18997]: cluster 2024-02-11T17:13:37.779732+0000 mgr.smithi029.rubqla (mgr.14180) 525 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-11T17:13:40.766 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:13:40.766 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:19.407260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bdskak on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:13:23.748008Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pqwqzx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx\nDeploy daemon haproxy.nfs.foo.smithi073.pqwqzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:13:27.766466Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.gnzheb on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb\nDeploy daemon haproxy.nfs.foo.smithi029.gnzheb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:13:27.770581Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.jooqbs on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:13:27.772921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lnphst on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:13:41.087 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:40 smithi029 bash[14177]: cluster 2024-02-11T17:13:39.780822+0000 mgr.smithi029.rubqla (mgr.14180) 526 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:41.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:40 smithi073 bash[18997]: cluster 2024-02-11T17:13:39.780822+0000 mgr.smithi029.rubqla (mgr.14180) 526 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:41.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:42.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:41 smithi029 bash[14177]: audit 2024-02-11T17:13:40.755875+0000 mgr.smithi029.rubqla (mgr.14180) 527 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:42.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:41 smithi073 bash[18997]: audit 2024-02-11T17:13:40.755875+0000 mgr.smithi029.rubqla (mgr.14180) 527 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:42.774 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:43.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:42 smithi073 bash[18997]: cluster 2024-02-11T17:13:41.782068+0000 mgr.smithi029.rubqla (mgr.14180) 528 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:43.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:42 smithi029 bash[14177]: cluster 2024-02-11T17:13:41.782068+0000 mgr.smithi029.rubqla (mgr.14180) 528 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:45.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:44 smithi029 bash[14177]: cluster 2024-02-11T17:13:43.783345+0000 mgr.smithi029.rubqla (mgr.14180) 529 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:13:45.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:44 smithi073 bash[18997]: cluster 2024-02-11T17:13:43.783345+0000 mgr.smithi029.rubqla (mgr.14180) 529 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:13:46.795 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:13:46.795 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:19.407260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bdskak on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:13:23.748008Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pqwqzx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx\nDeploy daemon haproxy.nfs.foo.smithi073.pqwqzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:13:27.766466Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.gnzheb on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb\nDeploy daemon haproxy.nfs.foo.smithi029.gnzheb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:13:27.770581Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.jooqbs on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:13:27.772921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lnphst on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:13:47.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:46 smithi029 bash[14177]: cluster 2024-02-11T17:13:45.784669+0000 mgr.smithi029.rubqla (mgr.14180) 530 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:47.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:46 smithi073 bash[18997]: cluster 2024-02-11T17:13:45.784669+0000 mgr.smithi029.rubqla (mgr.14180) 530 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:47.730 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:48.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:47 smithi029 bash[14177]: audit 2024-02-11T17:13:46.780183+0000 mgr.smithi029.rubqla (mgr.14180) 531 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:48.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:47 smithi073 bash[18997]: audit 2024-02-11T17:13:46.780183+0000 mgr.smithi029.rubqla (mgr.14180) 531 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:48.731 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:49.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:48 smithi029 bash[14177]: cluster 2024-02-11T17:13:47.786269+0000 mgr.smithi029.rubqla (mgr.14180) 532 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:49.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:48 smithi073 bash[18997]: cluster 2024-02-11T17:13:47.786269+0000 mgr.smithi029.rubqla (mgr.14180) 532 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:51.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:50 smithi029 bash[14177]: cluster 2024-02-11T17:13:49.787399+0000 mgr.smithi029.rubqla (mgr.14180) 533 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:51.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:50 smithi073 bash[18997]: cluster 2024-02-11T17:13:49.787399+0000 mgr.smithi029.rubqla (mgr.14180) 533 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:52.918 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:13:52.918 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:19.407260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bdskak on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:13:23.748008Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pqwqzx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx\nDeploy daemon haproxy.nfs.foo.smithi073.pqwqzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:13:27.766466Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.gnzheb on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb\nDeploy daemon haproxy.nfs.foo.smithi029.gnzheb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:13:27.770581Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.jooqbs on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:13:27.772921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lnphst on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:13:53.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:52 smithi073 bash[18997]: cluster 2024-02-11T17:13:51.788267+0000 mgr.smithi029.rubqla (mgr.14180) 534 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:53.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:52 smithi029 bash[14177]: cluster 2024-02-11T17:13:51.788267+0000 mgr.smithi029.rubqla (mgr.14180) 534 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:53.820 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:13:54.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:53 smithi029 bash[14177]: audit 2024-02-11T17:13:52.902858+0000 mgr.smithi029.rubqla (mgr.14180) 535 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:54.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:53 smithi073 bash[18997]: audit 2024-02-11T17:13:52.902858+0000 mgr.smithi029.rubqla (mgr.14180) 535 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:13:54.821 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:13:55.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:54 smithi029 bash[14177]: cluster 2024-02-11T17:13:53.789446+0000 mgr.smithi029.rubqla (mgr.14180) 536 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:13:55.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:54 smithi073 bash[18997]: cluster 2024-02-11T17:13:53.789446+0000 mgr.smithi029.rubqla (mgr.14180) 536 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:13:57.232 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:56 smithi029 bash[14177]: cluster 2024-02-11T17:13:55.790530+0000 mgr.smithi029.rubqla (mgr.14180) 537 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:57.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:56 smithi073 bash[18997]: cluster 2024-02-11T17:13:55.790530+0000 mgr.smithi029.rubqla (mgr.14180) 537 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:58.740 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:13:58.740 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:19.407260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bdskak on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:13:23.748008Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pqwqzx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx\nDeploy daemon haproxy.nfs.foo.smithi073.pqwqzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:13:27.766466Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.gnzheb on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb\nDeploy daemon haproxy.nfs.foo.smithi029.gnzheb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:13:27.770581Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.jooqbs on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:13:27.772921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lnphst on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:13:59.076 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:58 smithi029 bash[14177]: cluster 2024-02-11T17:13:57.791816+0000 mgr.smithi029.rubqla (mgr.14180) 538 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:59.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:58 smithi073 bash[18997]: cluster 2024-02-11T17:13:57.791816+0000 mgr.smithi029.rubqla (mgr.14180) 538 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:13:59.774 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:00.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:13:59 smithi029 bash[14177]: audit 2024-02-11T17:13:58.729623+0000 mgr.smithi029.rubqla (mgr.14180) 539 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:00.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:13:59 smithi073 bash[18997]: audit 2024-02-11T17:13:58.729623+0000 mgr.smithi029.rubqla (mgr.14180) 539 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:00.775 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:01.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:00 smithi029 bash[14177]: cluster 2024-02-11T17:13:59.792964+0000 mgr.smithi029.rubqla (mgr.14180) 540 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:01.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:00 smithi073 bash[18997]: cluster 2024-02-11T17:13:59.792964+0000 mgr.smithi029.rubqla (mgr.14180) 540 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:03.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:02 smithi073 bash[18997]: cluster 2024-02-11T17:14:01.794270+0000 mgr.smithi029.rubqla (mgr.14180) 541 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:03.273 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:02 smithi029 bash[14177]: cluster 2024-02-11T17:14:01.794270+0000 mgr.smithi029.rubqla (mgr.14180) 541 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:04.867 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:14:04.867 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:19.407260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bdskak on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:13:23.748008Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pqwqzx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx\nDeploy daemon haproxy.nfs.foo.smithi073.pqwqzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:13:27.766466Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.gnzheb on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb\nDeploy daemon haproxy.nfs.foo.smithi029.gnzheb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:13:27.770581Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.jooqbs on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:13:27.772921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lnphst on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:14:05.210 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:04 smithi029 bash[14177]: cluster 2024-02-11T17:14:03.794996+0000 mgr.smithi029.rubqla (mgr.14180) 542 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:14:05.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:04 smithi073 bash[18997]: cluster 2024-02-11T17:14:03.794996+0000 mgr.smithi029.rubqla (mgr.14180) 542 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:14:05.837 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:06.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:05 smithi029 bash[14177]: audit 2024-02-11T17:14:04.856487+0000 mgr.smithi029.rubqla (mgr.14180) 543 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:06.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:05 smithi073 bash[18997]: audit 2024-02-11T17:14:04.856487+0000 mgr.smithi029.rubqla (mgr.14180) 543 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:06.838 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:07.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:06 smithi029 bash[14177]: cluster 2024-02-11T17:14:05.796068+0000 mgr.smithi029.rubqla (mgr.14180) 544 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:07.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:06 smithi073 bash[18997]: cluster 2024-02-11T17:14:05.796068+0000 mgr.smithi029.rubqla (mgr.14180) 544 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:09.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:08 smithi073 bash[18997]: cluster 2024-02-11T17:14:07.796854+0000 mgr.smithi029.rubqla (mgr.14180) 545 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:09.386 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:08 smithi029 bash[14177]: cluster 2024-02-11T17:14:07.796854+0000 mgr.smithi029.rubqla (mgr.14180) 545 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:11.095 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:14:11.095 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:19.407260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bdskak on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:13:23.748008Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pqwqzx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx\nDeploy daemon haproxy.nfs.foo.smithi073.pqwqzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:13:27.766466Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.gnzheb on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb\nDeploy daemon haproxy.nfs.foo.smithi029.gnzheb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:13:27.770581Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.jooqbs on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:13:27.772921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lnphst on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:14:11.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:10 smithi073 bash[18997]: cluster 2024-02-11T17:14:09.797863+0000 mgr.smithi029.rubqla (mgr.14180) 546 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:11.424 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:10 smithi029 bash[14177]: cluster 2024-02-11T17:14:09.797863+0000 mgr.smithi029.rubqla (mgr.14180) 546 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:12.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:12.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:12 smithi073 bash[18997]: audit 2024-02-11T17:14:11.079646+0000 mgr.smithi029.rubqla (mgr.14180) 547 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:12.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:11 smithi029 bash[14177]: audit 2024-02-11T17:14:11.079646+0000 mgr.smithi029.rubqla (mgr.14180) 547 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:13.145 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:13.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:13 smithi073 bash[18997]: cluster 2024-02-11T17:14:11.799037+0000 mgr.smithi029.rubqla (mgr.14180) 548 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:13.349 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:13 smithi029 bash[14177]: cluster 2024-02-11T17:14:11.799037+0000 mgr.smithi029.rubqla (mgr.14180) 548 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:15.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:15 smithi073 bash[18997]: cluster 2024-02-11T17:14:13.800342+0000 mgr.smithi029.rubqla (mgr.14180) 549 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:14:15.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:15 smithi029 bash[14177]: cluster 2024-02-11T17:14:13.800342+0000 mgr.smithi029.rubqla (mgr.14180) 549 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:14:17.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:17 smithi029 bash[14177]: cluster 2024-02-11T17:14:15.801446+0000 mgr.smithi029.rubqla (mgr.14180) 550 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:17.212 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:14:17.212 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:19.407260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bdskak on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:13:23.748008Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pqwqzx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx\nDeploy daemon haproxy.nfs.foo.smithi073.pqwqzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:13:27.766466Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.gnzheb on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb\nDeploy daemon haproxy.nfs.foo.smithi029.gnzheb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:13:27.770581Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.jooqbs on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:13:27.772921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lnphst on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:14:17.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:17 smithi073 bash[18997]: cluster 2024-02-11T17:14:15.801446+0000 mgr.smithi029.rubqla (mgr.14180) 550 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:18.191 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:19.192 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:19.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:19 smithi073 bash[18997]: audit 2024-02-11T17:14:17.197531+0000 mgr.smithi029.rubqla (mgr.14180) 551 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:19.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:19 smithi073 bash[18997]: cluster 2024-02-11T17:14:17.802841+0000 mgr.smithi029.rubqla (mgr.14180) 552 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:19.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:19 smithi029 bash[14177]: audit 2024-02-11T17:14:17.197531+0000 mgr.smithi029.rubqla (mgr.14180) 551 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:19.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:19 smithi029 bash[14177]: cluster 2024-02-11T17:14:17.802841+0000 mgr.smithi029.rubqla (mgr.14180) 552 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:21.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:21 smithi073 bash[18997]: cluster 2024-02-11T17:14:19.803885+0000 mgr.smithi029.rubqla (mgr.14180) 553 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:21.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:21 smithi029 bash[14177]: cluster 2024-02-11T17:14:19.803885+0000 mgr.smithi029.rubqla (mgr.14180) 553 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:23.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:23 smithi029 bash[14177]: cluster 2024-02-11T17:14:21.805122+0000 mgr.smithi029.rubqla (mgr.14180) 554 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:23.300 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:14:23.300 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:19.407260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bdskak on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:13:23.748008Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pqwqzx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx\nDeploy daemon haproxy.nfs.foo.smithi073.pqwqzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:13:27.766466Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.gnzheb on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb\nDeploy daemon haproxy.nfs.foo.smithi029.gnzheb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:13:27.770581Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.jooqbs on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:13:27.772921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lnphst on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:14:23.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:23 smithi073 bash[18997]: cluster 2024-02-11T17:14:21.805122+0000 mgr.smithi029.rubqla (mgr.14180) 554 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:24.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:25.292 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:25.305 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:25 smithi029 bash[14177]: audit 2024-02-11T17:14:23.285669+0000 mgr.smithi029.rubqla (mgr.14180) 555 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:25.305 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:25 smithi029 bash[14177]: cluster 2024-02-11T17:14:23.805761+0000 mgr.smithi029.rubqla (mgr.14180) 556 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:14:25.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:25 smithi073 bash[18997]: audit 2024-02-11T17:14:23.285669+0000 mgr.smithi029.rubqla (mgr.14180) 555 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:25.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:25 smithi073 bash[18997]: cluster 2024-02-11T17:14:23.805761+0000 mgr.smithi029.rubqla (mgr.14180) 556 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:14:27.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:27 smithi073 bash[18997]: cluster 2024-02-11T17:14:25.806819+0000 mgr.smithi029.rubqla (mgr.14180) 557 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:27.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:27 smithi029 bash[14177]: cluster 2024-02-11T17:14:25.806819+0000 mgr.smithi029.rubqla (mgr.14180) 557 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:28.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:28 smithi073 bash[18997]: audit 2024-02-11T17:14:27.776758+0000 mon.smithi029 (mon.0) 798 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:14:28.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:28 smithi029 bash[14177]: audit 2024-02-11T17:14:27.776758+0000 mon.smithi029 (mon.0) 798 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:14:29.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:29 smithi073 bash[18997]: cluster 2024-02-11T17:14:27.808317+0000 mgr.smithi029.rubqla (mgr.14180) 558 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:29.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:29 smithi073 bash[18997]: audit 2024-02-11T17:14:28.082009+0000 mon.smithi029 (mon.0) 799 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:14:29.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:29 smithi073 bash[18997]: audit 2024-02-11T17:14:28.083645+0000 mon.smithi029 (mon.0) 800 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:14:29.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:29 smithi073 bash[18997]: audit 2024-02-11T17:14:28.090229+0000 mon.smithi029 (mon.0) 801 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:14:29.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:29 smithi073 bash[18997]: cluster 2024-02-11T17:14:28.091139+0000 mgr.smithi029.rubqla (mgr.14180) 559 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:14:29.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:29 smithi073 bash[18997]: audit 2024-02-11T17:14:28.100275+0000 mon.smithi029 (mon.0) 802 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:14:29.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:29 smithi073 bash[18997]: audit 2024-02-11T17:14:28.109969+0000 mon.smithi029 (mon.0) 803 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:14:29.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:29 smithi073 bash[18997]: cephadm 2024-02-11T17:14:28.115370+0000 mgr.smithi029.rubqla (mgr.14180) 560 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.rkpiuo on smithi073 2024-02-11T17:14:29.410 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:14:29.410 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:12:19.407260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bdskak on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:13:23.748008Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pqwqzx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx\nDeploy daemon haproxy.nfs.foo.smithi073.pqwqzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:13:27.766466Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.gnzheb on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb\nDeploy daemon haproxy.nfs.foo.smithi029.gnzheb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:13:27.770581Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.jooqbs on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:13:27.772921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lnphst on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:14:29.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:29 smithi029 bash[14177]: cluster 2024-02-11T17:14:27.808317+0000 mgr.smithi029.rubqla (mgr.14180) 558 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:29.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:29 smithi029 bash[14177]: audit 2024-02-11T17:14:28.082009+0000 mon.smithi029 (mon.0) 799 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:14:29.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:29 smithi029 bash[14177]: audit 2024-02-11T17:14:28.083645+0000 mon.smithi029 (mon.0) 800 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:14:29.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:29 smithi029 bash[14177]: audit 2024-02-11T17:14:28.090229+0000 mon.smithi029 (mon.0) 801 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:14:29.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:29 smithi029 bash[14177]: cluster 2024-02-11T17:14:28.091139+0000 mgr.smithi029.rubqla (mgr.14180) 559 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:14:29.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:29 smithi029 bash[14177]: audit 2024-02-11T17:14:28.100275+0000 mon.smithi029 (mon.0) 802 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:14:29.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:29 smithi029 bash[14177]: audit 2024-02-11T17:14:28.109969+0000 mon.smithi029 (mon.0) 803 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:14:29.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:29 smithi029 bash[14177]: cephadm 2024-02-11T17:14:28.115370+0000 mgr.smithi029.rubqla (mgr.14180) 560 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.rkpiuo on smithi073 2024-02-11T17:14:30.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:30 smithi073 bash[18997]: cluster 2024-02-11T17:14:29.088371+0000 mon.smithi029 (mon.0) 804 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:14:30.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:30 smithi073 bash[18997]: cluster 2024-02-11T17:14:29.088404+0000 mon.smithi029 (mon.0) 805 : cluster [INF] Cluster is now healthy 2024-02-11T17:14:30.404 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:30 smithi029 bash[14177]: cluster 2024-02-11T17:14:29.088371+0000 mon.smithi029 (mon.0) 804 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:14:30.404 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:30 smithi029 bash[14177]: cluster 2024-02-11T17:14:29.088404+0000 mon.smithi029 (mon.0) 805 : cluster [INF] Cluster is now healthy 2024-02-11T17:14:30.405 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:31.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:31 smithi073 bash[18997]: audit 2024-02-11T17:14:29.393827+0000 mgr.smithi029.rubqla (mgr.14180) 561 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:31.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:31 smithi073 bash[18997]: cluster 2024-02-11T17:14:30.091981+0000 mgr.smithi029.rubqla (mgr.14180) 562 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:14:31.406 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:31.418 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:31 smithi029 bash[14177]: audit 2024-02-11T17:14:29.393827+0000 mgr.smithi029.rubqla (mgr.14180) 561 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:31.418 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:31 smithi029 bash[14177]: cluster 2024-02-11T17:14:30.091981+0000 mgr.smithi029.rubqla (mgr.14180) 562 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:14:32.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:32 smithi029 bash[14177]: audit 2024-02-11T17:14:31.888662+0000 mon.smithi029 (mon.0) 806 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.rkpiuo"}]: dispatch 2024-02-11T17:14:32.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:32 smithi029 bash[14177]: audit 2024-02-11T17:14:32.055584+0000 mon.smithi029 (mon.0) 807 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:14:32.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:32 smithi073 bash[18997]: audit 2024-02-11T17:14:31.888662+0000 mon.smithi029 (mon.0) 806 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.rkpiuo"}]: dispatch 2024-02-11T17:14:32.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:32 smithi073 bash[18997]: audit 2024-02-11T17:14:32.055584+0000 mon.smithi029 (mon.0) 807 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:14:33.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: cephadm 2024-02-11T17:14:31.886772+0000 mgr.smithi029.rubqla (mgr.14180) 563 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo 2024-02-11T17:14:33.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:14:33.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo 2024-02-11T17:14:33.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo 2024-02-11T17:14:33.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:14:33.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo 2024-02-11T17:14:33.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.rkpiuo ... 2024-02-11T17:14:33.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:14:33.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:14:33.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:14:33.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:14:33.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:14:33.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:14:33.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:14:33.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:14:33.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:14:33.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:14:33.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo 2024-02-11T17:14:33.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:14:33.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo 2024-02-11T17:14:33.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo 2024-02-11T17:14:33.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:14:33.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo 2024-02-11T17:14:33.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.rkpiuo ... 2024-02-11T17:14:33.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:14:33.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:14:33.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:14:33.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:14:33.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:14:33.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: cephadm 2024-02-11T17:14:31.887835+0000 mgr.smithi029.rubqla (mgr.14180) 564 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.rkpiuo 2024-02-11T17:14:33.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: cephadm 2024-02-11T17:14:31.890177+0000 mgr.smithi029.rubqla (mgr.14180) 565 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.rkpiuo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo 2024-02-11T17:14:33.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:14:33.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo 2024-02-11T17:14:33.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo 2024-02-11T17:14:33.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:14:33.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo 2024-02-11T17:14:33.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.rkpiuo ... 2024-02-11T17:14:33.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:14:33.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:14:33.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:14:33.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:14:33.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:14:33.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: cephadm 2024-02-11T17:14:31.892974+0000 mgr.smithi029.rubqla (mgr.14180) 566 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.tpvwpw on smithi029 2024-02-11T17:14:33.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:33 smithi073 bash[18997]: cluster 2024-02-11T17:14:32.092658+0000 mgr.smithi029.rubqla (mgr.14180) 567 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:14:33.351 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: cephadm 2024-02-11T17:14:31.886772+0000 mgr.smithi029.rubqla (mgr.14180) 563 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo 2024-02-11T17:14:33.351 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:14:33.351 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo 2024-02-11T17:14:33.352 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo 2024-02-11T17:14:33.352 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:14:33.352 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo 2024-02-11T17:14:33.352 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.rkpiuo ... 2024-02-11T17:14:33.352 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:14:33.352 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:14:33.352 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:14:33.352 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:14:33.352 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:14:33.352 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:14:33.352 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:14:33.352 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:14:33.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:14:33.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:14:33.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo 2024-02-11T17:14:33.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:14:33.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo 2024-02-11T17:14:33.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo 2024-02-11T17:14:33.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:14:33.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo 2024-02-11T17:14:33.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.rkpiuo ... 2024-02-11T17:14:33.353 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:14:33.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:14:33.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:14:33.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:14:33.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:14:33.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: cephadm 2024-02-11T17:14:31.887835+0000 mgr.smithi029.rubqla (mgr.14180) 564 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.rkpiuo 2024-02-11T17:14:33.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: cephadm 2024-02-11T17:14:31.890177+0000 mgr.smithi029.rubqla (mgr.14180) 565 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.rkpiuo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo 2024-02-11T17:14:33.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:14:33.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo 2024-02-11T17:14:33.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo 2024-02-11T17:14:33.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:14:33.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo 2024-02-11T17:14:33.354 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.rkpiuo ... 2024-02-11T17:14:33.355 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:14:33.355 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:14:33.355 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:14:33.355 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:14:33.355 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:14:33.355 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: cephadm 2024-02-11T17:14:31.892974+0000 mgr.smithi029.rubqla (mgr.14180) 566 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.tpvwpw on smithi029 2024-02-11T17:14:33.355 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:33 smithi029 bash[14177]: cluster 2024-02-11T17:14:32.092658+0000 mgr.smithi029.rubqla (mgr.14180) 567 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:14:34.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:34 smithi073 bash[18997]: cluster 2024-02-11T17:14:34.093206+0000 mgr.smithi029.rubqla (mgr.14180) 568 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:14:34.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:34 smithi029 bash[14177]: cluster 2024-02-11T17:14:34.093206+0000 mgr.smithi029.rubqla (mgr.14180) 568 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:14:35.837 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:14:35.837 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:13:23.748008Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pqwqzx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pqwqzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pqwqzx\nDeploy daemon haproxy.nfs.foo.smithi073.pqwqzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:13:27.766466Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.gnzheb on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-gnzheb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.gnzheb\nDeploy daemon haproxy.nfs.foo.smithi029.gnzheb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:13:27.770581Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.jooqbs on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:13:27.772921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lnphst on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:14:31.889923Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.rkpiuo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo\nDeploy daemon haproxy.nfs.foo.smithi073.rkpiuo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -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.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:14:36.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: audit 2024-02-11T17:14:35.823070+0000 mgr.smithi029.rubqla (mgr.14180) 569 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:36.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: cluster 2024-02-11T17:14:36.093942+0000 mgr.smithi029.rubqla (mgr.14180) 570 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:14:36.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: cephadm 2024-02-11T17:14:36.109560+0000 mgr.smithi029.rubqla (mgr.14180) 571 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw 2024-02-11T17:14:36.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:14:36.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw 2024-02-11T17:14:36.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw 2024-02-11T17:14:36.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:14:36.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw 2024-02-11T17:14:36.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.tpvwpw ... 2024-02-11T17:14:36.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:14:36.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:14:36.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:14:36.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:14:36.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:14:36.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:14:36.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:14:36.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:14:36.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:14:36.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:14:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw 2024-02-11T17:14:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:14:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw 2024-02-11T17:14:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw 2024-02-11T17:14:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:14:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw 2024-02-11T17:14:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.tpvwpw ... 2024-02-11T17:14:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:14:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:14:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:14:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:14:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:14:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: cephadm 2024-02-11T17:14:36.110047+0000 mgr.smithi029.rubqla (mgr.14180) 572 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.tpvwpw 2024-02-11T17:14:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: audit 2024-02-11T17:14:36.110648+0000 mon.smithi029 (mon.0) 808 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.tpvwpw"}]: dispatch 2024-02-11T17:14:36.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: cephadm 2024-02-11T17:14:36.112166+0000 mgr.smithi029.rubqla (mgr.14180) 573 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.tpvwpw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw 2024-02-11T17:14:36.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:14:36.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw 2024-02-11T17:14:36.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw 2024-02-11T17:14:36.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:14:36.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw 2024-02-11T17:14:36.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.tpvwpw ... 2024-02-11T17:14:36.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:14:36.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:14:36.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:14:36.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:14:36.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:14:36.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: cephadm 2024-02-11T17:14:36.114269+0000 mgr.smithi029.rubqla (mgr.14180) 574 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.gsdjrq on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:14:36.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: cephadm 2024-02-11T17:14:36.115882+0000 mgr.smithi029.rubqla (mgr.14180) 575 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.chkrtr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:14:36.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: cluster 2024-02-11T17:14:36.116879+0000 mgr.smithi029.rubqla (mgr.14180) 576 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2024-02-11T17:14:36.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:36 smithi029 bash[14177]: cluster 2024-02-11T17:14:36.145524+0000 mon.smithi029 (mon.0) 809 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:14:36.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: audit 2024-02-11T17:14:35.823070+0000 mgr.smithi029.rubqla (mgr.14180) 569 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:36.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: cluster 2024-02-11T17:14:36.093942+0000 mgr.smithi029.rubqla (mgr.14180) 570 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:14:36.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: cephadm 2024-02-11T17:14:36.109560+0000 mgr.smithi029.rubqla (mgr.14180) 571 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw 2024-02-11T17:14:36.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:14:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw 2024-02-11T17:14:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw 2024-02-11T17:14:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:14:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw 2024-02-11T17:14:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.tpvwpw ... 2024-02-11T17:14:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:14:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:14:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:14:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:14:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:14:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:14:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:14:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:14:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:14:36.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:14:36.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw 2024-02-11T17:14:36.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:14:36.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw 2024-02-11T17:14:36.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw 2024-02-11T17:14:36.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:14:36.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw 2024-02-11T17:14:36.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.tpvwpw ... 2024-02-11T17:14:36.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:14:36.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:14:36.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:14:36.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:14:36.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:14:36.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: cephadm 2024-02-11T17:14:36.110047+0000 mgr.smithi029.rubqla (mgr.14180) 572 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.tpvwpw 2024-02-11T17:14:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: audit 2024-02-11T17:14:36.110648+0000 mon.smithi029 (mon.0) 808 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.tpvwpw"}]: dispatch 2024-02-11T17:14:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: cephadm 2024-02-11T17:14:36.112166+0000 mgr.smithi029.rubqla (mgr.14180) 573 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.tpvwpw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw 2024-02-11T17:14:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:14:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw 2024-02-11T17:14:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw 2024-02-11T17:14:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:14:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw 2024-02-11T17:14:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.tpvwpw ... 2024-02-11T17:14:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:14:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:14:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:14:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:14:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:14:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: cephadm 2024-02-11T17:14:36.114269+0000 mgr.smithi029.rubqla (mgr.14180) 574 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.gsdjrq on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:14:36.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: cephadm 2024-02-11T17:14:36.115882+0000 mgr.smithi029.rubqla (mgr.14180) 575 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.chkrtr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:14:36.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: cluster 2024-02-11T17:14:36.116879+0000 mgr.smithi029.rubqla (mgr.14180) 576 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2024-02-11T17:14:36.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:36 smithi073 bash[18997]: cluster 2024-02-11T17:14:36.145524+0000 mon.smithi029 (mon.0) 809 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:14:36.988 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:37.989 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:38.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:38 smithi029 bash[14177]: audit 2024-02-11T17:14:37.586949+0000 mon.smithi029 (mon.0) 810 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:14:38.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:38 smithi029 bash[14177]: cluster 2024-02-11T17:14:38.118095+0000 mgr.smithi029.rubqla (mgr.14180) 577 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-11T17:14:39.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:38 smithi073 bash[18997]: audit 2024-02-11T17:14:37.586949+0000 mon.smithi029 (mon.0) 810 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:14:39.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:38 smithi073 bash[18997]: cluster 2024-02-11T17:14:38.118095+0000 mgr.smithi029.rubqla (mgr.14180) 577 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-11T17:14:40.479 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:40 smithi029 bash[14177]: cluster 2024-02-11T17:14:40.119354+0000 mgr.smithi029.rubqla (mgr.14180) 578 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-11T17:14:40.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:40 smithi073 bash[18997]: cluster 2024-02-11T17:14:40.119354+0000 mgr.smithi029.rubqla (mgr.14180) 578 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-11T17:14:41.965 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:14:41.965 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:13:27.772921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lnphst on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:14:31.889923Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.rkpiuo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo\nDeploy daemon haproxy.nfs.foo.smithi073.rkpiuo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:14:36.111895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.tpvwpw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw\nDeploy daemon haproxy.nfs.foo.smithi029.tpvwpw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:14:36.114162Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.gsdjrq on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:14:36.115780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.chkrtr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:14:42.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:42 smithi029 bash[14177]: audit 2024-02-11T17:14:41.954094+0000 mgr.smithi029.rubqla (mgr.14180) 579 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:42.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:42 smithi029 bash[14177]: cluster 2024-02-11T17:14:42.120293+0000 mgr.smithi029.rubqla (mgr.14180) 580 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-11T17:14:42.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:42 smithi073 bash[18997]: audit 2024-02-11T17:14:41.954094+0000 mgr.smithi029.rubqla (mgr.14180) 579 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:42.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:42 smithi073 bash[18997]: cluster 2024-02-11T17:14:42.120293+0000 mgr.smithi029.rubqla (mgr.14180) 580 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-11T17:14:42.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:43.935 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:44.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:44 smithi029 bash[14177]: cluster 2024-02-11T17:14:44.121327+0000 mgr.smithi029.rubqla (mgr.14180) 581 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-11T17:14:44.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:44 smithi073 bash[18997]: cluster 2024-02-11T17:14:44.121327+0000 mgr.smithi029.rubqla (mgr.14180) 581 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-11T17:14:46.566 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:46 smithi029 bash[14177]: cluster 2024-02-11T17:14:46.122568+0000 mgr.smithi029.rubqla (mgr.14180) 582 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-11T17:14:46.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:46 smithi073 bash[18997]: cluster 2024-02-11T17:14:46.122568+0000 mgr.smithi029.rubqla (mgr.14180) 582 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-11T17:14:48.099 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:14:48.099 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:13:27.772921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lnphst on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:14:31.889923Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.rkpiuo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo\nDeploy daemon haproxy.nfs.foo.smithi073.rkpiuo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:14:36.111895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.tpvwpw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw\nDeploy daemon haproxy.nfs.foo.smithi029.tpvwpw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:14:36.114162Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.gsdjrq on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:14:36.115780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.chkrtr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:14:48.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:48 smithi073 bash[18997]: audit 2024-02-11T17:14:47.059634+0000 mon.smithi029 (mon.0) 811 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:14:48.386 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:48 smithi029 bash[14177]: audit 2024-02-11T17:14:47.059634+0000 mon.smithi029 (mon.0) 811 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:14:49.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:49.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:49 smithi073 bash[18997]: audit 2024-02-11T17:14:48.083349+0000 mgr.smithi029.rubqla (mgr.14180) 583 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:49.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:49 smithi073 bash[18997]: cluster 2024-02-11T17:14:48.123697+0000 mgr.smithi029.rubqla (mgr.14180) 584 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:49.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:49 smithi029 bash[14177]: audit 2024-02-11T17:14:48.083349+0000 mgr.smithi029.rubqla (mgr.14180) 583 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:49.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:49 smithi029 bash[14177]: cluster 2024-02-11T17:14:48.123697+0000 mgr.smithi029.rubqla (mgr.14180) 584 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:50.108 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:50.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:50 smithi029 bash[14177]: cluster 2024-02-11T17:14:50.124520+0000 mgr.smithi029.rubqla (mgr.14180) 585 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:50.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:50 smithi073 bash[18997]: cluster 2024-02-11T17:14:50.124520+0000 mgr.smithi029.rubqla (mgr.14180) 585 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:52.525 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:52 smithi029 bash[14177]: cluster 2024-02-11T17:14:52.125691+0000 mgr.smithi029.rubqla (mgr.14180) 586 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:52.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:52 smithi073 bash[18997]: cluster 2024-02-11T17:14:52.125691+0000 mgr.smithi029.rubqla (mgr.14180) 586 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:54.143 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:14:54.143 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:13:27.772921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lnphst on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:14:31.889923Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.rkpiuo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo\nDeploy daemon haproxy.nfs.foo.smithi073.rkpiuo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:14:36.111895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.tpvwpw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw\nDeploy daemon haproxy.nfs.foo.smithi029.tpvwpw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:14:36.114162Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.gsdjrq on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:14:36.115780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.chkrtr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:14:54.465 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:54 smithi029 bash[14177]: cluster 2024-02-11T17:14:54.126907+0000 mgr.smithi029.rubqla (mgr.14180) 587 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:14:54.465 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:54 smithi029 bash[14177]: audit 2024-02-11T17:14:54.129390+0000 mgr.smithi029.rubqla (mgr.14180) 588 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:54.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:54 smithi073 bash[18997]: cluster 2024-02-11T17:14:54.126907+0000 mgr.smithi029.rubqla (mgr.14180) 587 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:14:54.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:54 smithi073 bash[18997]: audit 2024-02-11T17:14:54.129390+0000 mgr.smithi029.rubqla (mgr.14180) 588 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:14:55.109 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:14:56.110 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:14:56.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:56 smithi029 bash[14177]: cluster 2024-02-11T17:14:56.128274+0000 mgr.smithi029.rubqla (mgr.14180) 589 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:56.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:56 smithi073 bash[18997]: cluster 2024-02-11T17:14:56.128274+0000 mgr.smithi029.rubqla (mgr.14180) 589 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:58.586 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:14:58 smithi029 bash[14177]: cluster 2024-02-11T17:14:58.129204+0000 mgr.smithi029.rubqla (mgr.14180) 590 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:14:58.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:14:58 smithi073 bash[18997]: cluster 2024-02-11T17:14:58.129204+0000 mgr.smithi029.rubqla (mgr.14180) 590 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:00.168 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:15:00.168 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:13:27.772921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lnphst on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:14:31.889923Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.rkpiuo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo\nDeploy daemon haproxy.nfs.foo.smithi073.rkpiuo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:14:36.111895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.tpvwpw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw\nDeploy daemon haproxy.nfs.foo.smithi029.tpvwpw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:14:36.114162Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.gsdjrq on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:14:36.115780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.chkrtr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:15:00.452 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:00 smithi029 bash[14177]: cluster 2024-02-11T17:15:00.130346+0000 mgr.smithi029.rubqla (mgr.14180) 591 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:00.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:00 smithi073 bash[18997]: cluster 2024-02-11T17:15:00.130346+0000 mgr.smithi029.rubqla (mgr.14180) 591 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:01.150 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:01.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:01 smithi029 bash[14177]: audit 2024-02-11T17:15:00.153114+0000 mgr.smithi029.rubqla (mgr.14180) 592 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:01.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:01 smithi073 bash[18997]: audit 2024-02-11T17:15:00.153114+0000 mgr.smithi029.rubqla (mgr.14180) 592 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:02.151 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:02.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:02 smithi029 bash[14177]: cluster 2024-02-11T17:15:02.131519+0000 mgr.smithi029.rubqla (mgr.14180) 593 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:02.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:02 smithi073 bash[18997]: cluster 2024-02-11T17:15:02.131519+0000 mgr.smithi029.rubqla (mgr.14180) 593 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:04.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:04 smithi073 bash[18997]: cluster 2024-02-11T17:15:04.132670+0000 mgr.smithi029.rubqla (mgr.14180) 594 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:15:04.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:04 smithi029 bash[14177]: cluster 2024-02-11T17:15:04.132670+0000 mgr.smithi029.rubqla (mgr.14180) 594 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:15:05.829 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:15:05.830 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:13:27.772921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lnphst on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:14:31.889923Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.rkpiuo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo\nDeploy daemon haproxy.nfs.foo.smithi073.rkpiuo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:14:36.111895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.tpvwpw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw\nDeploy daemon haproxy.nfs.foo.smithi029.tpvwpw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:14:36.114162Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.gsdjrq on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:14:36.115780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.chkrtr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:15:06.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:06 smithi029 bash[14177]: audit 2024-02-11T17:15:05.819046+0000 mgr.smithi029.rubqla (mgr.14180) 595 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:06.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:06 smithi029 bash[14177]: cluster 2024-02-11T17:15:06.133751+0000 mgr.smithi029.rubqla (mgr.14180) 596 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:06.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:06 smithi073 bash[18997]: audit 2024-02-11T17:15:05.819046+0000 mgr.smithi029.rubqla (mgr.14180) 595 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:06.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:06 smithi073 bash[18997]: cluster 2024-02-11T17:15:06.133751+0000 mgr.smithi029.rubqla (mgr.14180) 596 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:06.738 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:07.739 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:08.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:08 smithi073 bash[18997]: cluster 2024-02-11T17:15:08.134953+0000 mgr.smithi029.rubqla (mgr.14180) 597 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:08.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:08 smithi029 bash[14177]: cluster 2024-02-11T17:15:08.134953+0000 mgr.smithi029.rubqla (mgr.14180) 597 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:10.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:10 smithi073 bash[18997]: cluster 2024-02-11T17:15:10.136100+0000 mgr.smithi029.rubqla (mgr.14180) 598 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:10.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:10 smithi029 bash[14177]: cluster 2024-02-11T17:15:10.136100+0000 mgr.smithi029.rubqla (mgr.14180) 598 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:11.908 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:15:11.908 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:13:27.772921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lnphst on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:14:31.889923Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.rkpiuo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo\nDeploy daemon haproxy.nfs.foo.smithi073.rkpiuo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:14:36.111895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.tpvwpw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw\nDeploy daemon haproxy.nfs.foo.smithi029.tpvwpw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:14:36.114162Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.gsdjrq on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:14:36.115780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.chkrtr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:15:12.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:12 smithi029 bash[14177]: audit 2024-02-11T17:15:11.890588+0000 mgr.smithi029.rubqla (mgr.14180) 599 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:12.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:12 smithi029 bash[14177]: cluster 2024-02-11T17:15:12.137217+0000 mgr.smithi029.rubqla (mgr.14180) 600 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:12.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:12 smithi073 bash[18997]: audit 2024-02-11T17:15:11.890588+0000 mgr.smithi029.rubqla (mgr.14180) 599 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:12.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:12 smithi073 bash[18997]: cluster 2024-02-11T17:15:12.137217+0000 mgr.smithi029.rubqla (mgr.14180) 600 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:12.857 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:13.858 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:14.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:14 smithi029 bash[14177]: cluster 2024-02-11T17:15:14.138093+0000 mgr.smithi029.rubqla (mgr.14180) 601 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:15:14.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:14 smithi073 bash[18997]: cluster 2024-02-11T17:15:14.138093+0000 mgr.smithi029.rubqla (mgr.14180) 601 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:15:16.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:16 smithi073 bash[18997]: cluster 2024-02-11T17:15:16.139421+0000 mgr.smithi029.rubqla (mgr.14180) 602 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:16.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:16 smithi029 bash[14177]: cluster 2024-02-11T17:15:16.139421+0000 mgr.smithi029.rubqla (mgr.14180) 602 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:17.938 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:15:17.938 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:13:27.772921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lnphst on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:14:31.889923Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.rkpiuo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo\nDeploy daemon haproxy.nfs.foo.smithi073.rkpiuo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:14:36.111895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.tpvwpw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw\nDeploy daemon haproxy.nfs.foo.smithi029.tpvwpw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:14:36.114162Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.gsdjrq on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:14:36.115780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.chkrtr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:15:18.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:18 smithi029 bash[14177]: audit 2024-02-11T17:15:17.923801+0000 mgr.smithi029.rubqla (mgr.14180) 603 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:18.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:18 smithi073 bash[18997]: audit 2024-02-11T17:15:17.923801+0000 mgr.smithi029.rubqla (mgr.14180) 603 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:18.913 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:19.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:19 smithi073 bash[18997]: cluster 2024-02-11T17:15:18.140705+0000 mgr.smithi029.rubqla (mgr.14180) 604 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:19.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:19 smithi029 bash[14177]: cluster 2024-02-11T17:15:18.140705+0000 mgr.smithi029.rubqla (mgr.14180) 604 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:19.914 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:21.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:21 smithi073 bash[18997]: cluster 2024-02-11T17:15:20.141348+0000 mgr.smithi029.rubqla (mgr.14180) 605 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:21.658 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:21 smithi029 bash[14177]: cluster 2024-02-11T17:15:20.141348+0000 mgr.smithi029.rubqla (mgr.14180) 605 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:23.502 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:23 smithi029 bash[14177]: cluster 2024-02-11T17:15:22.142523+0000 mgr.smithi029.rubqla (mgr.14180) 606 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:23.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:23 smithi073 bash[18997]: cluster 2024-02-11T17:15:22.142523+0000 mgr.smithi029.rubqla (mgr.14180) 606 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:23.890 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:15:23.890 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:13:27.772921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lnphst on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:14:31.889923Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.rkpiuo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo\nDeploy daemon haproxy.nfs.foo.smithi073.rkpiuo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:14:36.111895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.tpvwpw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw\nDeploy daemon haproxy.nfs.foo.smithi029.tpvwpw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:14:36.114162Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.gsdjrq on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:14:36.115780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.chkrtr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:15:24.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:24 smithi029 bash[14177]: audit 2024-02-11T17:15:23.872482+0000 mgr.smithi029.rubqla (mgr.14180) 607 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:24.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:24 smithi073 bash[18997]: audit 2024-02-11T17:15:23.872482+0000 mgr.smithi029.rubqla (mgr.14180) 607 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:24.855 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:25.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:25 smithi073 bash[18997]: cluster 2024-02-11T17:15:24.143635+0000 mgr.smithi029.rubqla (mgr.14180) 608 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:15:25.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:25 smithi029 bash[14177]: cluster 2024-02-11T17:15:24.143635+0000 mgr.smithi029.rubqla (mgr.14180) 608 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:15:25.856 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:27.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:27 smithi073 bash[18997]: cluster 2024-02-11T17:15:26.144593+0000 mgr.smithi029.rubqla (mgr.14180) 609 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:27.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:27 smithi029 bash[14177]: cluster 2024-02-11T17:15:26.144593+0000 mgr.smithi029.rubqla (mgr.14180) 609 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:29.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:29 smithi029 bash[14177]: cluster 2024-02-11T17:15:28.145695+0000 mgr.smithi029.rubqla (mgr.14180) 610 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:29.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:29 smithi073 bash[18997]: cluster 2024-02-11T17:15:28.145695+0000 mgr.smithi029.rubqla (mgr.14180) 610 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:29.967 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:15:29.967 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:13:27.772921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lnphst on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:14:31.889923Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.rkpiuo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo\nDeploy daemon haproxy.nfs.foo.smithi073.rkpiuo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:14:36.111895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.tpvwpw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw\nDeploy daemon haproxy.nfs.foo.smithi029.tpvwpw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:14:36.114162Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.gsdjrq on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:14:36.115780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.chkrtr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:15:30.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:30 smithi029 bash[14177]: audit 2024-02-11T17:15:29.950844+0000 mgr.smithi029.rubqla (mgr.14180) 611 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:30.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:30 smithi073 bash[18997]: audit 2024-02-11T17:15:29.950844+0000 mgr.smithi029.rubqla (mgr.14180) 611 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:31.031 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:31.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:31 smithi029 bash[14177]: cluster 2024-02-11T17:15:30.146824+0000 mgr.smithi029.rubqla (mgr.14180) 612 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:31.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:31 smithi073 bash[18997]: cluster 2024-02-11T17:15:30.146824+0000 mgr.smithi029.rubqla (mgr.14180) 612 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:32.032 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:33.555 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:33 smithi029 bash[14177]: cluster 2024-02-11T17:15:32.147981+0000 mgr.smithi029.rubqla (mgr.14180) 613 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:33.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:33 smithi073 bash[18997]: cluster 2024-02-11T17:15:32.147981+0000 mgr.smithi029.rubqla (mgr.14180) 613 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:35.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:35 smithi073 bash[18997]: cluster 2024-02-11T17:15:34.149107+0000 mgr.smithi029.rubqla (mgr.14180) 614 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:15:35.608 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:35 smithi029 bash[14177]: cluster 2024-02-11T17:15:34.149107+0000 mgr.smithi029.rubqla (mgr.14180) 614 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:15:36.046 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:15:36.046 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:13:27.772921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lnphst on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:14:31.889923Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.rkpiuo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo\nDeploy daemon haproxy.nfs.foo.smithi073.rkpiuo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:14:36.111895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.tpvwpw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw\nDeploy daemon haproxy.nfs.foo.smithi029.tpvwpw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:14:36.114162Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.gsdjrq on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:14:36.115780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.chkrtr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:15:36.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:36 smithi029 bash[14177]: audit 2024-02-11T17:15:36.030286+0000 mgr.smithi029.rubqla (mgr.14180) 615 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:36.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:36 smithi029 bash[14177]: audit 2024-02-11T17:15:36.121084+0000 mon.smithi029 (mon.0) 812 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:15:36.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:36 smithi073 bash[18997]: audit 2024-02-11T17:15:36.030286+0000 mgr.smithi029.rubqla (mgr.14180) 615 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:36.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:36 smithi073 bash[18997]: audit 2024-02-11T17:15:36.121084+0000 mon.smithi029 (mon.0) 812 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:15:36.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:37.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:37 smithi073 bash[18997]: cluster 2024-02-11T17:15:36.150281+0000 mgr.smithi029.rubqla (mgr.14180) 616 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:37.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:37 smithi073 bash[18997]: audit 2024-02-11T17:15:36.399135+0000 mon.smithi029 (mon.0) 813 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:15:37.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:37 smithi073 bash[18997]: audit 2024-02-11T17:15:36.399302+0000 mon.smithi029 (mon.0) 814 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:15:37.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:37 smithi073 bash[18997]: audit 2024-02-11T17:15:36.399920+0000 mon.smithi029 (mon.0) 815 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:15:37.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:37 smithi073 bash[18997]: audit 2024-02-11T17:15:36.400083+0000 mon.smithi029 (mon.0) 816 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:15:37.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:37 smithi073 bash[18997]: audit 2024-02-11T17:15:36.400771+0000 mon.smithi029 (mon.0) 817 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:15:37.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:37 smithi073 bash[18997]: audit 2024-02-11T17:15:36.400904+0000 mon.smithi029 (mon.0) 818 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:15:37.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:37 smithi073 bash[18997]: audit 2024-02-11T17:15:36.401457+0000 mon.smithi029 (mon.0) 819 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:15:37.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:37 smithi073 bash[18997]: audit 2024-02-11T17:15:36.401620+0000 mon.smithi029 (mon.0) 820 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:15:37.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:37 smithi073 bash[18997]: cephadm 2024-02-11T17:15:36.402040+0000 mgr.smithi029.rubqla (mgr.14180) 617 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 1981M 2024-02-11T17:15:37.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:37 smithi073 bash[18997]: cephadm 2024-02-11T17:15:36.402246+0000 mgr.smithi029.rubqla (mgr.14180) 618 : cephadm [INF] Adjusting osd_memory_target on smithi073 to 2748M 2024-02-11T17:15:37.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:37 smithi073 bash[18997]: audit 2024-02-11T17:15:36.406473+0000 mon.smithi029 (mon.0) 821 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:15:37.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:37 smithi073 bash[18997]: audit 2024-02-11T17:15:36.410525+0000 mon.smithi029 (mon.0) 822 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:15:37.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:37 smithi073 bash[18997]: audit 2024-02-11T17:15:36.411352+0000 mon.smithi029 (mon.0) 823 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:15:37.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:37 smithi073 bash[18997]: audit 2024-02-11T17:15:36.412044+0000 mon.smithi029 (mon.0) 824 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:15:37.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:37 smithi073 bash[18997]: audit 2024-02-11T17:15:36.416219+0000 mon.smithi029 (mon.0) 825 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:15:37.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:37 smithi073 bash[18997]: cluster 2024-02-11T17:15:36.416802+0000 mgr.smithi029.rubqla (mgr.14180) 619 : 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-02-11T17:15:37.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:37 smithi073 bash[18997]: audit 2024-02-11T17:15:36.421399+0000 mon.smithi029 (mon.0) 826 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:15:37.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:37 smithi073 bash[18997]: audit 2024-02-11T17:15:36.431643+0000 mon.smithi029 (mon.0) 827 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:15:37.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:37 smithi073 bash[18997]: cephadm 2024-02-11T17:15:36.436581+0000 mgr.smithi029.rubqla (mgr.14180) 620 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.nodamj on smithi073 2024-02-11T17:15:37.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:37 smithi029 bash[14177]: cluster 2024-02-11T17:15:36.150281+0000 mgr.smithi029.rubqla (mgr.14180) 616 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:37.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:37 smithi029 bash[14177]: audit 2024-02-11T17:15:36.399135+0000 mon.smithi029 (mon.0) 813 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:15:37.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:37 smithi029 bash[14177]: audit 2024-02-11T17:15:36.399302+0000 mon.smithi029 (mon.0) 814 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:15:37.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:37 smithi029 bash[14177]: audit 2024-02-11T17:15:36.399920+0000 mon.smithi029 (mon.0) 815 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:15:37.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:37 smithi029 bash[14177]: audit 2024-02-11T17:15:36.400083+0000 mon.smithi029 (mon.0) 816 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:15:37.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:37 smithi029 bash[14177]: audit 2024-02-11T17:15:36.400771+0000 mon.smithi029 (mon.0) 817 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:15:37.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:37 smithi029 bash[14177]: audit 2024-02-11T17:15:36.400904+0000 mon.smithi029 (mon.0) 818 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:15:37.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:37 smithi029 bash[14177]: audit 2024-02-11T17:15:36.401457+0000 mon.smithi029 (mon.0) 819 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:15:37.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:37 smithi029 bash[14177]: audit 2024-02-11T17:15:36.401620+0000 mon.smithi029 (mon.0) 820 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-11T17:15:37.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:37 smithi029 bash[14177]: cephadm 2024-02-11T17:15:36.402040+0000 mgr.smithi029.rubqla (mgr.14180) 617 : cephadm [INF] Adjusting osd_memory_target on smithi029 to 1981M 2024-02-11T17:15:37.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:37 smithi029 bash[14177]: cephadm 2024-02-11T17:15:36.402246+0000 mgr.smithi029.rubqla (mgr.14180) 618 : cephadm [INF] Adjusting osd_memory_target on smithi073 to 2748M 2024-02-11T17:15:37.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:37 smithi029 bash[14177]: audit 2024-02-11T17:15:36.406473+0000 mon.smithi029 (mon.0) 821 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:15:37.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:37 smithi029 bash[14177]: audit 2024-02-11T17:15:36.410525+0000 mon.smithi029 (mon.0) 822 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:15:37.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:37 smithi029 bash[14177]: audit 2024-02-11T17:15:36.411352+0000 mon.smithi029 (mon.0) 823 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:15:37.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:37 smithi029 bash[14177]: audit 2024-02-11T17:15:36.412044+0000 mon.smithi029 (mon.0) 824 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:15:37.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:37 smithi029 bash[14177]: audit 2024-02-11T17:15:36.416219+0000 mon.smithi029 (mon.0) 825 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:15:37.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:37 smithi029 bash[14177]: cluster 2024-02-11T17:15:36.416802+0000 mgr.smithi029.rubqla (mgr.14180) 619 : 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-02-11T17:15:37.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:37 smithi029 bash[14177]: audit 2024-02-11T17:15:36.421399+0000 mon.smithi029 (mon.0) 826 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:15:37.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:37 smithi029 bash[14177]: audit 2024-02-11T17:15:36.431643+0000 mon.smithi029 (mon.0) 827 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:15:37.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:37 smithi029 bash[14177]: cephadm 2024-02-11T17:15:36.436581+0000 mgr.smithi029.rubqla (mgr.14180) 620 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.nodamj on smithi073 2024-02-11T17:15:37.996 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:38.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:38 smithi073 bash[18997]: cluster 2024-02-11T17:15:37.414889+0000 mon.smithi029 (mon.0) 828 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:15:38.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:38 smithi073 bash[18997]: cluster 2024-02-11T17:15:37.414954+0000 mon.smithi029 (mon.0) 829 : cluster [INF] Cluster is now healthy 2024-02-11T17:15:38.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:38 smithi029 bash[14177]: cluster 2024-02-11T17:15:37.414889+0000 mon.smithi029 (mon.0) 828 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:15:38.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:38 smithi029 bash[14177]: cluster 2024-02-11T17:15:37.414954+0000 mon.smithi029 (mon.0) 829 : cluster [INF] Cluster is now healthy 2024-02-11T17:15:39.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:39 smithi029 bash[14177]: cluster 2024-02-11T17:15:38.417603+0000 mgr.smithi029.rubqla (mgr.14180) 621 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:15:39.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:39 smithi073 bash[18997]: cluster 2024-02-11T17:15:38.417603+0000 mgr.smithi029.rubqla (mgr.14180) 621 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:15:40.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:40 smithi073 bash[18997]: audit 2024-02-11T17:15:40.353222+0000 mon.smithi029 (mon.0) 830 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.nodamj"}]: dispatch 2024-02-11T17:15:40.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:40 smithi029 bash[14177]: audit 2024-02-11T17:15:40.353222+0000 mon.smithi029 (mon.0) 830 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.nodamj"}]: dispatch 2024-02-11T17:15:41.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: cephadm 2024-02-11T17:15:40.351947+0000 mgr.smithi029.rubqla (mgr.14180) 622 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj 2024-02-11T17:15:41.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:15:41.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj 2024-02-11T17:15:41.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj 2024-02-11T17:15:41.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:15:41.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj 2024-02-11T17:15:41.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.nodamj ... 2024-02-11T17:15:41.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:41.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:15:41.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:15:41.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:15:41.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:41.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:15:41.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:15:41.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:15:41.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:15:41.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:15:41.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj 2024-02-11T17:15:41.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:15:41.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj 2024-02-11T17:15:41.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj 2024-02-11T17:15:41.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:15:41.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj 2024-02-11T17:15:41.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.nodamj ... 2024-02-11T17:15:41.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:41.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:15:41.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:15:41.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:15:41.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:41.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: cephadm 2024-02-11T17:15:40.352549+0000 mgr.smithi029.rubqla (mgr.14180) 623 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.nodamj 2024-02-11T17:15:41.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: cephadm 2024-02-11T17:15:40.354600+0000 mgr.smithi029.rubqla (mgr.14180) 624 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.nodamj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj 2024-02-11T17:15:41.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:15:41.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj 2024-02-11T17:15:41.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj 2024-02-11T17:15:41.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:15:41.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj 2024-02-11T17:15:41.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.nodamj ... 2024-02-11T17:15:41.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:41.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:15:41.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:15:41.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:15:41.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:41.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: cephadm 2024-02-11T17:15:40.358366+0000 mgr.smithi029.rubqla (mgr.14180) 625 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.jxhpyl on smithi029 2024-02-11T17:15:41.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:41 smithi029 bash[14177]: cluster 2024-02-11T17:15:40.418076+0000 mgr.smithi029.rubqla (mgr.14180) 626 : 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-02-11T17:15:41.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: cephadm 2024-02-11T17:15:40.351947+0000 mgr.smithi029.rubqla (mgr.14180) 622 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj 2024-02-11T17:15:41.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:15:41.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj 2024-02-11T17:15:41.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj 2024-02-11T17:15:41.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:15:41.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj 2024-02-11T17:15:41.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.nodamj ... 2024-02-11T17:15:41.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:41.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:15:41.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:15:41.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:15:41.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:41.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:15:41.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:15:41.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:15:41.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:15:41.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:15:41.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj 2024-02-11T17:15:41.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:15:41.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj 2024-02-11T17:15:41.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj 2024-02-11T17:15:41.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:15:41.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj 2024-02-11T17:15:41.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.nodamj ... 2024-02-11T17:15:41.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:41.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:15:41.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:15:41.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:15:41.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:41.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: cephadm 2024-02-11T17:15:40.352549+0000 mgr.smithi029.rubqla (mgr.14180) 623 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.nodamj 2024-02-11T17:15:41.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: cephadm 2024-02-11T17:15:40.354600+0000 mgr.smithi029.rubqla (mgr.14180) 624 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.nodamj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj 2024-02-11T17:15:41.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:15:41.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj 2024-02-11T17:15:41.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj 2024-02-11T17:15:41.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:15:41.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj 2024-02-11T17:15:41.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.nodamj ... 2024-02-11T17:15:41.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:41.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:15:41.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:15:41.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:15:41.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:41.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: cephadm 2024-02-11T17:15:40.358366+0000 mgr.smithi029.rubqla (mgr.14180) 625 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.jxhpyl on smithi029 2024-02-11T17:15:41.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:41 smithi073 bash[18997]: cluster 2024-02-11T17:15:40.418076+0000 mgr.smithi029.rubqla (mgr.14180) 626 : 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-02-11T17:15:42.544 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:15:42.544 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:14:31.889923Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.rkpiuo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-rkpiuo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.rkpiuo\nDeploy daemon haproxy.nfs.foo.smithi073.rkpiuo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:14:36.111895Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.tpvwpw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tpvwpw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tpvwpw\nDeploy daemon haproxy.nfs.foo.smithi029.tpvwpw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:14:36.114162Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.gsdjrq on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:14:36.115780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.chkrtr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:40.354391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.nodamj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj\nDeploy daemon haproxy.nfs.foo.smithi073.nodamj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -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.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:15:43.594 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:43.805 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:43 smithi029 bash[14177]: cluster 2024-02-11T17:15:42.419085+0000 mgr.smithi029.rubqla (mgr.14180) 627 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 398 B/s rd, 0 op/s 2024-02-11T17:15:43.805 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:43 smithi029 bash[14177]: audit 2024-02-11T17:15:42.528641+0000 mgr.smithi029.rubqla (mgr.14180) 628 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:43.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:43 smithi073 bash[18997]: cluster 2024-02-11T17:15:42.419085+0000 mgr.smithi029.rubqla (mgr.14180) 627 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 398 B/s rd, 0 op/s 2024-02-11T17:15:43.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:43 smithi073 bash[18997]: audit 2024-02-11T17:15:42.528641+0000 mgr.smithi029.rubqla (mgr.14180) 628 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:44.595 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:44.799 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:44 smithi029 bash[14177]: audit 2024-02-11T17:15:44.261350+0000 mon.smithi029 (mon.0) 831 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.jxhpyl"}]: dispatch 2024-02-11T17:15:44.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:44 smithi073 bash[18997]: audit 2024-02-11T17:15:44.261350+0000 mon.smithi029 (mon.0) 831 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.jxhpyl"}]: dispatch 2024-02-11T17:15:45.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: cephadm 2024-02-11T17:15:44.260170+0000 mgr.smithi029.rubqla (mgr.14180) 629 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl 2024-02-11T17:15:45.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:15:45.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl 2024-02-11T17:15:45.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl 2024-02-11T17:15:45.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:15:45.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl 2024-02-11T17:15:45.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.jxhpyl ... 2024-02-11T17:15:45.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:45.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:15:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:15:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:15:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:15:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:15:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:15:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:15:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:15:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl 2024-02-11T17:15:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:15:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl 2024-02-11T17:15:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl 2024-02-11T17:15:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:15:45.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl 2024-02-11T17:15:45.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.jxhpyl ... 2024-02-11T17:15:45.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:45.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:15:45.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:15:45.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:15:45.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:45.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: cephadm 2024-02-11T17:15:44.260732+0000 mgr.smithi029.rubqla (mgr.14180) 630 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.jxhpyl 2024-02-11T17:15:45.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: cephadm 2024-02-11T17:15:44.262706+0000 mgr.smithi029.rubqla (mgr.14180) 631 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.jxhpyl on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl 2024-02-11T17:15:45.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:15:45.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl 2024-02-11T17:15:45.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl 2024-02-11T17:15:45.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:15:45.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl 2024-02-11T17:15:45.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.jxhpyl ... 2024-02-11T17:15:45.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:45.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:15:45.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:15:45.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:15:45.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:45.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: cephadm 2024-02-11T17:15:44.267090+0000 mgr.smithi029.rubqla (mgr.14180) 632 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.fuopxz on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:15:45.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: cephadm 2024-02-11T17:15:44.270018+0000 mgr.smithi029.rubqla (mgr.14180) 633 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.tncicc on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:15:45.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: cluster 2024-02-11T17:15:44.271230+0000 mgr.smithi029.rubqla (mgr.14180) 634 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-02-11T17:15:45.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:45 smithi073 bash[18997]: cluster 2024-02-11T17:15:44.475446+0000 mon.smithi029 (mon.0) 832 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:15:45.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: cephadm 2024-02-11T17:15:44.260170+0000 mgr.smithi029.rubqla (mgr.14180) 629 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl 2024-02-11T17:15:45.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:15:45.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl 2024-02-11T17:15:45.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl 2024-02-11T17:15:45.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:15:45.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl 2024-02-11T17:15:45.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.jxhpyl ... 2024-02-11T17:15:45.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:45.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:15:45.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:15:45.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:15:45.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:45.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:15:45.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:15:45.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:15:45.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:15:45.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:15:45.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl 2024-02-11T17:15:45.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:15:45.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl 2024-02-11T17:15:45.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl 2024-02-11T17:15:45.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:15:45.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl 2024-02-11T17:15:45.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.jxhpyl ... 2024-02-11T17:15:45.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:45.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:15:45.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:15:45.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:15:45.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: cephadm 2024-02-11T17:15:44.260732+0000 mgr.smithi029.rubqla (mgr.14180) 630 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.jxhpyl 2024-02-11T17:15:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: cephadm 2024-02-11T17:15:44.262706+0000 mgr.smithi029.rubqla (mgr.14180) 631 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.jxhpyl on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl 2024-02-11T17:15:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:15:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl 2024-02-11T17:15:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl 2024-02-11T17:15:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:15:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl 2024-02-11T17:15:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.jxhpyl ... 2024-02-11T17:15:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:15:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:15:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:15:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:15:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: cephadm 2024-02-11T17:15:44.267090+0000 mgr.smithi029.rubqla (mgr.14180) 632 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.fuopxz on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:15:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: cephadm 2024-02-11T17:15:44.270018+0000 mgr.smithi029.rubqla (mgr.14180) 633 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.tncicc on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:15:45.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: cluster 2024-02-11T17:15:44.271230+0000 mgr.smithi029.rubqla (mgr.14180) 634 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-02-11T17:15:45.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:45 smithi029 bash[14177]: cluster 2024-02-11T17:15:44.475446+0000 mon.smithi029 (mon.0) 832 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:15:47.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:47 smithi029 bash[14177]: cluster 2024-02-11T17:15:46.272441+0000 mgr.smithi029.rubqla (mgr.14180) 635 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-02-11T17:15:47.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:47 smithi073 bash[18997]: cluster 2024-02-11T17:15:46.272441+0000 mgr.smithi029.rubqla (mgr.14180) 635 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-02-11T17:15:48.735 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:15:48.735 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:14:36.115780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.chkrtr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:40.354391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.nodamj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj\nDeploy daemon haproxy.nfs.foo.smithi073.nodamj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:15:44.262567Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.jxhpyl on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl\nDeploy daemon haproxy.nfs.foo.smithi029.jxhpyl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:15:44.266852Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fuopxz on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:44.269858Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tncicc on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:15:48.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:48 smithi029 bash[14177]: audit 2024-02-11T17:15:47.636728+0000 mon.smithi029 (mon.0) 833 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:15:49.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:48 smithi073 bash[18997]: audit 2024-02-11T17:15:47.636728+0000 mon.smithi029 (mon.0) 833 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:15:49.750 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:49.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:49 smithi029 bash[14177]: cluster 2024-02-11T17:15:48.273598+0000 mgr.smithi029.rubqla (mgr.14180) 636 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-11T17:15:49.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:49 smithi029 bash[14177]: audit 2024-02-11T17:15:48.724517+0000 mgr.smithi029.rubqla (mgr.14180) 637 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:50.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:49 smithi073 bash[18997]: cluster 2024-02-11T17:15:48.273598+0000 mgr.smithi029.rubqla (mgr.14180) 636 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-11T17:15:50.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:49 smithi073 bash[18997]: audit 2024-02-11T17:15:48.724517+0000 mgr.smithi029.rubqla (mgr.14180) 637 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:50.752 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:51.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:51 smithi029 bash[14177]: cluster 2024-02-11T17:15:50.274587+0000 mgr.smithi029.rubqla (mgr.14180) 638 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-11T17:15:52.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:51 smithi073 bash[18997]: cluster 2024-02-11T17:15:50.274587+0000 mgr.smithi029.rubqla (mgr.14180) 638 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-11T17:15:53.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:53 smithi029 bash[14177]: cluster 2024-02-11T17:15:52.275858+0000 mgr.smithi029.rubqla (mgr.14180) 639 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-11T17:15:54.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:53 smithi073 bash[18997]: cluster 2024-02-11T17:15:52.275858+0000 mgr.smithi029.rubqla (mgr.14180) 639 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-11T17:15:54.837 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:15:54.837 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:14:36.115780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.chkrtr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:40.354391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.nodamj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj\nDeploy daemon haproxy.nfs.foo.smithi073.nodamj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:15:44.262567Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.jxhpyl on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl\nDeploy daemon haproxy.nfs.foo.smithi029.jxhpyl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:15:44.266852Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fuopxz on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:44.269858Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tncicc on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:15:55.878 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:15:55.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:55 smithi029 bash[14177]: cluster 2024-02-11T17:15:54.276930+0000 mgr.smithi029.rubqla (mgr.14180) 640 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-11T17:15:55.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:55 smithi029 bash[14177]: audit 2024-02-11T17:15:54.822097+0000 mgr.smithi029.rubqla (mgr.14180) 641 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:56.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:55 smithi073 bash[18997]: cluster 2024-02-11T17:15:54.276930+0000 mgr.smithi029.rubqla (mgr.14180) 640 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-11T17:15:56.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:55 smithi073 bash[18997]: audit 2024-02-11T17:15:54.822097+0000 mgr.smithi029.rubqla (mgr.14180) 641 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:15:56.878 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:15:57.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:57 smithi029 bash[14177]: cluster 2024-02-11T17:15:56.278178+0000 mgr.smithi029.rubqla (mgr.14180) 642 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:58.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:57 smithi073 bash[18997]: cluster 2024-02-11T17:15:56.278178+0000 mgr.smithi029.rubqla (mgr.14180) 642 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:15:59.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:15:59 smithi029 bash[14177]: cluster 2024-02-11T17:15:58.279025+0000 mgr.smithi029.rubqla (mgr.14180) 643 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:00.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:15:59 smithi073 bash[18997]: cluster 2024-02-11T17:15:58.279025+0000 mgr.smithi029.rubqla (mgr.14180) 643 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:01.137 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:16:01.138 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:14:36.115780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.chkrtr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:40.354391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.nodamj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj\nDeploy daemon haproxy.nfs.foo.smithi073.nodamj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:15:44.262567Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.jxhpyl on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl\nDeploy daemon haproxy.nfs.foo.smithi029.jxhpyl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:15:44.266852Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fuopxz on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:44.269858Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tncicc on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:16:01.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:01 smithi029 bash[14177]: cluster 2024-02-11T17:16:00.279722+0000 mgr.smithi029.rubqla (mgr.14180) 644 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:01.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:01 smithi029 bash[14177]: audit 2024-02-11T17:16:01.121508+0000 mgr.smithi029.rubqla (mgr.14180) 645 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:02.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:01 smithi073 bash[18997]: cluster 2024-02-11T17:16:00.279722+0000 mgr.smithi029.rubqla (mgr.14180) 644 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:02.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:01 smithi073 bash[18997]: audit 2024-02-11T17:16:01.121508+0000 mgr.smithi029.rubqla (mgr.14180) 645 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:02.110 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:16:03.111 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:16:04.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:03 smithi073 bash[18997]: cluster 2024-02-11T17:16:02.280996+0000 mgr.smithi029.rubqla (mgr.14180) 646 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:04.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:03 smithi029 bash[14177]: cluster 2024-02-11T17:16:02.280996+0000 mgr.smithi029.rubqla (mgr.14180) 646 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:06.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:05 smithi073 bash[18997]: cluster 2024-02-11T17:16:04.282113+0000 mgr.smithi029.rubqla (mgr.14180) 647 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:16:06.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:05 smithi029 bash[14177]: cluster 2024-02-11T17:16:04.282113+0000 mgr.smithi029.rubqla (mgr.14180) 647 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:16:07.493 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:16:07.493 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:14:36.115780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.chkrtr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:40.354391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.nodamj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj\nDeploy daemon haproxy.nfs.foo.smithi073.nodamj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:15:44.262567Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.jxhpyl on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl\nDeploy daemon haproxy.nfs.foo.smithi029.jxhpyl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:15:44.266852Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fuopxz on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:44.269858Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tncicc on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:16:07.811 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:07 smithi029 bash[14177]: cluster 2024-02-11T17:16:06.283482+0000 mgr.smithi029.rubqla (mgr.14180) 648 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:08.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:07 smithi073 bash[18997]: cluster 2024-02-11T17:16:06.283482+0000 mgr.smithi029.rubqla (mgr.14180) 648 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:08.484 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:16:08.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:08 smithi029 bash[14177]: audit 2024-02-11T17:16:07.482894+0000 mgr.smithi029.rubqla (mgr.14180) 649 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:09.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:08 smithi073 bash[18997]: audit 2024-02-11T17:16:07.482894+0000 mgr.smithi029.rubqla (mgr.14180) 649 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:09.486 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:16:09.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:09 smithi029 bash[14177]: cluster 2024-02-11T17:16:08.284363+0000 mgr.smithi029.rubqla (mgr.14180) 650 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:10.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:09 smithi073 bash[18997]: cluster 2024-02-11T17:16:08.284363+0000 mgr.smithi029.rubqla (mgr.14180) 650 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:11.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:11 smithi029 bash[14177]: cluster 2024-02-11T17:16:10.285452+0000 mgr.smithi029.rubqla (mgr.14180) 651 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:12.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:11 smithi073 bash[18997]: cluster 2024-02-11T17:16:10.285452+0000 mgr.smithi029.rubqla (mgr.14180) 651 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:13.652 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:16:13.652 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:14:36.115780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.chkrtr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:40.354391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.nodamj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj\nDeploy daemon haproxy.nfs.foo.smithi073.nodamj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:15:44.262567Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.jxhpyl on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl\nDeploy daemon haproxy.nfs.foo.smithi029.jxhpyl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:15:44.266852Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fuopxz on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:44.269858Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tncicc on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:16:13.968 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:13 smithi029 bash[14177]: cluster 2024-02-11T17:16:12.286221+0000 mgr.smithi029.rubqla (mgr.14180) 652 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:14.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:13 smithi073 bash[18997]: cluster 2024-02-11T17:16:12.286221+0000 mgr.smithi029.rubqla (mgr.14180) 652 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:14.615 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:16:14.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:14 smithi029 bash[14177]: audit 2024-02-11T17:16:13.641899+0000 mgr.smithi029.rubqla (mgr.14180) 653 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:15.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:14 smithi073 bash[18997]: audit 2024-02-11T17:16:13.641899+0000 mgr.smithi029.rubqla (mgr.14180) 653 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:15.616 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:16:15.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:15 smithi029 bash[14177]: cluster 2024-02-11T17:16:14.287191+0000 mgr.smithi029.rubqla (mgr.14180) 654 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:16:16.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:15 smithi073 bash[18997]: cluster 2024-02-11T17:16:14.287191+0000 mgr.smithi029.rubqla (mgr.14180) 654 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:16:17.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:17 smithi029 bash[14177]: cluster 2024-02-11T17:16:16.288491+0000 mgr.smithi029.rubqla (mgr.14180) 655 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:18.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:17 smithi073 bash[18997]: cluster 2024-02-11T17:16:16.288491+0000 mgr.smithi029.rubqla (mgr.14180) 655 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:19.830 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:16:19.831 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:14:36.115780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.chkrtr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:40.354391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.nodamj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj\nDeploy daemon haproxy.nfs.foo.smithi073.nodamj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:15:44.262567Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.jxhpyl on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl\nDeploy daemon haproxy.nfs.foo.smithi029.jxhpyl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:15:44.266852Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fuopxz on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:44.269858Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tncicc on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:16:20.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:19 smithi073 bash[18997]: cluster 2024-02-11T17:16:18.289681+0000 mgr.smithi029.rubqla (mgr.14180) 656 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:20.176 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:19 smithi029 bash[14177]: cluster 2024-02-11T17:16:18.289681+0000 mgr.smithi029.rubqla (mgr.14180) 656 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:20.906 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:16:21.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:20 smithi073 bash[18997]: audit 2024-02-11T17:16:19.815598+0000 mgr.smithi029.rubqla (mgr.14180) 657 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:21.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:20 smithi029 bash[14177]: audit 2024-02-11T17:16:19.815598+0000 mgr.smithi029.rubqla (mgr.14180) 657 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:21.907 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:16:22.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:21 smithi073 bash[18997]: cluster 2024-02-11T17:16:20.290799+0000 mgr.smithi029.rubqla (mgr.14180) 658 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:22.107 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:21 smithi029 bash[14177]: cluster 2024-02-11T17:16:20.290799+0000 mgr.smithi029.rubqla (mgr.14180) 658 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:24.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:23 smithi073 bash[18997]: cluster 2024-02-11T17:16:22.292061+0000 mgr.smithi029.rubqla (mgr.14180) 659 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:24.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:23 smithi029 bash[14177]: cluster 2024-02-11T17:16:22.292061+0000 mgr.smithi029.rubqla (mgr.14180) 659 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:25.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:25 smithi029 bash[14177]: cluster 2024-02-11T17:16:24.293109+0000 mgr.smithi029.rubqla (mgr.14180) 660 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:16:26.070 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:16:26.070 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:14:36.115780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.chkrtr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:40.354391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.nodamj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj\nDeploy daemon haproxy.nfs.foo.smithi073.nodamj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:15:44.262567Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.jxhpyl on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl\nDeploy daemon haproxy.nfs.foo.smithi029.jxhpyl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:15:44.266852Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fuopxz on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:44.269858Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tncicc on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:16:26.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:25 smithi073 bash[18997]: cluster 2024-02-11T17:16:24.293109+0000 mgr.smithi029.rubqla (mgr.14180) 660 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:16:27.056 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:26 smithi029 bash[14177]: audit 2024-02-11T17:16:26.055906+0000 mgr.smithi029.rubqla (mgr.14180) 661 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:27.057 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:16:27.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:26 smithi073 bash[18997]: audit 2024-02-11T17:16:26.055906+0000 mgr.smithi029.rubqla (mgr.14180) 661 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:28.058 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:16:28.072 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:27 smithi029 bash[14177]: cluster 2024-02-11T17:16:26.294286+0000 mgr.smithi029.rubqla (mgr.14180) 662 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:28.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:27 smithi073 bash[18997]: cluster 2024-02-11T17:16:26.294286+0000 mgr.smithi029.rubqla (mgr.14180) 662 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:30.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:29 smithi073 bash[18997]: cluster 2024-02-11T17:16:28.295453+0000 mgr.smithi029.rubqla (mgr.14180) 663 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:30.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:29 smithi029 bash[14177]: cluster 2024-02-11T17:16:28.295453+0000 mgr.smithi029.rubqla (mgr.14180) 663 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:32.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:31 smithi073 bash[18997]: cluster 2024-02-11T17:16:30.296569+0000 mgr.smithi029.rubqla (mgr.14180) 664 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:32.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:31 smithi029 bash[14177]: cluster 2024-02-11T17:16:30.296569+0000 mgr.smithi029.rubqla (mgr.14180) 664 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:32.289 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:16:32.289 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:14:36.115780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.chkrtr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:40.354391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.nodamj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj\nDeploy daemon haproxy.nfs.foo.smithi073.nodamj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:15:44.262567Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.jxhpyl on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl\nDeploy daemon haproxy.nfs.foo.smithi029.jxhpyl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:15:44.266852Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fuopxz on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:44.269858Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tncicc on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:16:33.305 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:16:34.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:33 smithi073 bash[18997]: audit 2024-02-11T17:16:32.278829+0000 mgr.smithi029.rubqla (mgr.14180) 665 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:34.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:33 smithi073 bash[18997]: cluster 2024-02-11T17:16:32.297767+0000 mgr.smithi029.rubqla (mgr.14180) 666 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:34.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:33 smithi029 bash[14177]: audit 2024-02-11T17:16:32.278829+0000 mgr.smithi029.rubqla (mgr.14180) 665 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:34.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:33 smithi029 bash[14177]: cluster 2024-02-11T17:16:32.297767+0000 mgr.smithi029.rubqla (mgr.14180) 666 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:34.307 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:16:36.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:35 smithi073 bash[18997]: cluster 2024-02-11T17:16:34.299153+0000 mgr.smithi029.rubqla (mgr.14180) 667 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:16:36.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:35 smithi029 bash[14177]: cluster 2024-02-11T17:16:34.299153+0000 mgr.smithi029.rubqla (mgr.14180) 667 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:16:38.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:37 smithi073 bash[18997]: cluster 2024-02-11T17:16:36.300482+0000 mgr.smithi029.rubqla (mgr.14180) 668 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:38.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:37 smithi029 bash[14177]: cluster 2024-02-11T17:16:36.300482+0000 mgr.smithi029.rubqla (mgr.14180) 668 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:38.392 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:16:38.392 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:14:36.115780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.chkrtr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:40.354391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.nodamj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj\nDeploy daemon haproxy.nfs.foo.smithi073.nodamj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:15:44.262567Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.jxhpyl on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl\nDeploy daemon haproxy.nfs.foo.smithi029.jxhpyl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:15:44.266852Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fuopxz on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:44.269858Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tncicc on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:16:39.377 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:16:40.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:39 smithi073 bash[18997]: cluster 2024-02-11T17:16:38.301629+0000 mgr.smithi029.rubqla (mgr.14180) 669 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:40.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:39 smithi073 bash[18997]: audit 2024-02-11T17:16:38.378618+0000 mgr.smithi029.rubqla (mgr.14180) 670 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:40.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:39 smithi029 bash[14177]: cluster 2024-02-11T17:16:38.301629+0000 mgr.smithi029.rubqla (mgr.14180) 669 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:40.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:39 smithi029 bash[14177]: audit 2024-02-11T17:16:38.378618+0000 mgr.smithi029.rubqla (mgr.14180) 670 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:40.378 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:16:42.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:41 smithi073 bash[18997]: cluster 2024-02-11T17:16:40.302833+0000 mgr.smithi029.rubqla (mgr.14180) 671 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:42.095 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:41 smithi029 bash[14177]: cluster 2024-02-11T17:16:40.302833+0000 mgr.smithi029.rubqla (mgr.14180) 671 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:44.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:43 smithi073 bash[18997]: cluster 2024-02-11T17:16:42.304177+0000 mgr.smithi029.rubqla (mgr.14180) 672 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:44.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:43 smithi029 bash[14177]: cluster 2024-02-11T17:16:42.304177+0000 mgr.smithi029.rubqla (mgr.14180) 672 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:16:44.853 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:16:44.853 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:14:36.115780Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.chkrtr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:40.354391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.nodamj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj\nDeploy daemon haproxy.nfs.foo.smithi073.nodamj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:15:44.262567Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.jxhpyl on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl\nDeploy daemon haproxy.nfs.foo.smithi029.jxhpyl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:15:44.266852Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fuopxz on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:44.269858Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tncicc on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:16:45.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:44 smithi073 bash[18997]: audit 2024-02-11T17:16:44.274230+0000 mon.smithi029 (mon.0) 834 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:16:45.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:44 smithi073 bash[18997]: audit 2024-02-11T17:16:44.571264+0000 mon.smithi029 (mon.0) 835 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:16:45.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:44 smithi073 bash[18997]: audit 2024-02-11T17:16:44.572599+0000 mon.smithi029 (mon.0) 836 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:16:45.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:44 smithi073 bash[18997]: audit 2024-02-11T17:16:44.580522+0000 mon.smithi029 (mon.0) 837 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:16:45.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:44 smithi073 bash[18997]: audit 2024-02-11T17:16:44.588167+0000 mon.smithi029 (mon.0) 838 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:16:45.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:44 smithi073 bash[18997]: audit 2024-02-11T17:16:44.599299+0000 mon.smithi029 (mon.0) 839 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:16:45.173 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:44 smithi029 bash[14177]: audit 2024-02-11T17:16:44.274230+0000 mon.smithi029 (mon.0) 834 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:16:45.173 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:44 smithi029 bash[14177]: audit 2024-02-11T17:16:44.571264+0000 mon.smithi029 (mon.0) 835 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:16:45.173 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:44 smithi029 bash[14177]: audit 2024-02-11T17:16:44.572599+0000 mon.smithi029 (mon.0) 836 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:16:45.173 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:44 smithi029 bash[14177]: audit 2024-02-11T17:16:44.580522+0000 mon.smithi029 (mon.0) 837 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:16:45.173 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:44 smithi029 bash[14177]: audit 2024-02-11T17:16:44.588167+0000 mon.smithi029 (mon.0) 838 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:16:45.173 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:44 smithi029 bash[14177]: audit 2024-02-11T17:16:44.599299+0000 mon.smithi029 (mon.0) 839 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:16:45.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:16:46.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:45 smithi073 bash[18997]: cluster 2024-02-11T17:16:44.305342+0000 mgr.smithi029.rubqla (mgr.14180) 673 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:16:46.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:45 smithi073 bash[18997]: cluster 2024-02-11T17:16:44.581365+0000 mgr.smithi029.rubqla (mgr.14180) 674 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:16:46.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:45 smithi073 bash[18997]: cephadm 2024-02-11T17:16:44.603434+0000 mgr.smithi029.rubqla (mgr.14180) 675 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.lofngh on smithi073 2024-02-11T17:16:46.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:45 smithi073 bash[18997]: cluster 2024-02-11T17:16:44.822519+0000 mon.smithi029 (mon.0) 840 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:16:46.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:45 smithi073 bash[18997]: cluster 2024-02-11T17:16:44.822582+0000 mon.smithi029 (mon.0) 841 : cluster [INF] Cluster is now healthy 2024-02-11T17:16:46.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:45 smithi073 bash[18997]: audit 2024-02-11T17:16:44.842568+0000 mgr.smithi029.rubqla (mgr.14180) 676 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:46.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:45 smithi029 bash[14177]: cluster 2024-02-11T17:16:44.305342+0000 mgr.smithi029.rubqla (mgr.14180) 673 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:16:46.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:45 smithi029 bash[14177]: cluster 2024-02-11T17:16:44.581365+0000 mgr.smithi029.rubqla (mgr.14180) 674 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:16:46.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:45 smithi029 bash[14177]: cephadm 2024-02-11T17:16:44.603434+0000 mgr.smithi029.rubqla (mgr.14180) 675 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.lofngh on smithi073 2024-02-11T17:16:46.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:45 smithi029 bash[14177]: cluster 2024-02-11T17:16:44.822519+0000 mon.smithi029 (mon.0) 840 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:16:46.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:45 smithi029 bash[14177]: cluster 2024-02-11T17:16:44.822582+0000 mon.smithi029 (mon.0) 841 : cluster [INF] Cluster is now healthy 2024-02-11T17:16:46.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:45 smithi029 bash[14177]: audit 2024-02-11T17:16:44.842568+0000 mgr.smithi029.rubqla (mgr.14180) 676 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:46.918 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:16:48.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:48 smithi073 bash[18997]: cluster 2024-02-11T17:16:46.582271+0000 mgr.smithi029.rubqla (mgr.14180) 677 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:16:48.323 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:48 smithi073 bash[18997]: audit 2024-02-11T17:16:47.062256+0000 mon.smithi029 (mon.0) 842 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:16:48.366 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:48 smithi029 bash[14177]: cluster 2024-02-11T17:16:46.582271+0000 mgr.smithi029.rubqla (mgr.14180) 677 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:16:48.367 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:48 smithi029 bash[14177]: audit 2024-02-11T17:16:47.062256+0000 mon.smithi029 (mon.0) 842 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:16:49.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:49 smithi029 bash[14177]: audit 2024-02-11T17:16:48.390975+0000 mon.smithi029 (mon.0) 843 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.lofngh"}]: dispatch 2024-02-11T17:16:49.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:49 smithi073 bash[18997]: audit 2024-02-11T17:16:48.390975+0000 mon.smithi029 (mon.0) 843 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.lofngh"}]: dispatch 2024-02-11T17:16:50.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: cephadm 2024-02-11T17:16:48.389647+0000 mgr.smithi029.rubqla (mgr.14180) 678 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh 2024-02-11T17:16:50.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:16:50.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh 2024-02-11T17:16:50.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh 2024-02-11T17:16:50.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:16:50.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh 2024-02-11T17:16:50.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.lofngh ... 2024-02-11T17:16:50.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:16:50.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:16:50.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:16:50.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:16:50.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:16:50.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:16:50.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:16:50.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:16:50.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:16:50.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:16:50.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh 2024-02-11T17:16:50.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:16:50.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh 2024-02-11T17:16:50.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh 2024-02-11T17:16:50.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:16:50.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh 2024-02-11T17:16:50.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.lofngh ... 2024-02-11T17:16:50.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:16:50.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:16:50.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:16:50.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:16:50.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:16:50.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: cephadm 2024-02-11T17:16:48.390216+0000 mgr.smithi029.rubqla (mgr.14180) 679 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.lofngh 2024-02-11T17:16:50.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: cephadm 2024-02-11T17:16:48.392863+0000 mgr.smithi029.rubqla (mgr.14180) 680 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.lofngh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh 2024-02-11T17:16:50.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:16:50.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh 2024-02-11T17:16:50.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh 2024-02-11T17:16:50.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:16:50.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh 2024-02-11T17:16:50.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.lofngh ... 2024-02-11T17:16:50.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:16:50.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:16:50.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:16:50.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:16:50.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:16:50.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: cephadm 2024-02-11T17:16:48.397187+0000 mgr.smithi029.rubqla (mgr.14180) 681 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.vaslbo on smithi029 2024-02-11T17:16:50.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:50 smithi073 bash[18997]: cluster 2024-02-11T17:16:48.583053+0000 mgr.smithi029.rubqla (mgr.14180) 682 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:16:50.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: cephadm 2024-02-11T17:16:48.389647+0000 mgr.smithi029.rubqla (mgr.14180) 678 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh 2024-02-11T17:16:50.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:16:50.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh 2024-02-11T17:16:50.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh 2024-02-11T17:16:50.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:16:50.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh 2024-02-11T17:16:50.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.lofngh ... 2024-02-11T17:16:50.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:16:50.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:16:50.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:16:50.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:16:50.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:16:50.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:16:50.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:16:50.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:16:50.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:16:50.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:16:50.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh 2024-02-11T17:16:50.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:16:50.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh 2024-02-11T17:16:50.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh 2024-02-11T17:16:50.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:16:50.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh 2024-02-11T17:16:50.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.lofngh ... 2024-02-11T17:16:50.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:16:50.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:16:50.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:16:50.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:16:50.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:16:50.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: cephadm 2024-02-11T17:16:48.390216+0000 mgr.smithi029.rubqla (mgr.14180) 679 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.lofngh 2024-02-11T17:16:50.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: cephadm 2024-02-11T17:16:48.392863+0000 mgr.smithi029.rubqla (mgr.14180) 680 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.lofngh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh 2024-02-11T17:16:50.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:16:50.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh 2024-02-11T17:16:50.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh 2024-02-11T17:16:50.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:16:50.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh 2024-02-11T17:16:50.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.lofngh ... 2024-02-11T17:16:50.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:16:50.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:16:50.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:16:50.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:16:50.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:16:50.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: cephadm 2024-02-11T17:16:48.397187+0000 mgr.smithi029.rubqla (mgr.14180) 681 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.vaslbo on smithi029 2024-02-11T17:16:50.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:50 smithi029 bash[14177]: cluster 2024-02-11T17:16:48.583053+0000 mgr.smithi029.rubqla (mgr.14180) 682 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:16:51.230 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:16:51.231 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:40.354391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.nodamj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-nodamj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.nodamj\nDeploy daemon haproxy.nfs.foo.smithi073.nodamj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:15:44.262567Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.jxhpyl on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-jxhpyl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.jxhpyl\nDeploy daemon haproxy.nfs.foo.smithi029.jxhpyl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:15:44.266852Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fuopxz on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:15:44.269858Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tncicc on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:16:48.392674Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.lofngh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh\nDeploy daemon haproxy.nfs.foo.smithi073.lofngh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -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.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:16:52.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:52 smithi073 bash[18997]: cluster 2024-02-11T17:16:50.583852+0000 mgr.smithi029.rubqla (mgr.14180) 683 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:16:52.395 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:52 smithi029 bash[14177]: cluster 2024-02-11T17:16:50.583852+0000 mgr.smithi029.rubqla (mgr.14180) 683 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:16:52.414 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:16:53.415 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:16:53.429 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:53 smithi029 bash[14177]: audit 2024-02-11T17:16:51.220010+0000 mgr.smithi029.rubqla (mgr.14180) 684 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:53.429 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:53 smithi029 bash[14177]: audit 2024-02-11T17:16:52.492060+0000 mon.smithi029 (mon.0) 844 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.vaslbo"}]: dispatch 2024-02-11T17:16:53.429 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:53 smithi029 bash[14177]: audit 2024-02-11T17:16:52.680950+0000 mon.smithi029 (mon.0) 845 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:16:53.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:53 smithi073 bash[18997]: audit 2024-02-11T17:16:51.220010+0000 mgr.smithi029.rubqla (mgr.14180) 684 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:53.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:53 smithi073 bash[18997]: audit 2024-02-11T17:16:52.492060+0000 mon.smithi029 (mon.0) 844 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.vaslbo"}]: dispatch 2024-02-11T17:16:53.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:53 smithi073 bash[18997]: audit 2024-02-11T17:16:52.680950+0000 mon.smithi029 (mon.0) 845 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:16:54.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: cephadm 2024-02-11T17:16:52.490842+0000 mgr.smithi029.rubqla (mgr.14180) 685 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo 2024-02-11T17:16:54.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:16:54.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo 2024-02-11T17:16:54.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo 2024-02-11T17:16:54.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:16:54.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo 2024-02-11T17:16:54.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.vaslbo ... 2024-02-11T17:16:54.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:16:54.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:16:54.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:16:54.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:16:54.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:16:54.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:16:54.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:16:54.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:16:54.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:16:54.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:16:54.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo 2024-02-11T17:16:54.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:16:54.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo 2024-02-11T17:16:54.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo 2024-02-11T17:16:54.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:16:54.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo 2024-02-11T17:16:54.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.vaslbo ... 2024-02-11T17:16:54.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:16:54.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:16:54.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:16:54.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:16:54.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:16:54.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: cephadm 2024-02-11T17:16:52.491344+0000 mgr.smithi029.rubqla (mgr.14180) 686 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.vaslbo 2024-02-11T17:16:54.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: cephadm 2024-02-11T17:16:52.493679+0000 mgr.smithi029.rubqla (mgr.14180) 687 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.vaslbo on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo 2024-02-11T17:16:54.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:16:54.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo 2024-02-11T17:16:54.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo 2024-02-11T17:16:54.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:16:54.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo 2024-02-11T17:16:54.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.vaslbo ... 2024-02-11T17:16:54.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:16:54.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:16:54.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:16:54.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:16:54.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:16:54.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: cephadm 2024-02-11T17:16:52.497916+0000 mgr.smithi029.rubqla (mgr.14180) 688 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.vzxkzp on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:16:54.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: cephadm 2024-02-11T17:16:52.500929+0000 mgr.smithi029.rubqla (mgr.14180) 689 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.qvuqog on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:16:54.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: cluster 2024-02-11T17:16:52.502835+0000 mgr.smithi029.rubqla (mgr.14180) 690 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 401 B/s rd, 0 op/s 2024-02-11T17:16:54.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:54 smithi029 bash[14177]: cluster 2024-02-11T17:16:53.079274+0000 mon.smithi029 (mon.0) 846 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:16:54.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: cephadm 2024-02-11T17:16:52.490842+0000 mgr.smithi029.rubqla (mgr.14180) 685 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo 2024-02-11T17:16:54.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:16:54.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo 2024-02-11T17:16:54.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo 2024-02-11T17:16:54.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:16:54.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo 2024-02-11T17:16:54.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.vaslbo ... 2024-02-11T17:16:54.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:16:54.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:16:54.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:16:54.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:16:54.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:16:54.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:16:54.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:16:54.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:16:54.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:16:54.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:16:54.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo 2024-02-11T17:16:54.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:16:54.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo 2024-02-11T17:16:54.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo 2024-02-11T17:16:54.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:16:54.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo 2024-02-11T17:16:54.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.vaslbo ... 2024-02-11T17:16:54.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:16:54.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:16:54.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:16:54.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:16:54.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:16:54.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: cephadm 2024-02-11T17:16:52.491344+0000 mgr.smithi029.rubqla (mgr.14180) 686 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.vaslbo 2024-02-11T17:16:54.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: cephadm 2024-02-11T17:16:52.493679+0000 mgr.smithi029.rubqla (mgr.14180) 687 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.vaslbo on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo 2024-02-11T17:16:54.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:16:54.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo 2024-02-11T17:16:54.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo 2024-02-11T17:16:54.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:16:54.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo 2024-02-11T17:16:54.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.vaslbo ... 2024-02-11T17:16:54.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:16:54.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:16:54.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:16:54.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:16:54.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:16:54.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: cephadm 2024-02-11T17:16:52.497916+0000 mgr.smithi029.rubqla (mgr.14180) 688 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.vzxkzp on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:16:54.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: cephadm 2024-02-11T17:16:52.500929+0000 mgr.smithi029.rubqla (mgr.14180) 689 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.qvuqog on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:16:54.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: cluster 2024-02-11T17:16:52.502835+0000 mgr.smithi029.rubqla (mgr.14180) 690 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 401 B/s rd, 0 op/s 2024-02-11T17:16:54.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:54 smithi073 bash[18997]: cluster 2024-02-11T17:16:53.079274+0000 mon.smithi029 (mon.0) 846 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:16:56.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:56 smithi029 bash[14177]: cluster 2024-02-11T17:16:54.503888+0000 mgr.smithi029.rubqla (mgr.14180) 691 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-02-11T17:16:56.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:56 smithi073 bash[18997]: cluster 2024-02-11T17:16:54.503888+0000 mgr.smithi029.rubqla (mgr.14180) 691 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-02-11T17:16:57.559 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:16:57.560 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:44.269858Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tncicc on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:16:48.392674Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.lofngh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh\nDeploy daemon haproxy.nfs.foo.smithi073.lofngh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:16:52.493444Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.vaslbo on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo\nDeploy daemon haproxy.nfs.foo.smithi029.vaslbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:16:52.497695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.vzxkzp on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:16:52.500767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qvuqog on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:16:58.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:58 smithi029 bash[14177]: cluster 2024-02-11T17:16:56.504571+0000 mgr.smithi029.rubqla (mgr.14180) 692 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-11T17:16:58.558 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:16:58.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:58 smithi073 bash[18997]: cluster 2024-02-11T17:16:56.504571+0000 mgr.smithi029.rubqla (mgr.14180) 692 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-11T17:16:59.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:16:59 smithi029 bash[14177]: audit 2024-02-11T17:16:57.545481+0000 mgr.smithi029.rubqla (mgr.14180) 693 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:16:59.559 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:16:59.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:16:59 smithi073 bash[18997]: audit 2024-02-11T17:16:57.545481+0000 mgr.smithi029.rubqla (mgr.14180) 693 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:00.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:00 smithi029 bash[14177]: cluster 2024-02-11T17:16:58.505441+0000 mgr.smithi029.rubqla (mgr.14180) 694 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-11T17:17:00.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:00 smithi073 bash[18997]: cluster 2024-02-11T17:16:58.505441+0000 mgr.smithi029.rubqla (mgr.14180) 694 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-11T17:17:02.442 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:02 smithi029 bash[14177]: cluster 2024-02-11T17:17:00.506579+0000 mgr.smithi029.rubqla (mgr.14180) 695 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-11T17:17:02.442 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:02 smithi029 bash[14177]: audit 2024-02-11T17:17:02.063361+0000 mon.smithi029 (mon.0) 847 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:17:02.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:02 smithi073 bash[18997]: cluster 2024-02-11T17:17:00.506579+0000 mgr.smithi029.rubqla (mgr.14180) 695 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-11T17:17:02.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:02 smithi073 bash[18997]: audit 2024-02-11T17:17:02.063361+0000 mon.smithi029 (mon.0) 847 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:17:03.668 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:17:03.668 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:44.269858Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tncicc on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:16:48.392674Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.lofngh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh\nDeploy daemon haproxy.nfs.foo.smithi073.lofngh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:16:52.493444Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.vaslbo on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo\nDeploy daemon haproxy.nfs.foo.smithi029.vaslbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:16:52.497695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.vzxkzp on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:16:52.500767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qvuqog on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:17:04.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:04 smithi029 bash[14177]: cluster 2024-02-11T17:17:02.507969+0000 mgr.smithi029.rubqla (mgr.14180) 696 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2024-02-11T17:17:04.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:04 smithi073 bash[18997]: cluster 2024-02-11T17:17:02.507969+0000 mgr.smithi029.rubqla (mgr.14180) 696 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2024-02-11T17:17:04.737 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:17:05.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:05 smithi029 bash[14177]: audit 2024-02-11T17:17:03.653685+0000 mgr.smithi029.rubqla (mgr.14180) 697 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:05.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:05 smithi073 bash[18997]: audit 2024-02-11T17:17:03.653685+0000 mgr.smithi029.rubqla (mgr.14180) 697 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:05.738 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:17:06.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:06 smithi029 bash[14177]: cluster 2024-02-11T17:17:04.509021+0000 mgr.smithi029.rubqla (mgr.14180) 698 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:06.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:06 smithi073 bash[18997]: cluster 2024-02-11T17:17:04.509021+0000 mgr.smithi029.rubqla (mgr.14180) 698 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:08.400 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:08 smithi029 bash[14177]: cluster 2024-02-11T17:17:06.510340+0000 mgr.smithi029.rubqla (mgr.14180) 699 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:08.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:08 smithi073 bash[18997]: cluster 2024-02-11T17:17:06.510340+0000 mgr.smithi029.rubqla (mgr.14180) 699 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:10.023 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:17:10.023 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:44.269858Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tncicc on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:16:48.392674Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.lofngh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh\nDeploy daemon haproxy.nfs.foo.smithi073.lofngh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:16:52.493444Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.vaslbo on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo\nDeploy daemon haproxy.nfs.foo.smithi029.vaslbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:16:52.497695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.vzxkzp on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:16:52.500767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qvuqog on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:17:10.345 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:10 smithi029 bash[14177]: cluster 2024-02-11T17:17:08.511609+0000 mgr.smithi029.rubqla (mgr.14180) 700 : 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-02-11T17:17:10.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:10 smithi073 bash[18997]: cluster 2024-02-11T17:17:08.511609+0000 mgr.smithi029.rubqla (mgr.14180) 700 : 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-02-11T17:17:11.024 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:17:11.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:11 smithi029 bash[14177]: audit 2024-02-11T17:17:10.013500+0000 mgr.smithi029.rubqla (mgr.14180) 701 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:11.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:11 smithi073 bash[18997]: audit 2024-02-11T17:17:10.013500+0000 mgr.smithi029.rubqla (mgr.14180) 701 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:12.024 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:17:12.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:12 smithi029 bash[14177]: cluster 2024-02-11T17:17:10.512252+0000 mgr.smithi029.rubqla (mgr.14180) 702 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:12.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:12 smithi073 bash[18997]: cluster 2024-02-11T17:17:10.512252+0000 mgr.smithi029.rubqla (mgr.14180) 702 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:13.483 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:13 smithi029 bash[14177]: cluster 2024-02-11T17:17:12.513556+0000 mgr.smithi029.rubqla (mgr.14180) 703 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:17:13.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:13 smithi073 bash[18997]: cluster 2024-02-11T17:17:12.513556+0000 mgr.smithi029.rubqla (mgr.14180) 703 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:17:15.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:15 smithi073 bash[18997]: cluster 2024-02-11T17:17:14.514212+0000 mgr.smithi029.rubqla (mgr.14180) 704 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:15.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:15 smithi029 bash[14177]: cluster 2024-02-11T17:17:14.514212+0000 mgr.smithi029.rubqla (mgr.14180) 704 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:16.147 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:17:16.148 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:44.269858Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tncicc on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:16:48.392674Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.lofngh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh\nDeploy daemon haproxy.nfs.foo.smithi073.lofngh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:16:52.493444Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.vaslbo on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo\nDeploy daemon haproxy.nfs.foo.smithi029.vaslbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:16:52.497695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.vzxkzp on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:16:52.500767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qvuqog on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:17:16.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:16 smithi073 bash[18997]: audit 2024-02-11T17:17:16.133489+0000 mgr.smithi029.rubqla (mgr.14180) 705 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:16.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:16 smithi029 bash[14177]: audit 2024-02-11T17:17:16.133489+0000 mgr.smithi029.rubqla (mgr.14180) 705 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:17.156 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:17:17.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:17 smithi073 bash[18997]: cluster 2024-02-11T17:17:16.515034+0000 mgr.smithi029.rubqla (mgr.14180) 706 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:17.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:17 smithi029 bash[14177]: cluster 2024-02-11T17:17:16.515034+0000 mgr.smithi029.rubqla (mgr.14180) 706 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:18.158 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:17:19.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:19 smithi029 bash[14177]: cluster 2024-02-11T17:17:18.516464+0000 mgr.smithi029.rubqla (mgr.14180) 707 : 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-02-11T17:17:20.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:19 smithi073 bash[18997]: cluster 2024-02-11T17:17:18.516464+0000 mgr.smithi029.rubqla (mgr.14180) 707 : 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-02-11T17:17:22.110 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:17:22.110 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:44.269858Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tncicc on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:16:48.392674Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.lofngh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh\nDeploy daemon haproxy.nfs.foo.smithi073.lofngh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:16:52.493444Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.vaslbo on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo\nDeploy daemon haproxy.nfs.foo.smithi029.vaslbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:16:52.497695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.vzxkzp on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:16:52.500767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qvuqog on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:17:22.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:22 smithi029 bash[14177]: cluster 2024-02-11T17:17:20.517631+0000 mgr.smithi029.rubqla (mgr.14180) 708 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:22.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:22 smithi073 bash[18997]: cluster 2024-02-11T17:17:20.517631+0000 mgr.smithi029.rubqla (mgr.14180) 708 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:23.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:17:23.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:23 smithi029 bash[14177]: audit 2024-02-11T17:17:22.096410+0000 mgr.smithi029.rubqla (mgr.14180) 709 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:23.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:23 smithi073 bash[18997]: audit 2024-02-11T17:17:22.096410+0000 mgr.smithi029.rubqla (mgr.14180) 709 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:24.164 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:17:24.479 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:24 smithi029 bash[14177]: cluster 2024-02-11T17:17:22.519014+0000 mgr.smithi029.rubqla (mgr.14180) 710 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:17:24.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:24 smithi073 bash[18997]: cluster 2024-02-11T17:17:22.519014+0000 mgr.smithi029.rubqla (mgr.14180) 710 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:17:26.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:26 smithi029 bash[14177]: cluster 2024-02-11T17:17:24.520158+0000 mgr.smithi029.rubqla (mgr.14180) 711 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:26.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:26 smithi073 bash[18997]: cluster 2024-02-11T17:17:24.520158+0000 mgr.smithi029.rubqla (mgr.14180) 711 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:28.313 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:17:28.314 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:44.269858Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tncicc on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:16:48.392674Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.lofngh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh\nDeploy daemon haproxy.nfs.foo.smithi073.lofngh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:16:52.493444Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.vaslbo on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo\nDeploy daemon haproxy.nfs.foo.smithi029.vaslbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:16:52.497695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.vzxkzp on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:16:52.500767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qvuqog on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:17:28.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:28 smithi029 bash[14177]: cluster 2024-02-11T17:17:26.520889+0000 mgr.smithi029.rubqla (mgr.14180) 712 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:28.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:28 smithi073 bash[18997]: cluster 2024-02-11T17:17:26.520889+0000 mgr.smithi029.rubqla (mgr.14180) 712 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:29.287 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:17:30.288 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:17:30.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:30 smithi029 bash[14177]: audit 2024-02-11T17:17:28.298123+0000 mgr.smithi029.rubqla (mgr.14180) 713 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:30.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:30 smithi029 bash[14177]: cluster 2024-02-11T17:17:28.522043+0000 mgr.smithi029.rubqla (mgr.14180) 714 : 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-02-11T17:17:30.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:30 smithi073 bash[18997]: audit 2024-02-11T17:17:28.298123+0000 mgr.smithi029.rubqla (mgr.14180) 713 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:30.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:30 smithi073 bash[18997]: cluster 2024-02-11T17:17:28.522043+0000 mgr.smithi029.rubqla (mgr.14180) 714 : 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-02-11T17:17:32.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:32 smithi029 bash[14177]: cluster 2024-02-11T17:17:30.523145+0000 mgr.smithi029.rubqla (mgr.14180) 715 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:32.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:32 smithi073 bash[18997]: cluster 2024-02-11T17:17:30.523145+0000 mgr.smithi029.rubqla (mgr.14180) 715 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:34.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:34 smithi029 bash[14177]: cluster 2024-02-11T17:17:32.524553+0000 mgr.smithi029.rubqla (mgr.14180) 716 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:17:34.347 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:17:34.347 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:44.269858Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tncicc on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:16:48.392674Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.lofngh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh\nDeploy daemon haproxy.nfs.foo.smithi073.lofngh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:16:52.493444Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.vaslbo on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo\nDeploy daemon haproxy.nfs.foo.smithi029.vaslbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:16:52.497695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.vzxkzp on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:16:52.500767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qvuqog on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:17:34.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:34 smithi073 bash[18997]: cluster 2024-02-11T17:17:32.524553+0000 mgr.smithi029.rubqla (mgr.14180) 716 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:17:35.324 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:17:36.325 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:17:36.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:36 smithi029 bash[14177]: audit 2024-02-11T17:17:34.331650+0000 mgr.smithi029.rubqla (mgr.14180) 717 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:36.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:36 smithi029 bash[14177]: cluster 2024-02-11T17:17:34.525645+0000 mgr.smithi029.rubqla (mgr.14180) 718 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:36.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:36 smithi073 bash[18997]: audit 2024-02-11T17:17:34.331650+0000 mgr.smithi029.rubqla (mgr.14180) 717 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:36.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:36 smithi073 bash[18997]: cluster 2024-02-11T17:17:34.525645+0000 mgr.smithi029.rubqla (mgr.14180) 718 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:38.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:38 smithi029 bash[14177]: cluster 2024-02-11T17:17:36.526862+0000 mgr.smithi029.rubqla (mgr.14180) 719 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:38.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:38 smithi073 bash[18997]: cluster 2024-02-11T17:17:36.526862+0000 mgr.smithi029.rubqla (mgr.14180) 719 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:39.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:39 smithi029 bash[14177]: cluster 2024-02-11T17:17:38.528532+0000 mgr.smithi029.rubqla (mgr.14180) 720 : 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-02-11T17:17:39.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:39 smithi073 bash[18997]: cluster 2024-02-11T17:17:38.528532+0000 mgr.smithi029.rubqla (mgr.14180) 720 : 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-02-11T17:17:40.255 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:17:40.255 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:44.269858Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tncicc on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:16:48.392674Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.lofngh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh\nDeploy daemon haproxy.nfs.foo.smithi073.lofngh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:16:52.493444Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.vaslbo on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo\nDeploy daemon haproxy.nfs.foo.smithi029.vaslbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:16:52.497695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.vzxkzp on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:16:52.500767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qvuqog on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:17:41.252 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:17:41.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:41 smithi073 bash[18997]: audit 2024-02-11T17:17:40.241576+0000 mgr.smithi029.rubqla (mgr.14180) 721 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:41.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:41 smithi073 bash[18997]: cluster 2024-02-11T17:17:40.529181+0000 mgr.smithi029.rubqla (mgr.14180) 722 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:41.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:41 smithi029 bash[14177]: audit 2024-02-11T17:17:40.241576+0000 mgr.smithi029.rubqla (mgr.14180) 721 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:41.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:41 smithi029 bash[14177]: cluster 2024-02-11T17:17:40.529181+0000 mgr.smithi029.rubqla (mgr.14180) 722 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:42.254 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:17:43.887 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:43 smithi029 bash[14177]: cluster 2024-02-11T17:17:42.530035+0000 mgr.smithi029.rubqla (mgr.14180) 723 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:17:44.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:43 smithi073 bash[18997]: cluster 2024-02-11T17:17:42.530035+0000 mgr.smithi029.rubqla (mgr.14180) 723 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:17:45.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:45 smithi029 bash[14177]: cluster 2024-02-11T17:17:44.531061+0000 mgr.smithi029.rubqla (mgr.14180) 724 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:46.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:45 smithi073 bash[18997]: cluster 2024-02-11T17:17:44.531061+0000 mgr.smithi029.rubqla (mgr.14180) 724 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:46.369 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:17:46.370 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:44.269858Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tncicc on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:16:48.392674Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.lofngh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh\nDeploy daemon haproxy.nfs.foo.smithi073.lofngh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:16:52.493444Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.vaslbo on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo\nDeploy daemon haproxy.nfs.foo.smithi029.vaslbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:16:52.497695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.vzxkzp on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:16:52.500767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qvuqog on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:17:47.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:17:47.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:47 smithi029 bash[14177]: audit 2024-02-11T17:17:46.355563+0000 mgr.smithi029.rubqla (mgr.14180) 725 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:47.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:47 smithi029 bash[14177]: cluster 2024-02-11T17:17:46.531983+0000 mgr.smithi029.rubqla (mgr.14180) 726 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:48.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:47 smithi073 bash[18997]: audit 2024-02-11T17:17:46.355563+0000 mgr.smithi029.rubqla (mgr.14180) 725 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:48.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:47 smithi073 bash[18997]: cluster 2024-02-11T17:17:46.531983+0000 mgr.smithi029.rubqla (mgr.14180) 726 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:48.297 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:17:49.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:49 smithi029 bash[14177]: cluster 2024-02-11T17:17:48.533204+0000 mgr.smithi029.rubqla (mgr.14180) 727 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:50.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:49 smithi073 bash[18997]: cluster 2024-02-11T17:17:48.533204+0000 mgr.smithi029.rubqla (mgr.14180) 727 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:51.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:51 smithi029 bash[14177]: cluster 2024-02-11T17:17:50.534268+0000 mgr.smithi029.rubqla (mgr.14180) 728 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:52.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:51 smithi073 bash[18997]: cluster 2024-02-11T17:17:50.534268+0000 mgr.smithi029.rubqla (mgr.14180) 728 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:17:52.460 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:17:52.460 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:15:44.269858Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tncicc on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:16:48.392674Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.lofngh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh\nDeploy daemon haproxy.nfs.foo.smithi073.lofngh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:16:52.493444Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.vaslbo on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo\nDeploy daemon haproxy.nfs.foo.smithi029.vaslbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:16:52.497695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.vzxkzp on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:16:52.500767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qvuqog on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:17:52.764 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:52 smithi029 bash[14177]: audit 2024-02-11T17:17:52.506245+0000 mon.smithi029 (mon.0) 848 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:17:53.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:52 smithi073 bash[18997]: audit 2024-02-11T17:17:52.506245+0000 mon.smithi029 (mon.0) 848 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:17:53.440 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:17:53.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:53 smithi029 bash[14177]: audit 2024-02-11T17:17:52.445973+0000 mgr.smithi029.rubqla (mgr.14180) 729 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:53.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:53 smithi029 bash[14177]: cluster 2024-02-11T17:17:52.535662+0000 mgr.smithi029.rubqla (mgr.14180) 730 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:17:53.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:53 smithi029 bash[14177]: audit 2024-02-11T17:17:52.815960+0000 mon.smithi029 (mon.0) 849 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:17:53.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:53 smithi029 bash[14177]: audit 2024-02-11T17:17:52.817325+0000 mon.smithi029 (mon.0) 850 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:17:53.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:53 smithi029 bash[14177]: audit 2024-02-11T17:17:52.824480+0000 mon.smithi029 (mon.0) 851 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:17:53.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:53 smithi029 bash[14177]: cluster 2024-02-11T17:17:52.825126+0000 mgr.smithi029.rubqla (mgr.14180) 731 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:17:53.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:53 smithi029 bash[14177]: audit 2024-02-11T17:17:52.831226+0000 mon.smithi029 (mon.0) 852 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:17:53.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:53 smithi029 bash[14177]: audit 2024-02-11T17:17:52.842909+0000 mon.smithi029 (mon.0) 853 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:17:53.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:53 smithi029 bash[14177]: cephadm 2024-02-11T17:17:52.845710+0000 mgr.smithi029.rubqla (mgr.14180) 732 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.fduyzb on smithi073 2024-02-11T17:17:54.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:53 smithi073 bash[18997]: audit 2024-02-11T17:17:52.445973+0000 mgr.smithi029.rubqla (mgr.14180) 729 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:17:54.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:53 smithi073 bash[18997]: cluster 2024-02-11T17:17:52.535662+0000 mgr.smithi029.rubqla (mgr.14180) 730 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:17:54.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:53 smithi073 bash[18997]: audit 2024-02-11T17:17:52.815960+0000 mon.smithi029 (mon.0) 849 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:17:54.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:53 smithi073 bash[18997]: audit 2024-02-11T17:17:52.817325+0000 mon.smithi029 (mon.0) 850 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:17:54.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:53 smithi073 bash[18997]: audit 2024-02-11T17:17:52.824480+0000 mon.smithi029 (mon.0) 851 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:17:54.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:53 smithi073 bash[18997]: cluster 2024-02-11T17:17:52.825126+0000 mgr.smithi029.rubqla (mgr.14180) 731 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:17:54.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:53 smithi073 bash[18997]: audit 2024-02-11T17:17:52.831226+0000 mon.smithi029 (mon.0) 852 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:17:54.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:53 smithi073 bash[18997]: audit 2024-02-11T17:17:52.842909+0000 mon.smithi029 (mon.0) 853 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:17:54.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:53 smithi073 bash[18997]: cephadm 2024-02-11T17:17:52.845710+0000 mgr.smithi029.rubqla (mgr.14180) 732 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.fduyzb on smithi073 2024-02-11T17:17:54.441 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:17:54.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:54 smithi029 bash[14177]: cluster 2024-02-11T17:17:53.821809+0000 mon.smithi029 (mon.0) 854 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:17:54.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:54 smithi029 bash[14177]: cluster 2024-02-11T17:17:53.821887+0000 mon.smithi029 (mon.0) 855 : cluster [INF] Cluster is now healthy 2024-02-11T17:17:55.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:54 smithi073 bash[18997]: cluster 2024-02-11T17:17:53.821809+0000 mon.smithi029 (mon.0) 854 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:17:55.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:54 smithi073 bash[18997]: cluster 2024-02-11T17:17:53.821887+0000 mon.smithi029 (mon.0) 855 : cluster [INF] Cluster is now healthy 2024-02-11T17:17:55.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:55 smithi029 bash[14177]: cluster 2024-02-11T17:17:54.825890+0000 mgr.smithi029.rubqla (mgr.14180) 733 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:17:56.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:55 smithi073 bash[18997]: cluster 2024-02-11T17:17:54.825890+0000 mgr.smithi029.rubqla (mgr.14180) 733 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:17:56.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:56 smithi029 bash[14177]: audit 2024-02-11T17:17:56.673741+0000 mon.smithi029 (mon.0) 856 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.fduyzb"}]: dispatch 2024-02-11T17:17:57.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:56 smithi073 bash[18997]: audit 2024-02-11T17:17:56.673741+0000 mon.smithi029 (mon.0) 856 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.fduyzb"}]: dispatch 2024-02-11T17:17:58.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: cephadm 2024-02-11T17:17:56.672755+0000 mgr.smithi029.rubqla (mgr.14180) 734 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb 2024-02-11T17:17:58.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:17:58.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb 2024-02-11T17:17:58.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb 2024-02-11T17:17:58.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:17:58.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb 2024-02-11T17:17:58.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.fduyzb ... 2024-02-11T17:17:58.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:17:58.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:17:58.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:17:58.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:17:58.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:17:58.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:17:58.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:17:58.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:17:58.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:17:58.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:17:58.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb 2024-02-11T17:17:58.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:17:58.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb 2024-02-11T17:17:58.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb 2024-02-11T17:17:58.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:17:58.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb 2024-02-11T17:17:58.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.fduyzb ... 2024-02-11T17:17:58.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:17:58.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:17:58.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:17:58.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:17:58.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:17:58.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: cephadm 2024-02-11T17:17:56.673181+0000 mgr.smithi029.rubqla (mgr.14180) 735 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.fduyzb 2024-02-11T17:17:58.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: cephadm 2024-02-11T17:17:56.675245+0000 mgr.smithi029.rubqla (mgr.14180) 736 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.fduyzb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb 2024-02-11T17:17:58.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:17:58.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb 2024-02-11T17:17:58.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb 2024-02-11T17:17:58.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:17:58.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb 2024-02-11T17:17:58.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.fduyzb ... 2024-02-11T17:17:58.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:17:58.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:17:58.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:17:58.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:17:58.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:17:58.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: cephadm 2024-02-11T17:17:56.677890+0000 mgr.smithi029.rubqla (mgr.14180) 737 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.kizxob on smithi029 2024-02-11T17:17:58.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:57 smithi073 bash[18997]: cluster 2024-02-11T17:17:56.826603+0000 mgr.smithi029.rubqla (mgr.14180) 738 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:17:58.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: cephadm 2024-02-11T17:17:56.672755+0000 mgr.smithi029.rubqla (mgr.14180) 734 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb 2024-02-11T17:17:58.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:17:58.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb 2024-02-11T17:17:58.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb 2024-02-11T17:17:58.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:17:58.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb 2024-02-11T17:17:58.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.fduyzb ... 2024-02-11T17:17:58.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:17:58.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:17:58.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:17:58.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:17:58.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:17:58.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:17:58.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:17:58.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:17:58.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:17:58.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:17:58.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb 2024-02-11T17:17:58.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:17:58.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb 2024-02-11T17:17:58.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb 2024-02-11T17:17:58.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:17:58.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb 2024-02-11T17:17:58.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.fduyzb ... 2024-02-11T17:17:58.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:17:58.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:17:58.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:17:58.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:17:58.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:17:58.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: cephadm 2024-02-11T17:17:56.673181+0000 mgr.smithi029.rubqla (mgr.14180) 735 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.fduyzb 2024-02-11T17:17:58.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: cephadm 2024-02-11T17:17:56.675245+0000 mgr.smithi029.rubqla (mgr.14180) 736 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.fduyzb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb 2024-02-11T17:17:58.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:17:58.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb 2024-02-11T17:17:58.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb 2024-02-11T17:17:58.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:17:58.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb 2024-02-11T17:17:58.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.fduyzb ... 2024-02-11T17:17:58.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:17:58.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:17:58.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:17:58.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:17:58.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:17:58.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: cephadm 2024-02-11T17:17:56.677890+0000 mgr.smithi029.rubqla (mgr.14180) 737 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.kizxob on smithi029 2024-02-11T17:17:58.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:57 smithi029 bash[14177]: cluster 2024-02-11T17:17:56.826603+0000 mgr.smithi029.rubqla (mgr.14180) 738 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:17:58.602 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:17:58.602 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:16:48.392674Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.lofngh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-lofngh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.lofngh\nDeploy daemon haproxy.nfs.foo.smithi073.lofngh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:16:52.493444Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.vaslbo on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vaslbo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vaslbo\nDeploy daemon haproxy.nfs.foo.smithi029.vaslbo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:16:52.497695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.vzxkzp on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:16:52.500767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qvuqog on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:56.675121Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fduyzb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb\nDeploy daemon haproxy.nfs.foo.smithi073.fduyzb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -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.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:17:59.602 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:18:00.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:59 smithi029 bash[14177]: audit 2024-02-11T17:17:58.587790+0000 mgr.smithi029.rubqla (mgr.14180) 739 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:00.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:17:59 smithi029 bash[14177]: cluster 2024-02-11T17:17:58.827543+0000 mgr.smithi029.rubqla (mgr.14180) 740 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:18:00.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:59 smithi073 bash[18997]: audit 2024-02-11T17:17:58.587790+0000 mgr.smithi029.rubqla (mgr.14180) 739 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:00.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:17:59 smithi073 bash[18997]: cluster 2024-02-11T17:17:58.827543+0000 mgr.smithi029.rubqla (mgr.14180) 740 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:18:00.604 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:18:02.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:01 smithi029 bash[14177]: cluster 2024-02-11T17:18:00.828258+0000 mgr.smithi029.rubqla (mgr.14180) 741 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:18:02.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:01 smithi029 bash[14177]: audit 2024-02-11T17:18:01.718113+0000 mon.smithi029 (mon.0) 857 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.kizxob"}]: dispatch 2024-02-11T17:18:02.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:01 smithi073 bash[18997]: cluster 2024-02-11T17:18:00.828258+0000 mgr.smithi029.rubqla (mgr.14180) 741 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:18:02.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:01 smithi073 bash[18997]: audit 2024-02-11T17:18:01.718113+0000 mon.smithi029 (mon.0) 857 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.kizxob"}]: dispatch 2024-02-11T17:18:03.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: cephadm 2024-02-11T17:18:01.717340+0000 mgr.smithi029.rubqla (mgr.14180) 742 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob 2024-02-11T17:18:03.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:18:03.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob 2024-02-11T17:18:03.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob 2024-02-11T17:18:03.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:18:03.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob 2024-02-11T17:18:03.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.kizxob ... 2024-02-11T17:18:03.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:18:03.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:18:03.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:18:03.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:18:03.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:18:03.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:18:03.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:18:03.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:18:03.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:18:03.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:18:03.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob 2024-02-11T17:18:03.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:18:03.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob 2024-02-11T17:18:03.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob 2024-02-11T17:18:03.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:18:03.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob 2024-02-11T17:18:03.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.kizxob ... 2024-02-11T17:18:03.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:18:03.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:18:03.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:18:03.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:18:03.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:18:03.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: cephadm 2024-02-11T17:18:01.717632+0000 mgr.smithi029.rubqla (mgr.14180) 743 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.kizxob 2024-02-11T17:18:03.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: cephadm 2024-02-11T17:18:01.719013+0000 mgr.smithi029.rubqla (mgr.14180) 744 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.kizxob on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob 2024-02-11T17:18:03.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:18:03.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob 2024-02-11T17:18:03.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob 2024-02-11T17:18:03.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:18:03.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob 2024-02-11T17:18:03.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.kizxob ... 2024-02-11T17:18:03.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:18:03.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:18:03.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:18:03.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:18:03.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:18:03.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: cephadm 2024-02-11T17:18:01.721646+0000 mgr.smithi029.rubqla (mgr.14180) 745 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.zdjmsb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:18:03.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: cephadm 2024-02-11T17:18:01.723656+0000 mgr.smithi029.rubqla (mgr.14180) 746 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.hfcntj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:18:03.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: cluster 2024-02-11T17:18:01.724885+0000 mgr.smithi029.rubqla (mgr.14180) 747 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:18:03.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: cluster 2024-02-11T17:18:01.886910+0000 mon.smithi029 (mon.0) 858 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:18:03.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:02 smithi073 bash[18997]: audit 2024-02-11T17:18:02.726787+0000 mon.smithi029 (mon.0) 859 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:18:03.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: cephadm 2024-02-11T17:18:01.717340+0000 mgr.smithi029.rubqla (mgr.14180) 742 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob 2024-02-11T17:18:03.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:18:03.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob 2024-02-11T17:18:03.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob 2024-02-11T17:18:03.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:18:03.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob 2024-02-11T17:18:03.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.kizxob ... 2024-02-11T17:18:03.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:18:03.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:18:03.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:18:03.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:18:03.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:18:03.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:18:03.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:18:03.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:18:03.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:18:03.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:18:03.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob 2024-02-11T17:18:03.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:18:03.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob 2024-02-11T17:18:03.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob 2024-02-11T17:18:03.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:18:03.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob 2024-02-11T17:18:03.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.kizxob ... 2024-02-11T17:18:03.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:18:03.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:18:03.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:18:03.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:18:03.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:18:03.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: cephadm 2024-02-11T17:18:01.717632+0000 mgr.smithi029.rubqla (mgr.14180) 743 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.kizxob 2024-02-11T17:18:03.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: cephadm 2024-02-11T17:18:01.719013+0000 mgr.smithi029.rubqla (mgr.14180) 744 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.kizxob on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob 2024-02-11T17:18:03.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:18:03.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob 2024-02-11T17:18:03.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob 2024-02-11T17:18:03.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:18:03.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob 2024-02-11T17:18:03.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.kizxob ... 2024-02-11T17:18:03.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:18:03.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:18:03.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:18:03.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:18:03.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:18:03.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: cephadm 2024-02-11T17:18:01.721646+0000 mgr.smithi029.rubqla (mgr.14180) 745 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.zdjmsb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:18:03.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: cephadm 2024-02-11T17:18:01.723656+0000 mgr.smithi029.rubqla (mgr.14180) 746 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.hfcntj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:18:03.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: cluster 2024-02-11T17:18:01.724885+0000 mgr.smithi029.rubqla (mgr.14180) 747 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:18:03.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: cluster 2024-02-11T17:18:01.886910+0000 mon.smithi029 (mon.0) 858 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:18:03.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:02 smithi029 bash[14177]: audit 2024-02-11T17:18:02.726787+0000 mon.smithi029 (mon.0) 859 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:18:05.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:04 smithi029 bash[14177]: cluster 2024-02-11T17:18:03.726285+0000 mgr.smithi029.rubqla (mgr.14180) 748 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-11T17:18:05.314 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:18:05.315 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:16:52.500767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qvuqog on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:56.675121Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fduyzb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb\nDeploy daemon haproxy.nfs.foo.smithi073.fduyzb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:18:01.718876Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.kizxob on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob\nDeploy daemon haproxy.nfs.foo.smithi029.kizxob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:18:01.721517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.zdjmsb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:18:01.723538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hfcntj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:18:05.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:04 smithi073 bash[18997]: cluster 2024-02-11T17:18:03.726285+0000 mgr.smithi029.rubqla (mgr.14180) 748 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-11T17:18:06.281 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:18:07.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:06 smithi029 bash[14177]: audit 2024-02-11T17:18:05.299660+0000 mgr.smithi029.rubqla (mgr.14180) 749 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:07.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:06 smithi029 bash[14177]: cluster 2024-02-11T17:18:05.727272+0000 mgr.smithi029.rubqla (mgr.14180) 750 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-11T17:18:07.282 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:18:07.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:06 smithi073 bash[18997]: audit 2024-02-11T17:18:05.299660+0000 mgr.smithi029.rubqla (mgr.14180) 749 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:07.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:06 smithi073 bash[18997]: cluster 2024-02-11T17:18:05.727272+0000 mgr.smithi029.rubqla (mgr.14180) 750 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-11T17:18:08.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:08 smithi029 bash[14177]: cluster 2024-02-11T17:18:07.728695+0000 mgr.smithi029.rubqla (mgr.14180) 751 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-11T17:18:09.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:08 smithi073 bash[18997]: cluster 2024-02-11T17:18:07.728695+0000 mgr.smithi029.rubqla (mgr.14180) 751 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-11T17:18:11.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:10 smithi029 bash[14177]: cluster 2024-02-11T17:18:09.729736+0000 mgr.smithi029.rubqla (mgr.14180) 752 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-11T17:18:11.333 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:18:11.333 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:16:52.500767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qvuqog on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:56.675121Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fduyzb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb\nDeploy daemon haproxy.nfs.foo.smithi073.fduyzb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:18:01.718876Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.kizxob on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob\nDeploy daemon haproxy.nfs.foo.smithi029.kizxob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:18:01.721517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.zdjmsb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:18:01.723538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hfcntj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:18:11.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:10 smithi073 bash[18997]: cluster 2024-02-11T17:18:09.729736+0000 mgr.smithi029.rubqla (mgr.14180) 752 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-11T17:18:13.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:12 smithi073 bash[18997]: audit 2024-02-11T17:18:11.318641+0000 mgr.smithi029.rubqla (mgr.14180) 753 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:13.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:12 smithi073 bash[18997]: cluster 2024-02-11T17:18:11.730468+0000 mgr.smithi029.rubqla (mgr.14180) 754 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-11T17:18:13.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:12 smithi029 bash[14177]: audit 2024-02-11T17:18:11.318641+0000 mgr.smithi029.rubqla (mgr.14180) 753 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:13.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:12 smithi029 bash[14177]: cluster 2024-02-11T17:18:11.730468+0000 mgr.smithi029.rubqla (mgr.14180) 754 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-11T17:18:15.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:14 smithi073 bash[18997]: cluster 2024-02-11T17:18:13.731322+0000 mgr.smithi029.rubqla (mgr.14180) 755 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:18:15.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:14 smithi029 bash[14177]: cluster 2024-02-11T17:18:13.731322+0000 mgr.smithi029.rubqla (mgr.14180) 755 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:18:16.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:18:17.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:16 smithi073 bash[18997]: cluster 2024-02-11T17:18:15.731992+0000 mgr.smithi029.rubqla (mgr.14180) 756 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:17.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:16 smithi029 bash[14177]: cluster 2024-02-11T17:18:15.731992+0000 mgr.smithi029.rubqla (mgr.14180) 756 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:17.564 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:18:19.226 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:18 smithi029 bash[14177]: cluster 2024-02-11T17:18:17.733486+0000 mgr.smithi029.rubqla (mgr.14180) 757 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:19.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:18 smithi073 bash[18997]: cluster 2024-02-11T17:18:17.733486+0000 mgr.smithi029.rubqla (mgr.14180) 757 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:21.305 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:20 smithi029 bash[14177]: cluster 2024-02-11T17:18:19.734579+0000 mgr.smithi029.rubqla (mgr.14180) 758 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:21.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:20 smithi073 bash[18997]: cluster 2024-02-11T17:18:19.734579+0000 mgr.smithi029.rubqla (mgr.14180) 758 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:21.732 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:18:21.732 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:16:52.500767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qvuqog on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:56.675121Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fduyzb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb\nDeploy daemon haproxy.nfs.foo.smithi073.fduyzb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:18:01.718876Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.kizxob on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob\nDeploy daemon haproxy.nfs.foo.smithi029.kizxob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:18:01.721517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.zdjmsb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:18:01.723538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hfcntj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:18:22.723 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:18:23.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:22 smithi073 bash[18997]: audit 2024-02-11T17:18:21.717894+0000 mgr.smithi029.rubqla (mgr.14180) 759 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:23.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:22 smithi073 bash[18997]: cluster 2024-02-11T17:18:21.735590+0000 mgr.smithi029.rubqla (mgr.14180) 760 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:23.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:22 smithi029 bash[14177]: audit 2024-02-11T17:18:21.717894+0000 mgr.smithi029.rubqla (mgr.14180) 759 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:23.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:22 smithi029 bash[14177]: cluster 2024-02-11T17:18:21.735590+0000 mgr.smithi029.rubqla (mgr.14180) 760 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:23.723 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:18:25.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:24 smithi073 bash[18997]: cluster 2024-02-11T17:18:23.736860+0000 mgr.smithi029.rubqla (mgr.14180) 761 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:18:25.410 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:24 smithi029 bash[14177]: cluster 2024-02-11T17:18:23.736860+0000 mgr.smithi029.rubqla (mgr.14180) 761 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:18:27.252 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:26 smithi029 bash[14177]: cluster 2024-02-11T17:18:25.737787+0000 mgr.smithi029.rubqla (mgr.14180) 762 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:27.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:26 smithi073 bash[18997]: cluster 2024-02-11T17:18:25.737787+0000 mgr.smithi029.rubqla (mgr.14180) 762 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:27.677 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:18:27.677 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:16:52.500767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qvuqog on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:56.675121Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fduyzb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb\nDeploy daemon haproxy.nfs.foo.smithi073.fduyzb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:18:01.718876Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.kizxob on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob\nDeploy daemon haproxy.nfs.foo.smithi029.kizxob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:18:01.721517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.zdjmsb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:18:01.723538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hfcntj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:18:28.656 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:18:29.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:28 smithi073 bash[18997]: audit 2024-02-11T17:18:27.662340+0000 mgr.smithi029.rubqla (mgr.14180) 763 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:29.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:28 smithi073 bash[18997]: cluster 2024-02-11T17:18:27.739010+0000 mgr.smithi029.rubqla (mgr.14180) 764 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:29.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:28 smithi029 bash[14177]: audit 2024-02-11T17:18:27.662340+0000 mgr.smithi029.rubqla (mgr.14180) 763 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:29.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:28 smithi029 bash[14177]: cluster 2024-02-11T17:18:27.739010+0000 mgr.smithi029.rubqla (mgr.14180) 764 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:29.657 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:18:31.335 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:30 smithi029 bash[14177]: cluster 2024-02-11T17:18:29.740107+0000 mgr.smithi029.rubqla (mgr.14180) 765 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:31.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:30 smithi073 bash[18997]: cluster 2024-02-11T17:18:29.740107+0000 mgr.smithi029.rubqla (mgr.14180) 765 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:33.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:32 smithi073 bash[18997]: cluster 2024-02-11T17:18:31.741001+0000 mgr.smithi029.rubqla (mgr.14180) 766 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:33.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:32 smithi029 bash[14177]: cluster 2024-02-11T17:18:31.741001+0000 mgr.smithi029.rubqla (mgr.14180) 766 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:33.539 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:18:33.539 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:16:52.500767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qvuqog on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:56.675121Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fduyzb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb\nDeploy daemon haproxy.nfs.foo.smithi073.fduyzb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:18:01.718876Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.kizxob on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob\nDeploy daemon haproxy.nfs.foo.smithi029.kizxob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:18:01.721517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.zdjmsb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:18:01.723538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hfcntj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:18:34.482 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:18:35.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:35 smithi073 bash[18997]: audit 2024-02-11T17:18:33.524796+0000 mgr.smithi029.rubqla (mgr.14180) 767 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:35.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:35 smithi073 bash[18997]: cluster 2024-02-11T17:18:33.742209+0000 mgr.smithi029.rubqla (mgr.14180) 768 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:18:35.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:34 smithi029 bash[14177]: audit 2024-02-11T17:18:33.524796+0000 mgr.smithi029.rubqla (mgr.14180) 767 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:35.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:34 smithi029 bash[14177]: cluster 2024-02-11T17:18:33.742209+0000 mgr.smithi029.rubqla (mgr.14180) 768 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:18:35.483 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:18:37.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:37 smithi029 bash[14177]: cluster 2024-02-11T17:18:35.742859+0000 mgr.smithi029.rubqla (mgr.14180) 769 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:37.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:37 smithi073 bash[18997]: cluster 2024-02-11T17:18:35.742859+0000 mgr.smithi029.rubqla (mgr.14180) 769 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:39.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:39 smithi029 bash[14177]: cluster 2024-02-11T17:18:37.744061+0000 mgr.smithi029.rubqla (mgr.14180) 770 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:39.257 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:18:39.257 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:16:52.500767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qvuqog on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:56.675121Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fduyzb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb\nDeploy daemon haproxy.nfs.foo.smithi073.fduyzb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:18:01.718876Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.kizxob on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob\nDeploy daemon haproxy.nfs.foo.smithi029.kizxob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:18:01.721517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.zdjmsb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:18:01.723538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hfcntj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:18:39.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:39 smithi073 bash[18997]: cluster 2024-02-11T17:18:37.744061+0000 mgr.smithi029.rubqla (mgr.14180) 770 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:40.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:18:41.209 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:18:41.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:41 smithi073 bash[18997]: audit 2024-02-11T17:18:39.247480+0000 mgr.smithi029.rubqla (mgr.14180) 771 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:41.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:41 smithi073 bash[18997]: cluster 2024-02-11T17:18:39.744655+0000 mgr.smithi029.rubqla (mgr.14180) 772 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:41.413 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:41 smithi029 bash[14177]: audit 2024-02-11T17:18:39.247480+0000 mgr.smithi029.rubqla (mgr.14180) 771 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:41.413 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:41 smithi029 bash[14177]: cluster 2024-02-11T17:18:39.744655+0000 mgr.smithi029.rubqla (mgr.14180) 772 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:43.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:43 smithi073 bash[18997]: cluster 2024-02-11T17:18:41.745804+0000 mgr.smithi029.rubqla (mgr.14180) 773 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:43.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:43 smithi029 bash[14177]: cluster 2024-02-11T17:18:41.745804+0000 mgr.smithi029.rubqla (mgr.14180) 773 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:45.049 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:18:45.049 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:16:52.500767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qvuqog on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:56.675121Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fduyzb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb\nDeploy daemon haproxy.nfs.foo.smithi073.fduyzb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:18:01.718876Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.kizxob on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob\nDeploy daemon haproxy.nfs.foo.smithi029.kizxob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:18:01.721517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.zdjmsb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:18:01.723538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hfcntj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:18:45.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:45 smithi073 bash[18997]: cluster 2024-02-11T17:18:43.747071+0000 mgr.smithi029.rubqla (mgr.14180) 774 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:18:45.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:45 smithi029 bash[14177]: cluster 2024-02-11T17:18:43.747071+0000 mgr.smithi029.rubqla (mgr.14180) 774 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:18:46.087 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:18:46.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:46 smithi073 bash[18997]: audit 2024-02-11T17:18:45.035834+0000 mgr.smithi029.rubqla (mgr.14180) 775 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:46.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:46 smithi029 bash[14177]: audit 2024-02-11T17:18:45.035834+0000 mgr.smithi029.rubqla (mgr.14180) 775 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:47.088 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:18:47.290 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:47 smithi029 bash[14177]: cluster 2024-02-11T17:18:45.747807+0000 mgr.smithi029.rubqla (mgr.14180) 776 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:47.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:47 smithi073 bash[18997]: cluster 2024-02-11T17:18:45.747807+0000 mgr.smithi029.rubqla (mgr.14180) 776 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:49.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:49 smithi029 bash[14177]: cluster 2024-02-11T17:18:47.749206+0000 mgr.smithi029.rubqla (mgr.14180) 777 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:49.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:49 smithi073 bash[18997]: cluster 2024-02-11T17:18:47.749206+0000 mgr.smithi029.rubqla (mgr.14180) 777 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:51.231 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:18:51.231 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:16:52.500767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qvuqog on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:56.675121Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fduyzb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb\nDeploy daemon haproxy.nfs.foo.smithi073.fduyzb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:18:01.718876Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.kizxob on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob\nDeploy daemon haproxy.nfs.foo.smithi029.kizxob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:18:01.721517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.zdjmsb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:18:01.723538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hfcntj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:18:51.310 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:51 smithi029 bash[14177]: cluster 2024-02-11T17:18:49.750256+0000 mgr.smithi029.rubqla (mgr.14180) 778 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:51.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:51 smithi073 bash[18997]: cluster 2024-02-11T17:18:49.750256+0000 mgr.smithi029.rubqla (mgr.14180) 778 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:52.251 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:18:53.252 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:18:53.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:53 smithi073 bash[18997]: audit 2024-02-11T17:18:51.215515+0000 mgr.smithi029.rubqla (mgr.14180) 779 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:53.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:53 smithi073 bash[18997]: cluster 2024-02-11T17:18:51.751459+0000 mgr.smithi029.rubqla (mgr.14180) 780 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:53.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:53 smithi029 bash[14177]: audit 2024-02-11T17:18:51.215515+0000 mgr.smithi029.rubqla (mgr.14180) 779 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:53.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:53 smithi029 bash[14177]: cluster 2024-02-11T17:18:51.751459+0000 mgr.smithi029.rubqla (mgr.14180) 780 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:55.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:55 smithi073 bash[18997]: cluster 2024-02-11T17:18:53.752706+0000 mgr.smithi029.rubqla (mgr.14180) 781 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:18:55.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:55 smithi029 bash[14177]: cluster 2024-02-11T17:18:53.752706+0000 mgr.smithi029.rubqla (mgr.14180) 781 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:18:57.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:57 smithi029 bash[14177]: cluster 2024-02-11T17:18:55.753801+0000 mgr.smithi029.rubqla (mgr.14180) 782 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:57.333 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:18:57.333 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:16:52.500767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qvuqog on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:56.675121Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fduyzb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb\nDeploy daemon haproxy.nfs.foo.smithi073.fduyzb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:18:01.718876Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.kizxob on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob\nDeploy daemon haproxy.nfs.foo.smithi029.kizxob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:18:01.721517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.zdjmsb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:18:01.723538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hfcntj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:18:57.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:57 smithi073 bash[18997]: cluster 2024-02-11T17:18:55.753801+0000 mgr.smithi029.rubqla (mgr.14180) 782 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:58.262 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:18:59.263 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:18:59.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:59 smithi029 bash[14177]: audit 2024-02-11T17:18:57.317959+0000 mgr.smithi029.rubqla (mgr.14180) 783 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:59.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:18:59 smithi029 bash[14177]: cluster 2024-02-11T17:18:57.755206+0000 mgr.smithi029.rubqla (mgr.14180) 784 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:18:59.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:59 smithi073 bash[18997]: audit 2024-02-11T17:18:57.317959+0000 mgr.smithi029.rubqla (mgr.14180) 783 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:18:59.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:18:59 smithi073 bash[18997]: cluster 2024-02-11T17:18:57.755206+0000 mgr.smithi029.rubqla (mgr.14180) 784 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:01.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:01 smithi029 bash[14177]: cluster 2024-02-11T17:18:59.756277+0000 mgr.smithi029.rubqla (mgr.14180) 785 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:01.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:01 smithi073 bash[18997]: cluster 2024-02-11T17:18:59.756277+0000 mgr.smithi029.rubqla (mgr.14180) 785 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:02.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:02 smithi029 bash[14177]: audit 2024-02-11T17:19:01.727732+0000 mon.smithi029 (mon.0) 860 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:19:02.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:02 smithi029 bash[14177]: audit 2024-02-11T17:19:02.030812+0000 mon.smithi029 (mon.0) 861 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:19:02.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:02 smithi029 bash[14177]: audit 2024-02-11T17:19:02.032378+0000 mon.smithi029 (mon.0) 862 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:19:02.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:02 smithi029 bash[14177]: audit 2024-02-11T17:19:02.039539+0000 mon.smithi029 (mon.0) 863 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:19:02.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:02 smithi029 bash[14177]: audit 2024-02-11T17:19:02.045672+0000 mon.smithi029 (mon.0) 864 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:19:02.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:02 smithi029 bash[14177]: audit 2024-02-11T17:19:02.058043+0000 mon.smithi029 (mon.0) 865 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:19:02.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:02 smithi073 bash[18997]: audit 2024-02-11T17:19:01.727732+0000 mon.smithi029 (mon.0) 860 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:19:02.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:02 smithi073 bash[18997]: audit 2024-02-11T17:19:02.030812+0000 mon.smithi029 (mon.0) 861 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:19:02.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:02 smithi073 bash[18997]: audit 2024-02-11T17:19:02.032378+0000 mon.smithi029 (mon.0) 862 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:19:02.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:02 smithi073 bash[18997]: audit 2024-02-11T17:19:02.039539+0000 mon.smithi029 (mon.0) 863 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:19:02.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:02 smithi073 bash[18997]: audit 2024-02-11T17:19:02.045672+0000 mon.smithi029 (mon.0) 864 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:19:02.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:02 smithi073 bash[18997]: audit 2024-02-11T17:19:02.058043+0000 mon.smithi029 (mon.0) 865 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:19:03.338 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:19:03.338 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:16:52.500767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qvuqog on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:17:56.675121Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fduyzb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb\nDeploy daemon haproxy.nfs.foo.smithi073.fduyzb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:18:01.718876Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.kizxob on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob\nDeploy daemon haproxy.nfs.foo.smithi029.kizxob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:18:01.721517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.zdjmsb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:18:01.723538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hfcntj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:19:03.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:03 smithi029 bash[14177]: cluster 2024-02-11T17:19:01.757048+0000 mgr.smithi029.rubqla (mgr.14180) 786 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:03.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:03 smithi029 bash[14177]: cluster 2024-02-11T17:19:02.040112+0000 mgr.smithi029.rubqla (mgr.14180) 787 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:19:03.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:03 smithi029 bash[14177]: cephadm 2024-02-11T17:19:02.063764+0000 mgr.smithi029.rubqla (mgr.14180) 788 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.sfkpnx on smithi073 2024-02-11T17:19:03.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:03 smithi029 bash[14177]: cluster 2024-02-11T17:19:02.152955+0000 mon.smithi029 (mon.0) 866 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:19:03.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:03 smithi029 bash[14177]: cluster 2024-02-11T17:19:02.153033+0000 mon.smithi029 (mon.0) 867 : cluster [INF] Cluster is now healthy 2024-02-11T17:19:03.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:03 smithi073 bash[18997]: cluster 2024-02-11T17:19:01.757048+0000 mgr.smithi029.rubqla (mgr.14180) 786 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:03.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:03 smithi073 bash[18997]: cluster 2024-02-11T17:19:02.040112+0000 mgr.smithi029.rubqla (mgr.14180) 787 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:19:03.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:03 smithi073 bash[18997]: cephadm 2024-02-11T17:19:02.063764+0000 mgr.smithi029.rubqla (mgr.14180) 788 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.sfkpnx on smithi073 2024-02-11T17:19:03.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:03 smithi073 bash[18997]: cluster 2024-02-11T17:19:02.152955+0000 mon.smithi029 (mon.0) 866 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:19:03.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:03 smithi073 bash[18997]: cluster 2024-02-11T17:19:02.153033+0000 mon.smithi029 (mon.0) 867 : cluster [INF] Cluster is now healthy 2024-02-11T17:19:04.311 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:19:05.312 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:19:05.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:05 smithi029 bash[14177]: audit 2024-02-11T17:19:03.328397+0000 mgr.smithi029.rubqla (mgr.14180) 789 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:05.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:05 smithi029 bash[14177]: cluster 2024-02-11T17:19:04.040972+0000 mgr.smithi029.rubqla (mgr.14180) 790 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:19:05.457 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:05 smithi073 bash[18997]: audit 2024-02-11T17:19:03.328397+0000 mgr.smithi029.rubqla (mgr.14180) 789 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:05.457 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:05 smithi073 bash[18997]: cluster 2024-02-11T17:19:04.040972+0000 mgr.smithi029.rubqla (mgr.14180) 790 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:19:06.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:06 smithi029 bash[14177]: audit 2024-02-11T17:19:05.892180+0000 mon.smithi029 (mon.0) 868 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.sfkpnx"}]: dispatch 2024-02-11T17:19:06.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:06 smithi073 bash[18997]: audit 2024-02-11T17:19:05.892180+0000 mon.smithi029 (mon.0) 868 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.sfkpnx"}]: dispatch 2024-02-11T17:19:07.406 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: cephadm 2024-02-11T17:19:05.890911+0000 mgr.smithi029.rubqla (mgr.14180) 791 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx 2024-02-11T17:19:07.406 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:19:07.406 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx 2024-02-11T17:19:07.406 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx 2024-02-11T17:19:07.406 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:19:07.406 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx 2024-02-11T17:19:07.406 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.sfkpnx ... 2024-02-11T17:19:07.406 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:19:07.406 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:19:07.406 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:19:07.407 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:19:07.407 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:19:07.407 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:19:07.407 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:19:07.407 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:19:07.407 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:19:07.407 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:19:07.407 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx 2024-02-11T17:19:07.407 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:19:07.407 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx 2024-02-11T17:19:07.407 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx 2024-02-11T17:19:07.407 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:19:07.407 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx 2024-02-11T17:19:07.407 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.sfkpnx ... 2024-02-11T17:19:07.407 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:19:07.408 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:19:07.408 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:19:07.408 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:19:07.408 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:19:07.408 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: cephadm 2024-02-11T17:19:05.891494+0000 mgr.smithi029.rubqla (mgr.14180) 792 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.sfkpnx 2024-02-11T17:19:07.408 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: cephadm 2024-02-11T17:19:05.893721+0000 mgr.smithi029.rubqla (mgr.14180) 793 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.sfkpnx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx 2024-02-11T17:19:07.408 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:19:07.408 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx 2024-02-11T17:19:07.408 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx 2024-02-11T17:19:07.408 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:19:07.408 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx 2024-02-11T17:19:07.408 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.sfkpnx ... 2024-02-11T17:19:07.408 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:19:07.409 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:19:07.409 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:19:07.409 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:19:07.409 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:19:07.409 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: cephadm 2024-02-11T17:19:05.896365+0000 mgr.smithi029.rubqla (mgr.14180) 794 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.fvnjns on smithi029 2024-02-11T17:19:07.409 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:07 smithi029 bash[14177]: cluster 2024-02-11T17:19:06.041811+0000 mgr.smithi029.rubqla (mgr.14180) 795 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:19:07.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: cephadm 2024-02-11T17:19:05.890911+0000 mgr.smithi029.rubqla (mgr.14180) 791 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx 2024-02-11T17:19:07.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:19:07.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx 2024-02-11T17:19:07.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx 2024-02-11T17:19:07.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:19:07.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx 2024-02-11T17:19:07.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.sfkpnx ... 2024-02-11T17:19:07.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:19:07.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:19:07.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:19:07.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:19:07.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:19:07.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:19:07.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:19:07.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:19:07.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:19:07.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:19:07.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx 2024-02-11T17:19:07.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:19:07.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx 2024-02-11T17:19:07.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx 2024-02-11T17:19:07.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:19:07.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx 2024-02-11T17:19:07.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.sfkpnx ... 2024-02-11T17:19:07.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:19:07.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:19:07.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:19:07.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:19:07.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:19:07.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: cephadm 2024-02-11T17:19:05.891494+0000 mgr.smithi029.rubqla (mgr.14180) 792 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.sfkpnx 2024-02-11T17:19:07.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: cephadm 2024-02-11T17:19:05.893721+0000 mgr.smithi029.rubqla (mgr.14180) 793 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.sfkpnx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx 2024-02-11T17:19:07.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:19:07.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx 2024-02-11T17:19:07.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx 2024-02-11T17:19:07.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:19:07.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx 2024-02-11T17:19:07.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.sfkpnx ... 2024-02-11T17:19:07.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:19:07.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:19:07.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:19:07.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:19:07.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:19:07.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: cephadm 2024-02-11T17:19:05.896365+0000 mgr.smithi029.rubqla (mgr.14180) 794 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.fvnjns on smithi029 2024-02-11T17:19:07.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:07 smithi073 bash[18997]: cluster 2024-02-11T17:19:06.041811+0000 mgr.smithi029.rubqla (mgr.14180) 795 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:19:09.375 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:09 smithi029 bash[14177]: cluster 2024-02-11T17:19:08.042860+0000 mgr.smithi029.rubqla (mgr.14180) 796 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:19:09.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:09 smithi073 bash[18997]: cluster 2024-02-11T17:19:08.042860+0000 mgr.smithi029.rubqla (mgr.14180) 796 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:19:09.729 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:19:09.729 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:17:56.675121Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fduyzb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fduyzb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fduyzb\nDeploy daemon haproxy.nfs.foo.smithi073.fduyzb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:18:01.718876Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.kizxob on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-kizxob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.kizxob\nDeploy daemon haproxy.nfs.foo.smithi029.kizxob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:18:01.721517Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.zdjmsb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:18:01.723538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hfcntj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:19:05.893528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.sfkpnx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx\nDeploy daemon haproxy.nfs.foo.smithi073.sfkpnx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -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.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:19:10.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:10 smithi029 bash[14177]: audit 2024-02-11T17:19:09.820497+0000 mon.smithi029 (mon.0) 869 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.fvnjns"}]: dispatch 2024-02-11T17:19:10.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:10 smithi073 bash[18997]: audit 2024-02-11T17:19:09.820497+0000 mon.smithi029 (mon.0) 869 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.fvnjns"}]: dispatch 2024-02-11T17:19:10.842 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:19:11.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: audit 2024-02-11T17:19:09.715747+0000 mgr.smithi029.rubqla (mgr.14180) 797 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:11.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: cephadm 2024-02-11T17:19:09.819362+0000 mgr.smithi029.rubqla (mgr.14180) 798 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns 2024-02-11T17:19:11.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:19:11.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns 2024-02-11T17:19:11.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns 2024-02-11T17:19:11.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:19:11.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns 2024-02-11T17:19:11.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.fvnjns ... 2024-02-11T17:19:11.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:19:11.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:19:11.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:19:11.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:19:11.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:19:11.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:19:11.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:19:11.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:19:11.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:19:11.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:19:11.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns 2024-02-11T17:19:11.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:19:11.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns 2024-02-11T17:19:11.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns 2024-02-11T17:19:11.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:19:11.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns 2024-02-11T17:19:11.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.fvnjns ... 2024-02-11T17:19:11.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:19:11.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:19:11.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:19:11.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:19:11.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:19:11.600 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: cephadm 2024-02-11T17:19:09.819879+0000 mgr.smithi029.rubqla (mgr.14180) 799 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.fvnjns 2024-02-11T17:19:11.600 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: cephadm 2024-02-11T17:19:09.821659+0000 mgr.smithi029.rubqla (mgr.14180) 800 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.fvnjns on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns 2024-02-11T17:19:11.600 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:19:11.600 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns 2024-02-11T17:19:11.600 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns 2024-02-11T17:19:11.601 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:19:11.601 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns 2024-02-11T17:19:11.601 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.fvnjns ... 2024-02-11T17:19:11.601 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:19:11.601 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:19:11.601 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:19:11.601 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:19:11.602 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:19:11.602 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: cephadm 2024-02-11T17:19:09.825325+0000 mgr.smithi029.rubqla (mgr.14180) 801 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.ccafuo on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:19:11.602 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: cephadm 2024-02-11T17:19:09.828526+0000 mgr.smithi029.rubqla (mgr.14180) 802 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.khsohs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:19:11.602 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: cluster 2024-02-11T17:19:09.829622+0000 mgr.smithi029.rubqla (mgr.14180) 803 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-11T17:19:11.602 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:11 smithi073 bash[18997]: cluster 2024-02-11T17:19:10.186208+0000 mon.smithi029 (mon.0) 870 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:19:11.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: audit 2024-02-11T17:19:09.715747+0000 mgr.smithi029.rubqla (mgr.14180) 797 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:11.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: cephadm 2024-02-11T17:19:09.819362+0000 mgr.smithi029.rubqla (mgr.14180) 798 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns 2024-02-11T17:19:11.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:19:11.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns 2024-02-11T17:19:11.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns 2024-02-11T17:19:11.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:19:11.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns 2024-02-11T17:19:11.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.fvnjns ... 2024-02-11T17:19:11.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:19:11.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:19:11.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:19:11.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:19:11.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:19:11.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:19:11.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:19:11.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:19:11.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:19:11.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:19:11.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns 2024-02-11T17:19:11.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:19:11.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns 2024-02-11T17:19:11.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns 2024-02-11T17:19:11.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:19:11.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns 2024-02-11T17:19:11.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.fvnjns ... 2024-02-11T17:19:11.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:19:11.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:19:11.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:19:11.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:19:11.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:19:11.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: cephadm 2024-02-11T17:19:09.819879+0000 mgr.smithi029.rubqla (mgr.14180) 799 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.fvnjns 2024-02-11T17:19:11.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: cephadm 2024-02-11T17:19:09.821659+0000 mgr.smithi029.rubqla (mgr.14180) 800 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.fvnjns on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns 2024-02-11T17:19:11.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:19:11.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns 2024-02-11T17:19:11.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns 2024-02-11T17:19:11.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:19:11.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns 2024-02-11T17:19:11.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.fvnjns ... 2024-02-11T17:19:11.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:19:11.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:19:11.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:19:11.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:19:11.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:19:11.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: cephadm 2024-02-11T17:19:09.825325+0000 mgr.smithi029.rubqla (mgr.14180) 801 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.ccafuo on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:19:11.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: cephadm 2024-02-11T17:19:09.828526+0000 mgr.smithi029.rubqla (mgr.14180) 802 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.khsohs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:19:11.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: cluster 2024-02-11T17:19:09.829622+0000 mgr.smithi029.rubqla (mgr.14180) 803 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-11T17:19:11.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:11 smithi029 bash[14177]: cluster 2024-02-11T17:19:10.186208+0000 mon.smithi029 (mon.0) 870 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:19:11.844 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:19:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:12 smithi029 bash[14177]: cluster 2024-02-11T17:19:11.830781+0000 mgr.smithi029.rubqla (mgr.14180) 804 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-11T17:19:12.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:12 smithi073 bash[18997]: cluster 2024-02-11T17:19:11.830781+0000 mgr.smithi029.rubqla (mgr.14180) 804 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-11T17:19:14.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:13 smithi073 bash[18997]: audit 2024-02-11T17:19:12.773783+0000 mon.smithi029 (mon.0) 871 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:19:14.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:13 smithi029 bash[14177]: audit 2024-02-11T17:19:12.773783+0000 mon.smithi029 (mon.0) 871 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:19:14.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:14 smithi029 bash[14177]: cluster 2024-02-11T17:19:13.831545+0000 mgr.smithi029.rubqla (mgr.14180) 805 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 347 B/s rd, 0 op/s 2024-02-11T17:19:15.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:14 smithi073 bash[18997]: cluster 2024-02-11T17:19:13.831545+0000 mgr.smithi029.rubqla (mgr.14180) 805 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 347 B/s rd, 0 op/s 2024-02-11T17:19:16.156 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:19:16.156 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:18:01.723538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hfcntj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:19:05.893528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.sfkpnx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx\nDeploy daemon haproxy.nfs.foo.smithi073.sfkpnx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:19:09.821462Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.fvnjns on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns\nDeploy daemon haproxy.nfs.foo.smithi029.fvnjns ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:19:09.825142Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ccafuo on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:19:09.828424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.khsohs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:19:17.133 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:19:17.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:16 smithi029 bash[14177]: cluster 2024-02-11T17:19:15.832571+0000 mgr.smithi029.rubqla (mgr.14180) 806 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-11T17:19:17.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:16 smithi029 bash[14177]: audit 2024-02-11T17:19:16.143009+0000 mgr.smithi029.rubqla (mgr.14180) 807 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:17.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:16 smithi073 bash[18997]: cluster 2024-02-11T17:19:15.832571+0000 mgr.smithi029.rubqla (mgr.14180) 806 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-11T17:19:17.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:16 smithi073 bash[18997]: audit 2024-02-11T17:19:16.143009+0000 mgr.smithi029.rubqla (mgr.14180) 807 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:18.134 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:19:19.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:18 smithi029 bash[14177]: cluster 2024-02-11T17:19:17.833876+0000 mgr.smithi029.rubqla (mgr.14180) 808 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-11T17:19:19.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:18 smithi073 bash[18997]: cluster 2024-02-11T17:19:17.833876+0000 mgr.smithi029.rubqla (mgr.14180) 808 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-11T17:19:21.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:20 smithi029 bash[14177]: cluster 2024-02-11T17:19:19.834931+0000 mgr.smithi029.rubqla (mgr.14180) 809 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-11T17:19:21.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:20 smithi073 bash[18997]: cluster 2024-02-11T17:19:19.834931+0000 mgr.smithi029.rubqla (mgr.14180) 809 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-11T17:19:22.134 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:19:22.135 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:18:01.723538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hfcntj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:19:05.893528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.sfkpnx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx\nDeploy daemon haproxy.nfs.foo.smithi073.sfkpnx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:19:09.821462Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.fvnjns on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns\nDeploy daemon haproxy.nfs.foo.smithi029.fvnjns ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:19:09.825142Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ccafuo on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:19:09.828424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.khsohs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:19:23.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:22 smithi073 bash[18997]: cluster 2024-02-11T17:19:21.836261+0000 mgr.smithi029.rubqla (mgr.14180) 810 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:23.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:22 smithi073 bash[18997]: audit 2024-02-11T17:19:22.121348+0000 mgr.smithi029.rubqla (mgr.14180) 811 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:23.178 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:22 smithi029 bash[14177]: cluster 2024-02-11T17:19:21.836261+0000 mgr.smithi029.rubqla (mgr.14180) 810 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:23.178 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:22 smithi029 bash[14177]: audit 2024-02-11T17:19:22.121348+0000 mgr.smithi029.rubqla (mgr.14180) 811 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:23.179 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:19:24.180 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:19:25.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:24 smithi029 bash[14177]: cluster 2024-02-11T17:19:23.837511+0000 mgr.smithi029.rubqla (mgr.14180) 812 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:19:25.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:24 smithi073 bash[18997]: cluster 2024-02-11T17:19:23.837511+0000 mgr.smithi029.rubqla (mgr.14180) 812 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:19:27.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:27 smithi029 bash[14177]: cluster 2024-02-11T17:19:25.838336+0000 mgr.smithi029.rubqla (mgr.14180) 813 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:27.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:27 smithi073 bash[18997]: cluster 2024-02-11T17:19:25.838336+0000 mgr.smithi029.rubqla (mgr.14180) 813 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:28.078 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:19:28.078 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:18:01.723538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hfcntj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:19:05.893528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.sfkpnx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx\nDeploy daemon haproxy.nfs.foo.smithi073.sfkpnx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:19:09.821462Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.fvnjns on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns\nDeploy daemon haproxy.nfs.foo.smithi029.fvnjns ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:19:09.825142Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ccafuo on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:19:09.828424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.khsohs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:19:29.066 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:19:29.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:29 smithi029 bash[14177]: cluster 2024-02-11T17:19:27.839520+0000 mgr.smithi029.rubqla (mgr.14180) 814 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:29.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:29 smithi029 bash[14177]: audit 2024-02-11T17:19:28.065115+0000 mgr.smithi029.rubqla (mgr.14180) 815 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:29.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:29 smithi073 bash[18997]: cluster 2024-02-11T17:19:27.839520+0000 mgr.smithi029.rubqla (mgr.14180) 814 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:29.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:29 smithi073 bash[18997]: audit 2024-02-11T17:19:28.065115+0000 mgr.smithi029.rubqla (mgr.14180) 815 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:30.067 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:19:31.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:31 smithi029 bash[14177]: cluster 2024-02-11T17:19:29.840719+0000 mgr.smithi029.rubqla (mgr.14180) 816 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:31.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:31 smithi073 bash[18997]: cluster 2024-02-11T17:19:29.840719+0000 mgr.smithi029.rubqla (mgr.14180) 816 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:33.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:33 smithi029 bash[14177]: cluster 2024-02-11T17:19:31.841950+0000 mgr.smithi029.rubqla (mgr.14180) 817 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:33.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:33 smithi073 bash[18997]: cluster 2024-02-11T17:19:31.841950+0000 mgr.smithi029.rubqla (mgr.14180) 817 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:34.001 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:19:34.002 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:18:01.723538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hfcntj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:19:05.893528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.sfkpnx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx\nDeploy daemon haproxy.nfs.foo.smithi073.sfkpnx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:19:09.821462Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.fvnjns on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns\nDeploy daemon haproxy.nfs.foo.smithi029.fvnjns ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:19:09.825142Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ccafuo on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:19:09.828424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.khsohs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:19:35.014 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:19:35.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:35 smithi029 bash[14177]: cluster 2024-02-11T17:19:33.843130+0000 mgr.smithi029.rubqla (mgr.14180) 818 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:19:35.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:35 smithi029 bash[14177]: audit 2024-02-11T17:19:33.988308+0000 mgr.smithi029.rubqla (mgr.14180) 819 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:35.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:35 smithi073 bash[18997]: cluster 2024-02-11T17:19:33.843130+0000 mgr.smithi029.rubqla (mgr.14180) 818 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:19:35.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:35 smithi073 bash[18997]: audit 2024-02-11T17:19:33.988308+0000 mgr.smithi029.rubqla (mgr.14180) 819 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:36.015 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:19:37.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:37 smithi029 bash[14177]: cluster 2024-02-11T17:19:35.844254+0000 mgr.smithi029.rubqla (mgr.14180) 820 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:37.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:37 smithi073 bash[18997]: cluster 2024-02-11T17:19:35.844254+0000 mgr.smithi029.rubqla (mgr.14180) 820 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:39.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:39 smithi029 bash[14177]: cluster 2024-02-11T17:19:37.845772+0000 mgr.smithi029.rubqla (mgr.14180) 821 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:39.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:39 smithi073 bash[18997]: cluster 2024-02-11T17:19:37.845772+0000 mgr.smithi029.rubqla (mgr.14180) 821 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:40.150 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:19:40.150 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:18:01.723538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hfcntj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:19:05.893528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.sfkpnx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx\nDeploy daemon haproxy.nfs.foo.smithi073.sfkpnx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:19:09.821462Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.fvnjns on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns\nDeploy daemon haproxy.nfs.foo.smithi029.fvnjns ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:19:09.825142Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ccafuo on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:19:09.828424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.khsohs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:19:41.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:19:41.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:41 smithi073 bash[18997]: cluster 2024-02-11T17:19:39.846450+0000 mgr.smithi029.rubqla (mgr.14180) 822 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:41.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:41 smithi073 bash[18997]: audit 2024-02-11T17:19:40.136701+0000 mgr.smithi029.rubqla (mgr.14180) 823 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:41.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:41 smithi029 bash[14177]: cluster 2024-02-11T17:19:39.846450+0000 mgr.smithi029.rubqla (mgr.14180) 822 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:41.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:41 smithi029 bash[14177]: audit 2024-02-11T17:19:40.136701+0000 mgr.smithi029.rubqla (mgr.14180) 823 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:42.236 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:19:42.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:42 smithi073 bash[18997]: cluster 2024-02-11T17:19:41.847688+0000 mgr.smithi029.rubqla (mgr.14180) 824 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:42.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:42 smithi029 bash[14177]: cluster 2024-02-11T17:19:41.847688+0000 mgr.smithi029.rubqla (mgr.14180) 824 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:45.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:44 smithi029 bash[14177]: cluster 2024-02-11T17:19:43.848936+0000 mgr.smithi029.rubqla (mgr.14180) 825 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:19:45.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:44 smithi073 bash[18997]: cluster 2024-02-11T17:19:43.848936+0000 mgr.smithi029.rubqla (mgr.14180) 825 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:19:46.213 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:19:46.213 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:18:01.723538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hfcntj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:19:05.893528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.sfkpnx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx\nDeploy daemon haproxy.nfs.foo.smithi073.sfkpnx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:19:09.821462Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.fvnjns on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns\nDeploy daemon haproxy.nfs.foo.smithi029.fvnjns ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:19:09.825142Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ccafuo on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:19:09.828424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.khsohs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:19:47.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:46 smithi029 bash[14177]: cluster 2024-02-11T17:19:45.849833+0000 mgr.smithi029.rubqla (mgr.14180) 826 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:47.223 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:19:47.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:46 smithi073 bash[18997]: cluster 2024-02-11T17:19:45.849833+0000 mgr.smithi029.rubqla (mgr.14180) 826 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:48.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:47 smithi029 bash[14177]: audit 2024-02-11T17:19:46.204309+0000 mgr.smithi029.rubqla (mgr.14180) 827 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:48.225 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:19:48.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:47 smithi073 bash[18997]: audit 2024-02-11T17:19:46.204309+0000 mgr.smithi029.rubqla (mgr.14180) 827 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:49.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:48 smithi029 bash[14177]: cluster 2024-02-11T17:19:47.851058+0000 mgr.smithi029.rubqla (mgr.14180) 828 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:49.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:48 smithi073 bash[18997]: cluster 2024-02-11T17:19:47.851058+0000 mgr.smithi029.rubqla (mgr.14180) 828 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:51.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:50 smithi029 bash[14177]: cluster 2024-02-11T17:19:49.852152+0000 mgr.smithi029.rubqla (mgr.14180) 829 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:51.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:50 smithi073 bash[18997]: cluster 2024-02-11T17:19:49.852152+0000 mgr.smithi029.rubqla (mgr.14180) 829 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:52.340 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:19:52.340 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:18:01.723538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hfcntj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:19:05.893528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.sfkpnx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx\nDeploy daemon haproxy.nfs.foo.smithi073.sfkpnx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:19:09.821462Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.fvnjns on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns\nDeploy daemon haproxy.nfs.foo.smithi029.fvnjns ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:19:09.825142Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ccafuo on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:19:09.828424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.khsohs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:19:53.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:52 smithi073 bash[18997]: cluster 2024-02-11T17:19:51.853171+0000 mgr.smithi029.rubqla (mgr.14180) 830 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:53.375 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:52 smithi029 bash[14177]: cluster 2024-02-11T17:19:51.853171+0000 mgr.smithi029.rubqla (mgr.14180) 830 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:53.376 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:19:54.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:53 smithi073 bash[18997]: audit 2024-02-11T17:19:52.326332+0000 mgr.smithi029.rubqla (mgr.14180) 831 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:54.377 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:19:54.389 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:53 smithi029 bash[14177]: audit 2024-02-11T17:19:52.326332+0000 mgr.smithi029.rubqla (mgr.14180) 831 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:19:55.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:54 smithi073 bash[18997]: cluster 2024-02-11T17:19:53.854425+0000 mgr.smithi029.rubqla (mgr.14180) 832 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:19:55.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:54 smithi029 bash[14177]: cluster 2024-02-11T17:19:53.854425+0000 mgr.smithi029.rubqla (mgr.14180) 832 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:19:57.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:56 smithi029 bash[14177]: cluster 2024-02-11T17:19:55.855085+0000 mgr.smithi029.rubqla (mgr.14180) 833 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:57.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:56 smithi073 bash[18997]: cluster 2024-02-11T17:19:55.855085+0000 mgr.smithi029.rubqla (mgr.14180) 833 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:58.400 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:19:58.401 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:18:01.723538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hfcntj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:19:05.893528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.sfkpnx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx\nDeploy daemon haproxy.nfs.foo.smithi073.sfkpnx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:19:09.821462Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.fvnjns on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns\nDeploy daemon haproxy.nfs.foo.smithi029.fvnjns ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:19:09.825142Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ccafuo on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:19:09.828424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.khsohs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:19:59.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:58 smithi029 bash[14177]: cluster 2024-02-11T17:19:57.856463+0000 mgr.smithi029.rubqla (mgr.14180) 834 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:59.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:58 smithi073 bash[18997]: cluster 2024-02-11T17:19:57.856463+0000 mgr.smithi029.rubqla (mgr.14180) 834 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:19:59.383 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:20:00.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:19:59 smithi073 bash[18997]: audit 2024-02-11T17:19:58.391806+0000 mgr.smithi029.rubqla (mgr.14180) 835 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:00.384 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:20:00.396 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:19:59 smithi029 bash[14177]: audit 2024-02-11T17:19:58.391806+0000 mgr.smithi029.rubqla (mgr.14180) 835 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:01.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:19:59.857693+0000 mgr.smithi029.rubqla (mgr.14180) 836 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:01.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.000136+0000 mon.smithi029 (mon.0) 872 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-02-11T17:20:01.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.000205+0000 mon.smithi029 (mon.0) 873 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-02-11T17:20:01.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.000252+0000 mon.smithi029 (mon.0) 874 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi073.sfkpnx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx 2024-02-11T17:20:01.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.000297+0000 mon.smithi029 (mon.0) 875 : cluster [WRN] /usr/bin/docker: stdout 2024-02-11T17:20:01.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.000357+0000 mon.smithi029 (mon.0) 876 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx 2024-02-11T17:20:01.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.000392+0000 mon.smithi029 (mon.0) 877 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx 2024-02-11T17:20:01.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.000432+0000 mon.smithi029 (mon.0) 878 : cluster [WRN] /usr/bin/docker: stdout 2024-02-11T17:20:01.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.000487+0000 mon.smithi029 (mon.0) 879 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx 2024-02-11T17:20:01.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.000525+0000 mon.smithi029 (mon.0) 880 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi073.sfkpnx ... 2024-02-11T17:20:01.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.000564+0000 mon.smithi029 (mon.0) 881 : 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:01.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.000607+0000 mon.smithi029 (mon.0) 882 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:20:01.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.000645+0000 mon.smithi029 (mon.0) 883 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:20:01.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.000699+0000 mon.smithi029 (mon.0) 884 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-02-11T17:20:01.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.000738+0000 mon.smithi029 (mon.0) 885 : 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:01.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.000778+0000 mon.smithi029 (mon.0) 886 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi029.fvnjns on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns 2024-02-11T17:20:01.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.000816+0000 mon.smithi029 (mon.0) 887 : cluster [WRN] /usr/bin/docker: stdout 2024-02-11T17:20:01.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.000853+0000 mon.smithi029 (mon.0) 888 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns 2024-02-11T17:20:01.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.000890+0000 mon.smithi029 (mon.0) 889 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns 2024-02-11T17:20:01.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.000932+0000 mon.smithi029 (mon.0) 890 : cluster [WRN] /usr/bin/docker: stdout 2024-02-11T17:20:01.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.000972+0000 mon.smithi029 (mon.0) 891 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns 2024-02-11T17:20:01.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.001009+0000 mon.smithi029 (mon.0) 892 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi029.fvnjns ... 2024-02-11T17:20:01.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.001046+0000 mon.smithi029 (mon.0) 893 : 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=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:01.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.001088+0000 mon.smithi029 (mon.0) 894 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:20:01.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.001124+0000 mon.smithi029 (mon.0) 895 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:20:01.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.001185+0000 mon.smithi029 (mon.0) 896 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-02-11T17:20:01.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.001242+0000 mon.smithi029 (mon.0) 897 : 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=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:01.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.001284+0000 mon.smithi029 (mon.0) 898 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi029.ccafuo on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:20:01.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:00.001324+0000 mon.smithi029 (mon.0) 899 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi073.khsohs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:20:01.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:19:59.857693+0000 mgr.smithi029.rubqla (mgr.14180) 836 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:01.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.000136+0000 mon.smithi029 (mon.0) 872 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-02-11T17:20:01.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.000205+0000 mon.smithi029 (mon.0) 873 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-02-11T17:20:01.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.000252+0000 mon.smithi029 (mon.0) 874 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi073.sfkpnx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx 2024-02-11T17:20:01.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.000297+0000 mon.smithi029 (mon.0) 875 : cluster [WRN] /usr/bin/docker: stdout 2024-02-11T17:20:01.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.000357+0000 mon.smithi029 (mon.0) 876 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx 2024-02-11T17:20:01.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.000392+0000 mon.smithi029 (mon.0) 877 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx 2024-02-11T17:20:01.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.000432+0000 mon.smithi029 (mon.0) 878 : cluster [WRN] /usr/bin/docker: stdout 2024-02-11T17:20:01.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.000487+0000 mon.smithi029 (mon.0) 879 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx 2024-02-11T17:20:01.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.000525+0000 mon.smithi029 (mon.0) 880 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi073.sfkpnx ... 2024-02-11T17:20:01.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.000564+0000 mon.smithi029 (mon.0) 881 : 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:01.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.000607+0000 mon.smithi029 (mon.0) 882 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:20:01.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.000645+0000 mon.smithi029 (mon.0) 883 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:20:01.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.000699+0000 mon.smithi029 (mon.0) 884 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-02-11T17:20:01.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.000738+0000 mon.smithi029 (mon.0) 885 : 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=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:01.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.000778+0000 mon.smithi029 (mon.0) 886 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi029.fvnjns on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns 2024-02-11T17:20:01.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.000816+0000 mon.smithi029 (mon.0) 887 : cluster [WRN] /usr/bin/docker: stdout 2024-02-11T17:20:01.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.000853+0000 mon.smithi029 (mon.0) 888 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns 2024-02-11T17:20:01.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.000890+0000 mon.smithi029 (mon.0) 889 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns 2024-02-11T17:20:01.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.000932+0000 mon.smithi029 (mon.0) 890 : cluster [WRN] /usr/bin/docker: stdout 2024-02-11T17:20:01.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.000972+0000 mon.smithi029 (mon.0) 891 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns 2024-02-11T17:20:01.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.001009+0000 mon.smithi029 (mon.0) 892 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi029.fvnjns ... 2024-02-11T17:20:01.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.001046+0000 mon.smithi029 (mon.0) 893 : 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=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:01.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.001088+0000 mon.smithi029 (mon.0) 894 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:20:01.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.001124+0000 mon.smithi029 (mon.0) 895 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:20:01.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.001185+0000 mon.smithi029 (mon.0) 896 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-02-11T17:20:01.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.001242+0000 mon.smithi029 (mon.0) 897 : 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=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:01.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.001284+0000 mon.smithi029 (mon.0) 898 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi029.ccafuo on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:20:01.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:00.001324+0000 mon.smithi029 (mon.0) 899 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi073.khsohs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:20:03.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:02 smithi073 bash[18997]: cluster 2024-02-11T17:20:01.858957+0000 mgr.smithi029.rubqla (mgr.14180) 837 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:03.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:02 smithi029 bash[14177]: cluster 2024-02-11T17:20:01.858957+0000 mgr.smithi029.rubqla (mgr.14180) 837 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:04.535 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:20:04.535 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:18:01.723538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hfcntj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:19:05.893528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.sfkpnx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx\nDeploy daemon haproxy.nfs.foo.smithi073.sfkpnx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:19:09.821462Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.fvnjns on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns\nDeploy daemon haproxy.nfs.foo.smithi029.fvnjns ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:19:09.825142Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ccafuo on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:19:09.828424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.khsohs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:20:05.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:04 smithi029 bash[14177]: cluster 2024-02-11T17:20:03.860425+0000 mgr.smithi029.rubqla (mgr.14180) 838 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:20:05.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:04 smithi073 bash[18997]: cluster 2024-02-11T17:20:03.860425+0000 mgr.smithi029.rubqla (mgr.14180) 838 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:20:05.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:20:06.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:05 smithi073 bash[18997]: audit 2024-02-11T17:20:04.522987+0000 mgr.smithi029.rubqla (mgr.14180) 839 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:06.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:05 smithi029 bash[14177]: audit 2024-02-11T17:20:04.522987+0000 mgr.smithi029.rubqla (mgr.14180) 839 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:06.531 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:20:07.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:06 smithi073 bash[18997]: cluster 2024-02-11T17:20:05.861737+0000 mgr.smithi029.rubqla (mgr.14180) 840 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:07.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:06 smithi029 bash[14177]: cluster 2024-02-11T17:20:05.861737+0000 mgr.smithi029.rubqla (mgr.14180) 840 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:09.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:09 smithi073 bash[18997]: cluster 2024-02-11T17:20:07.863038+0000 mgr.smithi029.rubqla (mgr.14180) 841 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:09.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:08 smithi029 bash[14177]: cluster 2024-02-11T17:20:07.863038+0000 mgr.smithi029.rubqla (mgr.14180) 841 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:10.263 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:10 smithi029 bash[14177]: audit 2024-02-11T17:20:09.833034+0000 mon.smithi029 (mon.0) 900 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:20:10.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:10 smithi073 bash[18997]: audit 2024-02-11T17:20:09.833034+0000 mon.smithi029 (mon.0) 900 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:20:10.619 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:20:10.620 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:18:01.723538Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.hfcntj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:19:05.893528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.sfkpnx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx\nDeploy daemon haproxy.nfs.foo.smithi073.sfkpnx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:19:09.821462Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.fvnjns on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns\nDeploy daemon haproxy.nfs.foo.smithi029.fvnjns ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:19:09.825142Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ccafuo on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:19:09.828424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.khsohs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:20:11.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:11 smithi029 bash[14177]: cluster 2024-02-11T17:20:09.864438+0000 mgr.smithi029.rubqla (mgr.14180) 842 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:11.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:11 smithi029 bash[14177]: audit 2024-02-11T17:20:10.101114+0000 mon.smithi029 (mon.0) 901 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:20:11.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:11 smithi029 bash[14177]: audit 2024-02-11T17:20:10.383052+0000 mon.smithi029 (mon.0) 902 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:20:11.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:11 smithi029 bash[14177]: audit 2024-02-11T17:20:10.384496+0000 mon.smithi029 (mon.0) 903 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:20:11.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:11 smithi029 bash[14177]: audit 2024-02-11T17:20:10.391550+0000 mon.smithi029 (mon.0) 904 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:20:11.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:11 smithi029 bash[14177]: audit 2024-02-11T17:20:10.398223+0000 mon.smithi029 (mon.0) 905 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:20:11.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:11 smithi029 bash[14177]: audit 2024-02-11T17:20:10.410389+0000 mon.smithi029 (mon.0) 906 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:20:11.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:11 smithi073 bash[18997]: cluster 2024-02-11T17:20:09.864438+0000 mgr.smithi029.rubqla (mgr.14180) 842 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:11.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:11 smithi073 bash[18997]: audit 2024-02-11T17:20:10.101114+0000 mon.smithi029 (mon.0) 901 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:20:11.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:11 smithi073 bash[18997]: audit 2024-02-11T17:20:10.383052+0000 mon.smithi029 (mon.0) 902 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:20:11.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:11 smithi073 bash[18997]: audit 2024-02-11T17:20:10.384496+0000 mon.smithi029 (mon.0) 903 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:20:11.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:11 smithi073 bash[18997]: audit 2024-02-11T17:20:10.391550+0000 mon.smithi029 (mon.0) 904 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:20:11.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:11 smithi073 bash[18997]: audit 2024-02-11T17:20:10.398223+0000 mon.smithi029 (mon.0) 905 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:20:11.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:11 smithi073 bash[18997]: audit 2024-02-11T17:20:10.410389+0000 mon.smithi029 (mon.0) 906 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:20:11.750 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:20:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:12 smithi029 bash[14177]: cluster 2024-02-11T17:20:10.392423+0000 mgr.smithi029.rubqla (mgr.14180) 843 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-11T17:20:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:12 smithi029 bash[14177]: cephadm 2024-02-11T17:20:10.416453+0000 mgr.smithi029.rubqla (mgr.14180) 844 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.uxvbma on smithi073 2024-02-11T17:20:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:12 smithi029 bash[14177]: audit 2024-02-11T17:20:10.611008+0000 mgr.smithi029.rubqla (mgr.14180) 845 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:12 smithi029 bash[14177]: cluster 2024-02-11T17:20:11.388721+0000 mon.smithi029 (mon.0) 907 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:20:12.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:12 smithi029 bash[14177]: cluster 2024-02-11T17:20:11.388775+0000 mon.smithi029 (mon.0) 908 : cluster [INF] Cluster is now healthy 2024-02-11T17:20:12.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:12 smithi073 bash[18997]: cluster 2024-02-11T17:20:10.392423+0000 mgr.smithi029.rubqla (mgr.14180) 843 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-11T17:20:12.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:12 smithi073 bash[18997]: cephadm 2024-02-11T17:20:10.416453+0000 mgr.smithi029.rubqla (mgr.14180) 844 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.uxvbma on smithi073 2024-02-11T17:20:12.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:12 smithi073 bash[18997]: audit 2024-02-11T17:20:10.611008+0000 mgr.smithi029.rubqla (mgr.14180) 845 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:12.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:12 smithi073 bash[18997]: cluster 2024-02-11T17:20:11.388721+0000 mon.smithi029 (mon.0) 907 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:20:12.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:12 smithi073 bash[18997]: cluster 2024-02-11T17:20:11.388775+0000 mon.smithi029 (mon.0) 908 : cluster [INF] Cluster is now healthy 2024-02-11T17:20:12.751 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:20:14.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:14 smithi073 bash[18997]: cluster 2024-02-11T17:20:12.393555+0000 mgr.smithi029.rubqla (mgr.14180) 846 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 388 B/s rd, 0 op/s 2024-02-11T17:20:14.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:14 smithi029 bash[14177]: cluster 2024-02-11T17:20:12.393555+0000 mgr.smithi029.rubqla (mgr.14180) 846 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 388 B/s rd, 0 op/s 2024-02-11T17:20:15.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:15 smithi029 bash[14177]: audit 2024-02-11T17:20:14.670722+0000 mon.smithi029 (mon.0) 909 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.uxvbma"}]: dispatch 2024-02-11T17:20:15.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:15 smithi073 bash[18997]: audit 2024-02-11T17:20:14.670722+0000 mon.smithi029 (mon.0) 909 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.uxvbma"}]: dispatch 2024-02-11T17:20:16.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: cluster 2024-02-11T17:20:14.394483+0000 mgr.smithi029.rubqla (mgr.14180) 847 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-11T17:20:16.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: cephadm 2024-02-11T17:20:14.669712+0000 mgr.smithi029.rubqla (mgr.14180) 848 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma 2024-02-11T17:20:16.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:20:16.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma 2024-02-11T17:20:16.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma 2024-02-11T17:20:16.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:20:16.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma 2024-02-11T17:20:16.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.uxvbma ... 2024-02-11T17:20:16.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:16.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:20:16.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:20:16.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:20:16.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:16.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:20:16.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:20:16.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:20:16.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:20:16.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:20:16.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma 2024-02-11T17:20:16.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:20:16.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma 2024-02-11T17:20:16.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma 2024-02-11T17:20:16.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:20:16.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma 2024-02-11T17:20:16.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.uxvbma ... 2024-02-11T17:20:16.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:16.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:20:16.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:20:16.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:20:16.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:16.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: cephadm 2024-02-11T17:20:14.670143+0000 mgr.smithi029.rubqla (mgr.14180) 849 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.uxvbma 2024-02-11T17:20:16.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: cephadm 2024-02-11T17:20:14.672349+0000 mgr.smithi029.rubqla (mgr.14180) 850 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.uxvbma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma 2024-02-11T17:20:16.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:20:16.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma 2024-02-11T17:20:16.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma 2024-02-11T17:20:16.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:20:16.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma 2024-02-11T17:20:16.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.uxvbma ... 2024-02-11T17:20:16.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:16.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:20:16.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:20:16.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:20:16.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:16.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:16 smithi029 bash[14177]: cephadm 2024-02-11T17:20:14.674539+0000 mgr.smithi029.rubqla (mgr.14180) 851 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.ehywyj on smithi029 2024-02-11T17:20:16.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: cluster 2024-02-11T17:20:14.394483+0000 mgr.smithi029.rubqla (mgr.14180) 847 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-11T17:20:16.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: cephadm 2024-02-11T17:20:14.669712+0000 mgr.smithi029.rubqla (mgr.14180) 848 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma 2024-02-11T17:20:16.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:20:16.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma 2024-02-11T17:20:16.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma 2024-02-11T17:20:16.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:20:16.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma 2024-02-11T17:20:16.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.uxvbma ... 2024-02-11T17:20:16.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:16.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:20:16.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:20:16.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:20:16.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:16.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:20:16.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:20:16.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:20:16.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:20:16.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:20:16.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma 2024-02-11T17:20:16.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:20:16.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma 2024-02-11T17:20:16.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma 2024-02-11T17:20:16.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:20:16.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma 2024-02-11T17:20:16.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.uxvbma ... 2024-02-11T17:20:16.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:16.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:20:16.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:20:16.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:20:16.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:16.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: cephadm 2024-02-11T17:20:14.670143+0000 mgr.smithi029.rubqla (mgr.14180) 849 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.uxvbma 2024-02-11T17:20:16.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: cephadm 2024-02-11T17:20:14.672349+0000 mgr.smithi029.rubqla (mgr.14180) 850 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.uxvbma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma 2024-02-11T17:20:16.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:20:16.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma 2024-02-11T17:20:16.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma 2024-02-11T17:20:16.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:20:16.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma 2024-02-11T17:20:16.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.uxvbma ... 2024-02-11T17:20:16.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:16.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:20:16.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:20:16.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:20:16.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:16.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:16 smithi073 bash[18997]: cephadm 2024-02-11T17:20:14.674539+0000 mgr.smithi029.rubqla (mgr.14180) 851 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.ehywyj on smithi029 2024-02-11T17:20:17.086 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:20:17.086 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:19:05.893528Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.sfkpnx on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-sfkpnx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.sfkpnx\nDeploy daemon haproxy.nfs.foo.smithi073.sfkpnx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:19:09.821462Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.fvnjns on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-fvnjns\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.fvnjns\nDeploy daemon haproxy.nfs.foo.smithi029.fvnjns ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:19:09.825142Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ccafuo on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:19:09.828424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.khsohs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:20:14.672191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.uxvbma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma\nDeploy daemon haproxy.nfs.foo.smithi073.uxvbma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -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.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:20:18.203 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:20:18.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:18 smithi073 bash[18997]: cluster 2024-02-11T17:20:16.395578+0000 mgr.smithi029.rubqla (mgr.14180) 852 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-11T17:20:18.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:18 smithi073 bash[18997]: audit 2024-02-11T17:20:17.067640+0000 mon.smithi029 (mon.0) 910 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:20:18.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:18 smithi073 bash[18997]: audit 2024-02-11T17:20:17.071389+0000 mgr.smithi029.rubqla (mgr.14180) 853 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:18.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:18 smithi029 bash[14177]: cluster 2024-02-11T17:20:16.395578+0000 mgr.smithi029.rubqla (mgr.14180) 852 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-11T17:20:18.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:18 smithi029 bash[14177]: audit 2024-02-11T17:20:17.067640+0000 mon.smithi029 (mon.0) 910 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:20:18.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:18 smithi029 bash[14177]: audit 2024-02-11T17:20:17.071389+0000 mgr.smithi029.rubqla (mgr.14180) 853 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:19.204 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:20:19.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:19 smithi073 bash[18997]: audit 2024-02-11T17:20:18.704899+0000 mon.smithi029 (mon.0) 911 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.ehywyj"}]: dispatch 2024-02-11T17:20:19.406 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:19 smithi029 bash[14177]: audit 2024-02-11T17:20:18.704899+0000 mon.smithi029 (mon.0) 911 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.ehywyj"}]: dispatch 2024-02-11T17:20:20.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: cluster 2024-02-11T17:20:18.396615+0000 mgr.smithi029.rubqla (mgr.14180) 854 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-11T17:20:20.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: cephadm 2024-02-11T17:20:18.703944+0000 mgr.smithi029.rubqla (mgr.14180) 855 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj 2024-02-11T17:20:20.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:20:20.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj 2024-02-11T17:20:20.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj 2024-02-11T17:20:20.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:20:20.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj 2024-02-11T17:20:20.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.ehywyj ... 2024-02-11T17:20:20.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:20.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:20:20.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:20:20.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:20:20.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:20.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:20:20.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:20:20.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:20:20.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:20:20.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:20:20.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj 2024-02-11T17:20:20.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:20:20.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj 2024-02-11T17:20:20.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj 2024-02-11T17:20:20.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:20:20.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj 2024-02-11T17:20:20.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.ehywyj ... 2024-02-11T17:20:20.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:20.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:20:20.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:20:20.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:20:20.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:20.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: cephadm 2024-02-11T17:20:18.704341+0000 mgr.smithi029.rubqla (mgr.14180) 856 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.ehywyj 2024-02-11T17:20:20.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: cephadm 2024-02-11T17:20:18.705968+0000 mgr.smithi029.rubqla (mgr.14180) 857 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.ehywyj on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj 2024-02-11T17:20:20.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:20:20.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj 2024-02-11T17:20:20.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj 2024-02-11T17:20:20.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:20:20.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj 2024-02-11T17:20:20.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.ehywyj ... 2024-02-11T17:20:20.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:20.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:20:20.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:20:20.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:20:20.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:20.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: cephadm 2024-02-11T17:20:18.707870+0000 mgr.smithi029.rubqla (mgr.14180) 858 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.sjylgg on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:20:20.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: cephadm 2024-02-11T17:20:18.710143+0000 mgr.smithi029.rubqla (mgr.14180) 859 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.grodxr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:20:20.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: cluster 2024-02-11T17:20:18.711323+0000 mgr.smithi029.rubqla (mgr.14180) 860 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 231 B/s rd, 0 op/s 2024-02-11T17:20:20.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:20 smithi073 bash[18997]: cluster 2024-02-11T17:20:19.067012+0000 mon.smithi029 (mon.0) 912 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:20:20.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: cluster 2024-02-11T17:20:18.396615+0000 mgr.smithi029.rubqla (mgr.14180) 854 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-11T17:20:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: cephadm 2024-02-11T17:20:18.703944+0000 mgr.smithi029.rubqla (mgr.14180) 855 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj 2024-02-11T17:20:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:20:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj 2024-02-11T17:20:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj 2024-02-11T17:20:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:20:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj 2024-02-11T17:20:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.ehywyj ... 2024-02-11T17:20:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:20:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:20:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:20:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:20:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:20:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:20:20.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:20:20.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:20:20.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj 2024-02-11T17:20:20.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:20:20.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj 2024-02-11T17:20:20.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj 2024-02-11T17:20:20.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:20:20.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj 2024-02-11T17:20:20.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.ehywyj ... 2024-02-11T17:20:20.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:20.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:20:20.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:20:20.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:20:20.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:20.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: cephadm 2024-02-11T17:20:18.704341+0000 mgr.smithi029.rubqla (mgr.14180) 856 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.ehywyj 2024-02-11T17:20:20.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: cephadm 2024-02-11T17:20:18.705968+0000 mgr.smithi029.rubqla (mgr.14180) 857 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.ehywyj on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj 2024-02-11T17:20:20.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:20:20.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj 2024-02-11T17:20:20.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj 2024-02-11T17:20:20.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:20:20.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj 2024-02-11T17:20:20.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.ehywyj ... 2024-02-11T17:20:20.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:20.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:20:20.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:20:20.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:20:20.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:20:20.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: cephadm 2024-02-11T17:20:18.707870+0000 mgr.smithi029.rubqla (mgr.14180) 858 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.sjylgg on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:20:20.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: cephadm 2024-02-11T17:20:18.710143+0000 mgr.smithi029.rubqla (mgr.14180) 859 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.grodxr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:20:20.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: cluster 2024-02-11T17:20:18.711323+0000 mgr.smithi029.rubqla (mgr.14180) 860 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 231 B/s rd, 0 op/s 2024-02-11T17:20:20.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:20 smithi029 bash[14177]: cluster 2024-02-11T17:20:19.067012+0000 mon.smithi029 (mon.0) 912 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:20:22.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:22 smithi029 bash[14177]: cluster 2024-02-11T17:20:20.712413+0000 mgr.smithi029.rubqla (mgr.14180) 861 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:20:22.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:22 smithi073 bash[18997]: cluster 2024-02-11T17:20:20.712413+0000 mgr.smithi029.rubqla (mgr.14180) 861 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:20:23.544 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:20:23.544 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:19:09.828424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.khsohs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:20:14.672191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.uxvbma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma\nDeploy daemon haproxy.nfs.foo.smithi073.uxvbma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:20:18.705846Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.ehywyj on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj\nDeploy daemon haproxy.nfs.foo.smithi029.ehywyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:20:18.707770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.sjylgg on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:20:18.709997Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.grodxr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:20:23.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:23 smithi029 bash[14177]: cluster 2024-02-11T17:20:22.713647+0000 mgr.smithi029.rubqla (mgr.14180) 862 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:20:23.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:23 smithi029 bash[14177]: audit 2024-02-11T17:20:22.821846+0000 mon.smithi029 (mon.0) 913 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:20:24.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:23 smithi073 bash[18997]: cluster 2024-02-11T17:20:22.713647+0000 mgr.smithi029.rubqla (mgr.14180) 862 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:20:24.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:23 smithi073 bash[18997]: audit 2024-02-11T17:20:22.821846+0000 mon.smithi029 (mon.0) 913 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:20:24.550 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:20:25.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:24 smithi073 bash[18997]: audit 2024-02-11T17:20:23.528387+0000 mgr.smithi029.rubqla (mgr.14180) 863 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:25.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:24 smithi029 bash[14177]: audit 2024-02-11T17:20:23.528387+0000 mgr.smithi029.rubqla (mgr.14180) 863 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:25.551 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:20:26.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:25 smithi073 bash[18997]: cluster 2024-02-11T17:20:24.714918+0000 mgr.smithi029.rubqla (mgr.14180) 864 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:20:26.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:25 smithi029 bash[14177]: cluster 2024-02-11T17:20:24.714918+0000 mgr.smithi029.rubqla (mgr.14180) 864 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:20:28.168 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:27 smithi029 bash[14177]: cluster 2024-02-11T17:20:26.716223+0000 mgr.smithi029.rubqla (mgr.14180) 865 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:20:28.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:27 smithi073 bash[18997]: cluster 2024-02-11T17:20:26.716223+0000 mgr.smithi029.rubqla (mgr.14180) 865 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:20:29.727 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:20:29.727 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:19:09.828424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.khsohs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:20:14.672191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.uxvbma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma\nDeploy daemon haproxy.nfs.foo.smithi073.uxvbma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:20:18.705846Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.ehywyj on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj\nDeploy daemon haproxy.nfs.foo.smithi029.ehywyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:20:18.707770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.sjylgg on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:20:18.709997Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.grodxr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:20:30.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:29 smithi029 bash[14177]: cluster 2024-02-11T17:20:28.717309+0000 mgr.smithi029.rubqla (mgr.14180) 866 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:20:30.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:29 smithi073 bash[18997]: cluster 2024-02-11T17:20:28.717309+0000 mgr.smithi029.rubqla (mgr.14180) 866 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:20:30.787 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:20:31.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:30 smithi029 bash[14177]: audit 2024-02-11T17:20:29.712682+0000 mgr.smithi029.rubqla (mgr.14180) 867 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:31.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:30 smithi073 bash[18997]: audit 2024-02-11T17:20:29.712682+0000 mgr.smithi029.rubqla (mgr.14180) 867 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:31.788 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:20:32.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:31 smithi029 bash[14177]: cluster 2024-02-11T17:20:30.718236+0000 mgr.smithi029.rubqla (mgr.14180) 868 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:32.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:31 smithi073 bash[18997]: cluster 2024-02-11T17:20:30.718236+0000 mgr.smithi029.rubqla (mgr.14180) 868 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:33.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:33 smithi073 bash[18997]: audit 2024-02-11T17:20:32.065449+0000 mon.smithi029 (mon.0) 914 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:20:33.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:33 smithi029 bash[14177]: audit 2024-02-11T17:20:32.065449+0000 mon.smithi029 (mon.0) 914 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:20:34.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:34 smithi073 bash[18997]: cluster 2024-02-11T17:20:32.719549+0000 mgr.smithi029.rubqla (mgr.14180) 869 : 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-02-11T17:20:34.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:34 smithi029 bash[14177]: cluster 2024-02-11T17:20:32.719549+0000 mgr.smithi029.rubqla (mgr.14180) 869 : 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-02-11T17:20:35.780 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:20:35.781 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:19:09.828424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.khsohs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:20:14.672191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.uxvbma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma\nDeploy daemon haproxy.nfs.foo.smithi073.uxvbma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:20:18.705846Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.ehywyj on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj\nDeploy daemon haproxy.nfs.foo.smithi029.ehywyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:20:18.707770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.sjylgg on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:20:18.709997Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.grodxr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:20:36.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:36 smithi073 bash[18997]: cluster 2024-02-11T17:20:34.720686+0000 mgr.smithi029.rubqla (mgr.14180) 870 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:36.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:36 smithi029 bash[14177]: cluster 2024-02-11T17:20:34.720686+0000 mgr.smithi029.rubqla (mgr.14180) 870 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:36.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:20:37.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:37 smithi073 bash[18997]: audit 2024-02-11T17:20:35.771252+0000 mgr.smithi029.rubqla (mgr.14180) 871 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:37.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:37 smithi029 bash[14177]: audit 2024-02-11T17:20:35.771252+0000 mgr.smithi029.rubqla (mgr.14180) 871 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:37.684 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:20:38.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:38 smithi029 bash[14177]: cluster 2024-02-11T17:20:36.721896+0000 mgr.smithi029.rubqla (mgr.14180) 872 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:38.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:38 smithi073 bash[18997]: cluster 2024-02-11T17:20:36.721896+0000 mgr.smithi029.rubqla (mgr.14180) 872 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:40.382 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:40 smithi029 bash[14177]: cluster 2024-02-11T17:20:38.723188+0000 mgr.smithi029.rubqla (mgr.14180) 873 : 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-02-11T17:20:40.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:40 smithi073 bash[18997]: cluster 2024-02-11T17:20:38.723188+0000 mgr.smithi029.rubqla (mgr.14180) 873 : 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-02-11T17:20:41.979 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:20:41.979 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:19:09.828424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.khsohs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:20:14.672191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.uxvbma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma\nDeploy daemon haproxy.nfs.foo.smithi073.uxvbma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:20:18.705846Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.ehywyj on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj\nDeploy daemon haproxy.nfs.foo.smithi029.ehywyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:20:18.707770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.sjylgg on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:20:18.709997Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.grodxr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:20:42.320 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:42 smithi029 bash[14177]: cluster 2024-02-11T17:20:40.724320+0000 mgr.smithi029.rubqla (mgr.14180) 874 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:42.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:42 smithi073 bash[18997]: cluster 2024-02-11T17:20:40.724320+0000 mgr.smithi029.rubqla (mgr.14180) 874 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:43.041 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:20:43.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:43 smithi029 bash[14177]: audit 2024-02-11T17:20:41.965232+0000 mgr.smithi029.rubqla (mgr.14180) 875 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:43.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:43 smithi073 bash[18997]: audit 2024-02-11T17:20:41.965232+0000 mgr.smithi029.rubqla (mgr.14180) 875 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:44.042 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:20:44.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:44 smithi029 bash[14177]: cluster 2024-02-11T17:20:42.725113+0000 mgr.smithi029.rubqla (mgr.14180) 876 : 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-02-11T17:20:44.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:44 smithi073 bash[18997]: cluster 2024-02-11T17:20:42.725113+0000 mgr.smithi029.rubqla (mgr.14180) 876 : 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-02-11T17:20:46.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:46 smithi029 bash[14177]: cluster 2024-02-11T17:20:44.725806+0000 mgr.smithi029.rubqla (mgr.14180) 877 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:46.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:46 smithi073 bash[18997]: cluster 2024-02-11T17:20:44.725806+0000 mgr.smithi029.rubqla (mgr.14180) 877 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:47.951 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:20:47.951 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:19:09.828424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.khsohs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:20:14.672191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.uxvbma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma\nDeploy daemon haproxy.nfs.foo.smithi073.uxvbma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:20:18.705846Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.ehywyj on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj\nDeploy daemon haproxy.nfs.foo.smithi029.ehywyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:20:18.707770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.sjylgg on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:20:18.709997Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.grodxr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:20:48.236 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:48 smithi029 bash[14177]: cluster 2024-02-11T17:20:46.727009+0000 mgr.smithi029.rubqla (mgr.14180) 878 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:48.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:48 smithi073 bash[18997]: cluster 2024-02-11T17:20:46.727009+0000 mgr.smithi029.rubqla (mgr.14180) 878 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:48.976 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:20:49.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:49 smithi029 bash[14177]: audit 2024-02-11T17:20:47.936525+0000 mgr.smithi029.rubqla (mgr.14180) 879 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:49.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:49 smithi073 bash[18997]: audit 2024-02-11T17:20:47.936525+0000 mgr.smithi029.rubqla (mgr.14180) 879 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:49.977 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:20:50.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:50 smithi029 bash[14177]: cluster 2024-02-11T17:20:48.727731+0000 mgr.smithi029.rubqla (mgr.14180) 880 : 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-02-11T17:20:50.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:50 smithi073 bash[18997]: cluster 2024-02-11T17:20:48.727731+0000 mgr.smithi029.rubqla (mgr.14180) 880 : 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-02-11T17:20:52.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:52 smithi029 bash[14177]: cluster 2024-02-11T17:20:50.728815+0000 mgr.smithi029.rubqla (mgr.14180) 881 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:52.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:52 smithi073 bash[18997]: cluster 2024-02-11T17:20:50.728815+0000 mgr.smithi029.rubqla (mgr.14180) 881 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:54.188 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:20:54.188 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:19:09.828424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.khsohs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:20:14.672191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.uxvbma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma\nDeploy daemon haproxy.nfs.foo.smithi073.uxvbma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:20:18.705846Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.ehywyj on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj\nDeploy daemon haproxy.nfs.foo.smithi029.ehywyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:20:18.707770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.sjylgg on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:20:18.709997Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.grodxr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:20:54.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:54 smithi029 bash[14177]: cluster 2024-02-11T17:20:52.729626+0000 mgr.smithi029.rubqla (mgr.14180) 882 : 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-02-11T17:20:54.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:54 smithi073 bash[18997]: cluster 2024-02-11T17:20:52.729626+0000 mgr.smithi029.rubqla (mgr.14180) 882 : 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-02-11T17:20:55.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:20:55.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:55 smithi029 bash[14177]: audit 2024-02-11T17:20:54.174735+0000 mgr.smithi029.rubqla (mgr.14180) 883 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:55.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:55 smithi073 bash[18997]: audit 2024-02-11T17:20:54.174735+0000 mgr.smithi029.rubqla (mgr.14180) 883 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:20:56.281 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:20:56.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:56 smithi029 bash[14177]: cluster 2024-02-11T17:20:54.730661+0000 mgr.smithi029.rubqla (mgr.14180) 884 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:56.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:56 smithi073 bash[18997]: cluster 2024-02-11T17:20:54.730661+0000 mgr.smithi029.rubqla (mgr.14180) 884 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:58.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:20:58 smithi029 bash[14177]: cluster 2024-02-11T17:20:56.731881+0000 mgr.smithi029.rubqla (mgr.14180) 885 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:20:58.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:20:58 smithi073 bash[18997]: cluster 2024-02-11T17:20:56.731881+0000 mgr.smithi029.rubqla (mgr.14180) 885 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:00.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:00 smithi029 bash[14177]: cluster 2024-02-11T17:20:58.733074+0000 mgr.smithi029.rubqla (mgr.14180) 886 : 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-02-11T17:21:00.494 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:21:00.494 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:19:09.828424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.khsohs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:20:14.672191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.uxvbma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma\nDeploy daemon haproxy.nfs.foo.smithi073.uxvbma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:20:18.705846Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.ehywyj on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj\nDeploy daemon haproxy.nfs.foo.smithi029.ehywyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:20:18.707770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.sjylgg on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:20:18.709997Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.grodxr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:21:00.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:00 smithi073 bash[18997]: cluster 2024-02-11T17:20:58.733074+0000 mgr.smithi029.rubqla (mgr.14180) 886 : 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-02-11T17:21:01.510 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:21:02.511 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:21:02.524 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:02 smithi029 bash[14177]: audit 2024-02-11T17:21:00.480318+0000 mgr.smithi029.rubqla (mgr.14180) 887 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:02.524 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:02 smithi029 bash[14177]: cluster 2024-02-11T17:21:00.734190+0000 mgr.smithi029.rubqla (mgr.14180) 888 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:02.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:02 smithi073 bash[18997]: audit 2024-02-11T17:21:00.480318+0000 mgr.smithi029.rubqla (mgr.14180) 887 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:02.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:02 smithi073 bash[18997]: cluster 2024-02-11T17:21:00.734190+0000 mgr.smithi029.rubqla (mgr.14180) 888 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:04.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:04 smithi073 bash[18997]: cluster 2024-02-11T17:21:02.734960+0000 mgr.smithi029.rubqla (mgr.14180) 889 : 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-02-11T17:21:04.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:04 smithi029 bash[14177]: cluster 2024-02-11T17:21:02.734960+0000 mgr.smithi029.rubqla (mgr.14180) 889 : 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-02-11T17:21:06.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:06 smithi073 bash[18997]: cluster 2024-02-11T17:21:04.735947+0000 mgr.smithi029.rubqla (mgr.14180) 890 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:06.599 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:21:06.599 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:19:09.828424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.khsohs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:20:14.672191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.uxvbma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma\nDeploy daemon haproxy.nfs.foo.smithi073.uxvbma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:20:18.705846Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.ehywyj on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj\nDeploy daemon haproxy.nfs.foo.smithi029.ehywyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:20:18.707770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.sjylgg on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:20:18.709997Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.grodxr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:21:06.630 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:06 smithi029 bash[14177]: cluster 2024-02-11T17:21:04.735947+0000 mgr.smithi029.rubqla (mgr.14180) 890 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:07.676 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:21:08.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:08 smithi073 bash[18997]: audit 2024-02-11T17:21:06.586764+0000 mgr.smithi029.rubqla (mgr.14180) 891 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:08.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:08 smithi073 bash[18997]: cluster 2024-02-11T17:21:06.737164+0000 mgr.smithi029.rubqla (mgr.14180) 892 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:08.677 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:21:08.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:08 smithi029 bash[14177]: audit 2024-02-11T17:21:06.586764+0000 mgr.smithi029.rubqla (mgr.14180) 891 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:08.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:08 smithi029 bash[14177]: cluster 2024-02-11T17:21:06.737164+0000 mgr.smithi029.rubqla (mgr.14180) 892 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:09.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:09 smithi029 bash[14177]: cluster 2024-02-11T17:21:08.738504+0000 mgr.smithi029.rubqla (mgr.14180) 893 : 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-02-11T17:21:09.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:09 smithi073 bash[18997]: cluster 2024-02-11T17:21:08.738504+0000 mgr.smithi029.rubqla (mgr.14180) 893 : 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-02-11T17:21:12.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:11 smithi073 bash[18997]: cluster 2024-02-11T17:21:10.739354+0000 mgr.smithi029.rubqla (mgr.14180) 894 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:12.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:11 smithi029 bash[14177]: cluster 2024-02-11T17:21:10.739354+0000 mgr.smithi029.rubqla (mgr.14180) 894 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:12.873 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:21:12.874 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:19:09.828424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.khsohs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:20:14.672191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.uxvbma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma\nDeploy daemon haproxy.nfs.foo.smithi073.uxvbma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:20:18.705846Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.ehywyj on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj\nDeploy daemon haproxy.nfs.foo.smithi029.ehywyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:20:18.707770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.sjylgg on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:20:18.709997Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.grodxr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:21:13.922 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:21:14.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:13 smithi073 bash[18997]: cluster 2024-02-11T17:21:12.740676+0000 mgr.smithi029.rubqla (mgr.14180) 895 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:21:14.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:13 smithi073 bash[18997]: audit 2024-02-11T17:21:12.860859+0000 mgr.smithi029.rubqla (mgr.14180) 896 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:14.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:13 smithi029 bash[14177]: cluster 2024-02-11T17:21:12.740676+0000 mgr.smithi029.rubqla (mgr.14180) 895 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:21:14.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:13 smithi029 bash[14177]: audit 2024-02-11T17:21:12.860859+0000 mgr.smithi029.rubqla (mgr.14180) 896 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:14.923 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:21:16.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:15 smithi073 bash[18997]: cluster 2024-02-11T17:21:14.741690+0000 mgr.smithi029.rubqla (mgr.14180) 897 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:16.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:15 smithi029 bash[14177]: cluster 2024-02-11T17:21:14.741690+0000 mgr.smithi029.rubqla (mgr.14180) 897 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:18.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:17 smithi073 bash[18997]: cluster 2024-02-11T17:21:16.742918+0000 mgr.smithi029.rubqla (mgr.14180) 898 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:18.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:17 smithi029 bash[14177]: cluster 2024-02-11T17:21:16.742918+0000 mgr.smithi029.rubqla (mgr.14180) 898 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:18.897 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:21:18.897 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:19:09.828424Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.khsohs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:20:14.672191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.uxvbma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma\nDeploy daemon haproxy.nfs.foo.smithi073.uxvbma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:20:18.705846Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.ehywyj on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj\nDeploy daemon haproxy.nfs.foo.smithi029.ehywyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:20:18.707770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.sjylgg on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:20:18.709997Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.grodxr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:21:19.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:18 smithi073 bash[18997]: audit 2024-02-11T17:21:18.715354+0000 mon.smithi029 (mon.0) 915 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:21:19.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:18 smithi029 bash[14177]: audit 2024-02-11T17:21:18.715354+0000 mon.smithi029 (mon.0) 915 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:21:19.844 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:21:20.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:19 smithi073 bash[18997]: cluster 2024-02-11T17:21:18.744134+0000 mgr.smithi029.rubqla (mgr.14180) 899 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:20.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:19 smithi073 bash[18997]: audit 2024-02-11T17:21:18.885267+0000 mgr.smithi029.rubqla (mgr.14180) 900 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:20.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:19 smithi073 bash[18997]: audit 2024-02-11T17:21:19.019337+0000 mon.smithi029 (mon.0) 916 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:21:20.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:19 smithi073 bash[18997]: audit 2024-02-11T17:21:19.020864+0000 mon.smithi029 (mon.0) 917 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:21:20.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:19 smithi073 bash[18997]: audit 2024-02-11T17:21:19.029524+0000 mon.smithi029 (mon.0) 918 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:21:20.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:19 smithi073 bash[18997]: cluster 2024-02-11T17:21:19.030214+0000 mgr.smithi029.rubqla (mgr.14180) 901 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:21:20.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:19 smithi073 bash[18997]: audit 2024-02-11T17:21:19.037668+0000 mon.smithi029 (mon.0) 919 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:21:20.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:19 smithi073 bash[18997]: audit 2024-02-11T17:21:19.049994+0000 mon.smithi029 (mon.0) 920 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:21:20.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:19 smithi073 bash[18997]: cephadm 2024-02-11T17:21:19.053224+0000 mgr.smithi029.rubqla (mgr.14180) 902 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.kzwpbe on smithi073 2024-02-11T17:21:20.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:19 smithi029 bash[14177]: cluster 2024-02-11T17:21:18.744134+0000 mgr.smithi029.rubqla (mgr.14180) 899 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:20.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:19 smithi029 bash[14177]: audit 2024-02-11T17:21:18.885267+0000 mgr.smithi029.rubqla (mgr.14180) 900 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:20.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:19 smithi029 bash[14177]: audit 2024-02-11T17:21:19.019337+0000 mon.smithi029 (mon.0) 916 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:21:20.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:19 smithi029 bash[14177]: audit 2024-02-11T17:21:19.020864+0000 mon.smithi029 (mon.0) 917 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:21:20.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:19 smithi029 bash[14177]: audit 2024-02-11T17:21:19.029524+0000 mon.smithi029 (mon.0) 918 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:21:20.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:19 smithi029 bash[14177]: cluster 2024-02-11T17:21:19.030214+0000 mgr.smithi029.rubqla (mgr.14180) 901 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:21:20.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:19 smithi029 bash[14177]: audit 2024-02-11T17:21:19.037668+0000 mon.smithi029 (mon.0) 919 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:21:20.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:19 smithi029 bash[14177]: audit 2024-02-11T17:21:19.049994+0000 mon.smithi029 (mon.0) 920 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:21:20.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:19 smithi029 bash[14177]: cephadm 2024-02-11T17:21:19.053224+0000 mgr.smithi029.rubqla (mgr.14180) 902 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.kzwpbe on smithi073 2024-02-11T17:21:20.845 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:21:21.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:20 smithi073 bash[18997]: cluster 2024-02-11T17:21:20.025909+0000 mon.smithi029 (mon.0) 921 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:21:21.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:20 smithi073 bash[18997]: cluster 2024-02-11T17:21:20.025970+0000 mon.smithi029 (mon.0) 922 : cluster [INF] Cluster is now healthy 2024-02-11T17:21:21.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:20 smithi029 bash[14177]: cluster 2024-02-11T17:21:20.025909+0000 mon.smithi029 (mon.0) 921 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:21:21.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:20 smithi029 bash[14177]: cluster 2024-02-11T17:21:20.025970+0000 mon.smithi029 (mon.0) 922 : cluster [INF] Cluster is now healthy 2024-02-11T17:21:22.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:21 smithi073 bash[18997]: cluster 2024-02-11T17:21:21.031147+0000 mgr.smithi029.rubqla (mgr.14180) 903 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:21:22.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:21 smithi029 bash[14177]: cluster 2024-02-11T17:21:21.031147+0000 mgr.smithi029.rubqla (mgr.14180) 903 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:21:23.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:22 smithi073 bash[18997]: audit 2024-02-11T17:21:22.884681+0000 mon.smithi029 (mon.0) 923 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.kzwpbe"}]: dispatch 2024-02-11T17:21:23.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:22 smithi029 bash[14177]: audit 2024-02-11T17:21:22.884681+0000 mon.smithi029 (mon.0) 923 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.kzwpbe"}]: dispatch 2024-02-11T17:21:24.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: cephadm 2024-02-11T17:21:22.883730+0000 mgr.smithi029.rubqla (mgr.14180) 904 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe 2024-02-11T17:21:24.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:21:24.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe 2024-02-11T17:21:24.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe 2024-02-11T17:21:24.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:21:24.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe 2024-02-11T17:21:24.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.kzwpbe ... 2024-02-11T17:21:24.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:24.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:21:24.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:21:24.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:21:24.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:24.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:21:24.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:21:24.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:21:24.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:21:24.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:21:24.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe 2024-02-11T17:21:24.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:21:24.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe 2024-02-11T17:21:24.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe 2024-02-11T17:21:24.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:21:24.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe 2024-02-11T17:21:24.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.kzwpbe ... 2024-02-11T17:21:24.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:24.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:21:24.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:21:24.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:21:24.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:24.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: cephadm 2024-02-11T17:21:22.884228+0000 mgr.smithi029.rubqla (mgr.14180) 905 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.kzwpbe 2024-02-11T17:21:24.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: cephadm 2024-02-11T17:21:22.885757+0000 mgr.smithi029.rubqla (mgr.14180) 906 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.kzwpbe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe 2024-02-11T17:21:24.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:21:24.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe 2024-02-11T17:21:24.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe 2024-02-11T17:21:24.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:21:24.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe 2024-02-11T17:21:24.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.kzwpbe ... 2024-02-11T17:21:24.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:24.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:21:24.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:21:24.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:21:24.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:24.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: cephadm 2024-02-11T17:21:22.888042+0000 mgr.smithi029.rubqla (mgr.14180) 907 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.hgckyj on smithi029 2024-02-11T17:21:24.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:23 smithi073 bash[18997]: cluster 2024-02-11T17:21:23.032089+0000 mgr.smithi029.rubqla (mgr.14180) 908 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:21:24.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: cephadm 2024-02-11T17:21:22.883730+0000 mgr.smithi029.rubqla (mgr.14180) 904 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe 2024-02-11T17:21:24.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:21:24.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe 2024-02-11T17:21:24.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe 2024-02-11T17:21:24.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:21:24.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe 2024-02-11T17:21:24.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.kzwpbe ... 2024-02-11T17:21:24.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:24.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:21:24.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:21:24.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:21:24.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:24.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:21:24.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:21:24.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:21:24.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:21:24.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:21:24.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe 2024-02-11T17:21:24.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:21:24.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe 2024-02-11T17:21:24.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe 2024-02-11T17:21:24.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:21:24.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe 2024-02-11T17:21:24.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.kzwpbe ... 2024-02-11T17:21:24.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:24.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:21:24.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:21:24.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:21:24.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:24.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: cephadm 2024-02-11T17:21:22.884228+0000 mgr.smithi029.rubqla (mgr.14180) 905 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.kzwpbe 2024-02-11T17:21:24.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: cephadm 2024-02-11T17:21:22.885757+0000 mgr.smithi029.rubqla (mgr.14180) 906 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.kzwpbe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe 2024-02-11T17:21:24.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:21:24.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe 2024-02-11T17:21:24.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe 2024-02-11T17:21:24.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:21:24.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe 2024-02-11T17:21:24.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.kzwpbe ... 2024-02-11T17:21:24.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:24.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:21:24.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:21:24.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:21:24.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:24.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: cephadm 2024-02-11T17:21:22.888042+0000 mgr.smithi029.rubqla (mgr.14180) 907 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.hgckyj on smithi029 2024-02-11T17:21:24.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:23 smithi029 bash[14177]: cluster 2024-02-11T17:21:23.032089+0000 mgr.smithi029.rubqla (mgr.14180) 908 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:21:25.062 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:21:25.063 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:20:14.672191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.uxvbma on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-uxvbma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.uxvbma\nDeploy daemon haproxy.nfs.foo.smithi073.uxvbma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:20:18.705846Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.ehywyj on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ehywyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ehywyj\nDeploy daemon haproxy.nfs.foo.smithi029.ehywyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:20:18.707770Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.sjylgg on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:20:18.709997Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.grodxr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:22.885637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kzwpbe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe\nDeploy daemon haproxy.nfs.foo.smithi073.kzwpbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -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.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:21:26.101 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:21:26.395 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:26 smithi029 bash[14177]: cluster 2024-02-11T17:21:25.032848+0000 mgr.smithi029.rubqla (mgr.14180) 909 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:21:26.395 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:26 smithi029 bash[14177]: audit 2024-02-11T17:21:25.046356+0000 mgr.smithi029.rubqla (mgr.14180) 910 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:26.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:26 smithi073 bash[18997]: cluster 2024-02-11T17:21:25.032848+0000 mgr.smithi029.rubqla (mgr.14180) 909 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:21:26.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:26 smithi073 bash[18997]: audit 2024-02-11T17:21:25.046356+0000 mgr.smithi029.rubqla (mgr.14180) 910 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:27.102 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:21:27.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:27 smithi029 bash[14177]: audit 2024-02-11T17:21:26.877717+0000 mon.smithi029 (mon.0) 924 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.hgckyj"}]: dispatch 2024-02-11T17:21:27.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:27 smithi073 bash[18997]: audit 2024-02-11T17:21:26.877717+0000 mon.smithi029 (mon.0) 924 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.hgckyj"}]: dispatch 2024-02-11T17:21:28.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: cephadm 2024-02-11T17:21:26.876535+0000 mgr.smithi029.rubqla (mgr.14180) 911 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj 2024-02-11T17:21:28.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:21:28.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj 2024-02-11T17:21:28.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj 2024-02-11T17:21:28.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:21:28.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj 2024-02-11T17:21:28.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.hgckyj ... 2024-02-11T17:21:28.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:28.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:21:28.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:21:28.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:21:28.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:28.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:21:28.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:21:28.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:21:28.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:21:28.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:21:28.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj 2024-02-11T17:21:28.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:21:28.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj 2024-02-11T17:21:28.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj 2024-02-11T17:21:28.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:21:28.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj 2024-02-11T17:21:28.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.hgckyj ... 2024-02-11T17:21:28.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:28.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:21:28.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:21:28.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:21:28.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:28.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: cephadm 2024-02-11T17:21:26.877076+0000 mgr.smithi029.rubqla (mgr.14180) 912 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.hgckyj 2024-02-11T17:21:28.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: cephadm 2024-02-11T17:21:26.879088+0000 mgr.smithi029.rubqla (mgr.14180) 913 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.hgckyj on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj 2024-02-11T17:21:28.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:21:28.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj 2024-02-11T17:21:28.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj 2024-02-11T17:21:28.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:21:28.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj 2024-02-11T17:21:28.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.hgckyj ... 2024-02-11T17:21:28.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:28.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:21:28.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:21:28.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:21:28.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:28.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: cephadm 2024-02-11T17:21:26.881899+0000 mgr.smithi029.rubqla (mgr.14180) 914 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.tmtyfa on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:21:28.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: cephadm 2024-02-11T17:21:26.884455+0000 mgr.smithi029.rubqla (mgr.14180) 915 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.sugikq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:21:28.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: cluster 2024-02-11T17:21:26.885751+0000 mgr.smithi029.rubqla (mgr.14180) 916 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:21:28.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: cluster 2024-02-11T17:21:27.089709+0000 mon.smithi029 (mon.0) 925 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:21:28.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:28 smithi029 bash[14177]: audit 2024-02-11T17:21:27.867350+0000 mon.smithi029 (mon.0) 926 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:21:28.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: cephadm 2024-02-11T17:21:26.876535+0000 mgr.smithi029.rubqla (mgr.14180) 911 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj 2024-02-11T17:21:28.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:21:28.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj 2024-02-11T17:21:28.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj 2024-02-11T17:21:28.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:21:28.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj 2024-02-11T17:21:28.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.hgckyj ... 2024-02-11T17:21:28.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:28.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:21:28.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:21:28.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:21:28.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:28.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:21:28.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:21:28.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:21:28.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:21:28.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:21:28.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj 2024-02-11T17:21:28.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:21:28.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj 2024-02-11T17:21:28.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj 2024-02-11T17:21:28.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:21:28.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj 2024-02-11T17:21:28.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.hgckyj ... 2024-02-11T17:21:28.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:28.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:21:28.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:21:28.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:21:28.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:28.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: cephadm 2024-02-11T17:21:26.877076+0000 mgr.smithi029.rubqla (mgr.14180) 912 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.hgckyj 2024-02-11T17:21:28.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: cephadm 2024-02-11T17:21:26.879088+0000 mgr.smithi029.rubqla (mgr.14180) 913 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.hgckyj on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj 2024-02-11T17:21:28.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:21:28.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj 2024-02-11T17:21:28.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj 2024-02-11T17:21:28.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:21:28.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj 2024-02-11T17:21:28.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.hgckyj ... 2024-02-11T17:21:28.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:28.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:21:28.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:21:28.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:21:28.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:21:28.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: cephadm 2024-02-11T17:21:26.881899+0000 mgr.smithi029.rubqla (mgr.14180) 914 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.tmtyfa on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:21:28.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: cephadm 2024-02-11T17:21:26.884455+0000 mgr.smithi029.rubqla (mgr.14180) 915 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.sugikq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:21:28.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: cluster 2024-02-11T17:21:26.885751+0000 mgr.smithi029.rubqla (mgr.14180) 916 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:21:28.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: cluster 2024-02-11T17:21:27.089709+0000 mon.smithi029 (mon.0) 925 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:21:28.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:28 smithi073 bash[18997]: audit 2024-02-11T17:21:27.867350+0000 mon.smithi029 (mon.0) 926 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:21:30.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:30 smithi029 bash[14177]: cluster 2024-02-11T17:21:28.886949+0000 mgr.smithi029.rubqla (mgr.14180) 917 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:21:30.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:30 smithi073 bash[18997]: cluster 2024-02-11T17:21:28.886949+0000 mgr.smithi029.rubqla (mgr.14180) 917 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:21:31.126 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:21:31.126 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:20:18.709997Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.grodxr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:22.885637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kzwpbe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe\nDeploy daemon haproxy.nfs.foo.smithi073.kzwpbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:21:26.878930Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.hgckyj on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj\nDeploy daemon haproxy.nfs.foo.smithi029.hgckyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:21:26.881752Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.tmtyfa on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:26.884310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sugikq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:21:32.209 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:21:32.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:32 smithi029 bash[14177]: cluster 2024-02-11T17:21:30.887954+0000 mgr.smithi029.rubqla (mgr.14180) 918 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-11T17:21:32.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:32 smithi029 bash[14177]: audit 2024-02-11T17:21:31.114029+0000 mgr.smithi029.rubqla (mgr.14180) 919 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:32.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:32 smithi073 bash[18997]: cluster 2024-02-11T17:21:30.887954+0000 mgr.smithi029.rubqla (mgr.14180) 918 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-11T17:21:32.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:32 smithi073 bash[18997]: audit 2024-02-11T17:21:31.114029+0000 mgr.smithi029.rubqla (mgr.14180) 919 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:33.210 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:21:34.407 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:34 smithi073 bash[18997]: cluster 2024-02-11T17:21:32.889283+0000 mgr.smithi029.rubqla (mgr.14180) 920 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 345 B/s rd, 0 op/s 2024-02-11T17:21:34.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:34 smithi029 bash[14177]: cluster 2024-02-11T17:21:32.889283+0000 mgr.smithi029.rubqla (mgr.14180) 920 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 345 B/s rd, 0 op/s 2024-02-11T17:21:36.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:36 smithi029 bash[14177]: cluster 2024-02-11T17:21:34.890031+0000 mgr.smithi029.rubqla (mgr.14180) 921 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-11T17:21:36.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:36 smithi073 bash[18997]: cluster 2024-02-11T17:21:34.890031+0000 mgr.smithi029.rubqla (mgr.14180) 921 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-11T17:21:37.322 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:21:37.322 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:20:18.709997Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.grodxr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:22.885637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kzwpbe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe\nDeploy daemon haproxy.nfs.foo.smithi073.kzwpbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:21:26.878930Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.hgckyj on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj\nDeploy daemon haproxy.nfs.foo.smithi029.hgckyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:21:26.881752Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.tmtyfa on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:26.884310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sugikq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:21:38.335 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:21:38.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:38 smithi029 bash[14177]: cluster 2024-02-11T17:21:36.891131+0000 mgr.smithi029.rubqla (mgr.14180) 922 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-11T17:21:38.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:38 smithi073 bash[18997]: cluster 2024-02-11T17:21:36.891131+0000 mgr.smithi029.rubqla (mgr.14180) 922 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-11T17:21:39.336 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:21:39.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:39 smithi029 bash[14177]: audit 2024-02-11T17:21:37.313837+0000 mgr.smithi029.rubqla (mgr.14180) 923 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:39.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:39 smithi073 bash[18997]: audit 2024-02-11T17:21:37.313837+0000 mgr.smithi029.rubqla (mgr.14180) 923 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:40.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:40 smithi029 bash[14177]: cluster 2024-02-11T17:21:38.892373+0000 mgr.smithi029.rubqla (mgr.14180) 924 : 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-02-11T17:21:40.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:40 smithi073 bash[18997]: cluster 2024-02-11T17:21:38.892373+0000 mgr.smithi029.rubqla (mgr.14180) 924 : 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-02-11T17:21:42.520 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:42 smithi029 bash[14177]: cluster 2024-02-11T17:21:40.892991+0000 mgr.smithi029.rubqla (mgr.14180) 925 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:42.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:42 smithi073 bash[18997]: cluster 2024-02-11T17:21:40.892991+0000 mgr.smithi029.rubqla (mgr.14180) 925 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:44.427 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:21:44.427 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:20:18.709997Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.grodxr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:22.885637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kzwpbe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe\nDeploy daemon haproxy.nfs.foo.smithi073.kzwpbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:21:26.878930Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.hgckyj on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj\nDeploy daemon haproxy.nfs.foo.smithi029.hgckyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:21:26.881752Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.tmtyfa on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:26.884310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sugikq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:21:44.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:44 smithi029 bash[14177]: cluster 2024-02-11T17:21:42.894146+0000 mgr.smithi029.rubqla (mgr.14180) 926 : 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-02-11T17:21:44.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:44 smithi073 bash[18997]: cluster 2024-02-11T17:21:42.894146+0000 mgr.smithi029.rubqla (mgr.14180) 926 : 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-02-11T17:21:45.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:21:46.428 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:21:46.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:46 smithi029 bash[14177]: audit 2024-02-11T17:21:44.413183+0000 mgr.smithi029.rubqla (mgr.14180) 927 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:46.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:46 smithi029 bash[14177]: cluster 2024-02-11T17:21:44.894844+0000 mgr.smithi029.rubqla (mgr.14180) 928 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:46.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:46 smithi073 bash[18997]: audit 2024-02-11T17:21:44.413183+0000 mgr.smithi029.rubqla (mgr.14180) 927 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:46.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:46 smithi073 bash[18997]: cluster 2024-02-11T17:21:44.894844+0000 mgr.smithi029.rubqla (mgr.14180) 928 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:48.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:48 smithi029 bash[14177]: cluster 2024-02-11T17:21:46.895976+0000 mgr.smithi029.rubqla (mgr.14180) 929 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:48.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:48 smithi073 bash[18997]: cluster 2024-02-11T17:21:46.895976+0000 mgr.smithi029.rubqla (mgr.14180) 929 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:50.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:50 smithi029 bash[14177]: cluster 2024-02-11T17:21:48.897245+0000 mgr.smithi029.rubqla (mgr.14180) 930 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:50.511 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:21:50.511 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:20:18.709997Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.grodxr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:22.885637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kzwpbe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe\nDeploy daemon haproxy.nfs.foo.smithi073.kzwpbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:21:26.878930Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.hgckyj on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj\nDeploy daemon haproxy.nfs.foo.smithi029.hgckyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:21:26.881752Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.tmtyfa on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:26.884310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sugikq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:21:50.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:50 smithi073 bash[18997]: cluster 2024-02-11T17:21:48.897245+0000 mgr.smithi029.rubqla (mgr.14180) 930 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:51.519 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:21:52.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:52 smithi029 bash[14177]: audit 2024-02-11T17:21:50.502231+0000 mgr.smithi029.rubqla (mgr.14180) 931 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:52.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:52 smithi029 bash[14177]: cluster 2024-02-11T17:21:50.898370+0000 mgr.smithi029.rubqla (mgr.14180) 932 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:52.520 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:21:52.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:52 smithi073 bash[18997]: audit 2024-02-11T17:21:50.502231+0000 mgr.smithi029.rubqla (mgr.14180) 931 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:52.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:52 smithi073 bash[18997]: cluster 2024-02-11T17:21:50.898370+0000 mgr.smithi029.rubqla (mgr.14180) 932 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:54.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:54 smithi073 bash[18997]: cluster 2024-02-11T17:21:52.899583+0000 mgr.smithi029.rubqla (mgr.14180) 933 : 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-02-11T17:21:54.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:54 smithi029 bash[14177]: cluster 2024-02-11T17:21:52.899583+0000 mgr.smithi029.rubqla (mgr.14180) 933 : 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-02-11T17:21:56.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:56 smithi029 bash[14177]: cluster 2024-02-11T17:21:54.900714+0000 mgr.smithi029.rubqla (mgr.14180) 934 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:56.503 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:21:56.503 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:20:18.709997Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.grodxr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:22.885637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kzwpbe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe\nDeploy daemon haproxy.nfs.foo.smithi073.kzwpbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:21:26.878930Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.hgckyj on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj\nDeploy daemon haproxy.nfs.foo.smithi029.hgckyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:21:26.881752Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.tmtyfa on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:26.884310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sugikq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:21:56.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:56 smithi073 bash[18997]: cluster 2024-02-11T17:21:54.900714+0000 mgr.smithi029.rubqla (mgr.14180) 934 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:57.518 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:21:58.519 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:21:58.531 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:58 smithi029 bash[14177]: audit 2024-02-11T17:21:56.490093+0000 mgr.smithi029.rubqla (mgr.14180) 935 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:58.532 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:21:58 smithi029 bash[14177]: cluster 2024-02-11T17:21:56.901944+0000 mgr.smithi029.rubqla (mgr.14180) 936 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:21:58.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:58 smithi073 bash[18997]: audit 2024-02-11T17:21:56.490093+0000 mgr.smithi029.rubqla (mgr.14180) 935 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:21:58.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:21:58 smithi073 bash[18997]: cluster 2024-02-11T17:21:56.901944+0000 mgr.smithi029.rubqla (mgr.14180) 936 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:00.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:00 smithi029 bash[14177]: cluster 2024-02-11T17:21:58.903181+0000 mgr.smithi029.rubqla (mgr.14180) 937 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:00.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:00 smithi073 bash[18997]: cluster 2024-02-11T17:21:58.903181+0000 mgr.smithi029.rubqla (mgr.14180) 937 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:02.459 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:02 smithi029 bash[14177]: cluster 2024-02-11T17:22:00.904410+0000 mgr.smithi029.rubqla (mgr.14180) 938 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:02.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:02 smithi073 bash[18997]: cluster 2024-02-11T17:22:00.904410+0000 mgr.smithi029.rubqla (mgr.14180) 938 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:02.849 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:22:02.849 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:20:18.709997Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.grodxr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:22.885637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kzwpbe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe\nDeploy daemon haproxy.nfs.foo.smithi073.kzwpbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:21:26.878930Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.hgckyj on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj\nDeploy daemon haproxy.nfs.foo.smithi029.hgckyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:21:26.881752Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.tmtyfa on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:26.884310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sugikq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:22:03.853 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:22:04.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:04 smithi073 bash[18997]: audit 2024-02-11T17:22:02.840442+0000 mgr.smithi029.rubqla (mgr.14180) 939 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:04.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:04 smithi073 bash[18997]: cluster 2024-02-11T17:22:02.905593+0000 mgr.smithi029.rubqla (mgr.14180) 940 : 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-02-11T17:22:04.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:04 smithi029 bash[14177]: audit 2024-02-11T17:22:02.840442+0000 mgr.smithi029.rubqla (mgr.14180) 939 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:04.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:04 smithi029 bash[14177]: cluster 2024-02-11T17:22:02.905593+0000 mgr.smithi029.rubqla (mgr.14180) 940 : 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-02-11T17:22:04.854 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:22:06.560 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:06 smithi029 bash[14177]: cluster 2024-02-11T17:22:04.906344+0000 mgr.smithi029.rubqla (mgr.14180) 941 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:06.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:06 smithi073 bash[18997]: cluster 2024-02-11T17:22:04.906344+0000 mgr.smithi029.rubqla (mgr.14180) 941 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:08.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:08 smithi073 bash[18997]: cluster 2024-02-11T17:22:06.907576+0000 mgr.smithi029.rubqla (mgr.14180) 942 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:08.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:08 smithi029 bash[14177]: cluster 2024-02-11T17:22:06.907576+0000 mgr.smithi029.rubqla (mgr.14180) 942 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:08.771 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:22:08.771 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:20:18.709997Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.grodxr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:22.885637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kzwpbe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe\nDeploy daemon haproxy.nfs.foo.smithi073.kzwpbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:21:26.878930Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.hgckyj on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj\nDeploy daemon haproxy.nfs.foo.smithi029.hgckyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:21:26.881752Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.tmtyfa on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:26.884310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sugikq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:22:09.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:09 smithi029 bash[14177]: audit 2024-02-11T17:22:08.759778+0000 mgr.smithi029.rubqla (mgr.14180) 943 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:09.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:09 smithi029 bash[14177]: cluster 2024-02-11T17:22:08.908876+0000 mgr.smithi029.rubqla (mgr.14180) 944 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:09.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:09 smithi073 bash[18997]: audit 2024-02-11T17:22:08.759778+0000 mgr.smithi029.rubqla (mgr.14180) 943 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:09.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:09 smithi073 bash[18997]: cluster 2024-02-11T17:22:08.908876+0000 mgr.smithi029.rubqla (mgr.14180) 944 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:09.931 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:22:10.932 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:22:12.291 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:11 smithi029 bash[14177]: cluster 2024-02-11T17:22:10.910048+0000 mgr.smithi029.rubqla (mgr.14180) 945 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:12.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:11 smithi073 bash[18997]: cluster 2024-02-11T17:22:10.910048+0000 mgr.smithi029.rubqla (mgr.14180) 945 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:14.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:13 smithi073 bash[18997]: cluster 2024-02-11T17:22:12.911311+0000 mgr.smithi029.rubqla (mgr.14180) 946 : 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-02-11T17:22:14.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:13 smithi029 bash[14177]: cluster 2024-02-11T17:22:12.911311+0000 mgr.smithi029.rubqla (mgr.14180) 946 : 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-02-11T17:22:14.981 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:22:14.981 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:20:18.709997Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.grodxr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:22.885637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kzwpbe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe\nDeploy daemon haproxy.nfs.foo.smithi073.kzwpbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:21:26.878930Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.hgckyj on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj\nDeploy daemon haproxy.nfs.foo.smithi029.hgckyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:21:26.881752Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.tmtyfa on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:26.884310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sugikq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:22:15.998 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:22:16.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:15 smithi073 bash[18997]: cluster 2024-02-11T17:22:14.912514+0000 mgr.smithi029.rubqla (mgr.14180) 947 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:16.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:15 smithi073 bash[18997]: audit 2024-02-11T17:22:14.968100+0000 mgr.smithi029.rubqla (mgr.14180) 948 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:16.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:15 smithi029 bash[14177]: cluster 2024-02-11T17:22:14.912514+0000 mgr.smithi029.rubqla (mgr.14180) 947 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:16.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:15 smithi029 bash[14177]: audit 2024-02-11T17:22:14.968100+0000 mgr.smithi029.rubqla (mgr.14180) 948 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:16.999 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:22:18.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:17 smithi073 bash[18997]: cluster 2024-02-11T17:22:16.913904+0000 mgr.smithi029.rubqla (mgr.14180) 949 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:18.349 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:17 smithi029 bash[14177]: cluster 2024-02-11T17:22:16.913904+0000 mgr.smithi029.rubqla (mgr.14180) 949 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:20.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:19 smithi073 bash[18997]: cluster 2024-02-11T17:22:18.915202+0000 mgr.smithi029.rubqla (mgr.14180) 950 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:20.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:19 smithi029 bash[14177]: cluster 2024-02-11T17:22:18.915202+0000 mgr.smithi029.rubqla (mgr.14180) 950 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:21.009 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:22:21.009 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:20:18.709997Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.grodxr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:22.885637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kzwpbe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe\nDeploy daemon haproxy.nfs.foo.smithi073.kzwpbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:21:26.878930Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.hgckyj on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj\nDeploy daemon haproxy.nfs.foo.smithi029.hgckyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:21:26.881752Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.tmtyfa on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:26.884310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sugikq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:22:21.982 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:22:22.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:21 smithi073 bash[18997]: cluster 2024-02-11T17:22:20.916333+0000 mgr.smithi029.rubqla (mgr.14180) 951 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:22.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:21 smithi073 bash[18997]: audit 2024-02-11T17:22:20.998315+0000 mgr.smithi029.rubqla (mgr.14180) 952 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:22.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:21 smithi029 bash[14177]: cluster 2024-02-11T17:22:20.916333+0000 mgr.smithi029.rubqla (mgr.14180) 951 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:22.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:21 smithi029 bash[14177]: audit 2024-02-11T17:22:20.998315+0000 mgr.smithi029.rubqla (mgr.14180) 952 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:22.982 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:22:24.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:24 smithi073 bash[18997]: cluster 2024-02-11T17:22:22.917714+0000 mgr.smithi029.rubqla (mgr.14180) 953 : 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-02-11T17:22:24.399 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:24 smithi029 bash[14177]: cluster 2024-02-11T17:22:22.917714+0000 mgr.smithi029.rubqla (mgr.14180) 953 : 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-02-11T17:22:26.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:26 smithi073 bash[18997]: cluster 2024-02-11T17:22:24.918829+0000 mgr.smithi029.rubqla (mgr.14180) 954 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:26.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:26 smithi029 bash[14177]: cluster 2024-02-11T17:22:24.918829+0000 mgr.smithi029.rubqla (mgr.14180) 954 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:27.050 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:22:27.050 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:09.905583Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:20:18.709997Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.grodxr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:22.885637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kzwpbe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe\nDeploy daemon haproxy.nfs.foo.smithi073.kzwpbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:21:26.878930Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.hgckyj on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj\nDeploy daemon haproxy.nfs.foo.smithi029.hgckyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:21:26.881752Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.tmtyfa on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:26.884310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sugikq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:09.907697Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:09.905955Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:09.906220Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:09.907960Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:09.906470Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:09.906717Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:22:27.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:27 smithi073 bash[18997]: audit 2024-02-11T17:22:26.890183+0000 mon.smithi029 (mon.0) 927 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:22:27.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:27 smithi029 bash[14177]: audit 2024-02-11T17:22:26.890183+0000 mon.smithi029 (mon.0) 927 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:22:28.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:22:28.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:28 smithi029 bash[14177]: cluster 2024-02-11T17:22:26.919622+0000 mgr.smithi029.rubqla (mgr.14180) 955 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:28.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:28 smithi029 bash[14177]: audit 2024-02-11T17:22:27.037587+0000 mgr.smithi029.rubqla (mgr.14180) 956 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:28.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:28 smithi029 bash[14177]: audit 2024-02-11T17:22:27.164872+0000 mon.smithi029 (mon.0) 928 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:22:28.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:28 smithi073 bash[18997]: cluster 2024-02-11T17:22:26.919622+0000 mgr.smithi029.rubqla (mgr.14180) 955 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:28.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:28 smithi073 bash[18997]: audit 2024-02-11T17:22:27.037587+0000 mgr.smithi029.rubqla (mgr.14180) 956 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:28.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:28 smithi073 bash[18997]: audit 2024-02-11T17:22:27.164872+0000 mon.smithi029 (mon.0) 928 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:22:29.146 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:22:30.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:30 smithi029 bash[14177]: cluster 2024-02-11T17:22:28.920864+0000 mgr.smithi029.rubqla (mgr.14180) 957 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:30.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:30 smithi073 bash[18997]: cluster 2024-02-11T17:22:28.920864+0000 mgr.smithi029.rubqla (mgr.14180) 957 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:32.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:32 smithi029 bash[14177]: cluster 2024-02-11T17:22:30.921942+0000 mgr.smithi029.rubqla (mgr.14180) 958 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:32.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:32 smithi073 bash[18997]: cluster 2024-02-11T17:22:30.921942+0000 mgr.smithi029.rubqla (mgr.14180) 958 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:33.080 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:22:33.080 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:12:10.969146Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:12:10.969250Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:12:10.969351Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:20:18.709997Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.grodxr on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:22.885637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kzwpbe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe\nDeploy daemon haproxy.nfs.foo.smithi073.kzwpbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:21:26.878930Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.hgckyj on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj\nDeploy daemon haproxy.nfs.foo.smithi029.hgckyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:21:26.881752Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.tmtyfa on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:26.884310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sugikq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:12:10.970047Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:12:10.969035Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:12:10.968852Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:12:10.970153Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:12:10.969450Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:12:10.969650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:12:10.969550Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:22:34.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:33 smithi073 bash[18997]: audit 2024-02-11T17:22:32.791792+0000 mon.smithi029 (mon.0) 929 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:22:34.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:33 smithi073 bash[18997]: cluster 2024-02-11T17:22:32.923016+0000 mgr.smithi029.rubqla (mgr.14180) 959 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:22:34.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:33 smithi073 bash[18997]: audit 2024-02-11T17:22:33.069807+0000 mgr.smithi029.rubqla (mgr.14180) 960 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:34.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:33 smithi073 bash[18997]: audit 2024-02-11T17:22:33.277969+0000 mon.smithi029 (mon.0) 930 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:22:34.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:33 smithi073 bash[18997]: audit 2024-02-11T17:22:33.545908+0000 mon.smithi029 (mon.0) 931 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:22:34.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:33 smithi073 bash[18997]: audit 2024-02-11T17:22:33.547223+0000 mon.smithi029 (mon.0) 932 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:22:34.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:33 smithi073 bash[18997]: audit 2024-02-11T17:22:33.554924+0000 mon.smithi029 (mon.0) 933 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:22:34.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:33 smithi073 bash[18997]: audit 2024-02-11T17:22:33.561514+0000 mon.smithi029 (mon.0) 934 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:22:34.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:33 smithi073 bash[18997]: audit 2024-02-11T17:22:33.571632+0000 mon.smithi029 (mon.0) 935 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:22:34.149 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:33 smithi029 bash[14177]: audit 2024-02-11T17:22:32.791792+0000 mon.smithi029 (mon.0) 929 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:22:34.149 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:33 smithi029 bash[14177]: cluster 2024-02-11T17:22:32.923016+0000 mgr.smithi029.rubqla (mgr.14180) 959 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:22:34.149 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:33 smithi029 bash[14177]: audit 2024-02-11T17:22:33.069807+0000 mgr.smithi029.rubqla (mgr.14180) 960 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:34.149 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:33 smithi029 bash[14177]: audit 2024-02-11T17:22:33.277969+0000 mon.smithi029 (mon.0) 930 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:22:34.150 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:33 smithi029 bash[14177]: audit 2024-02-11T17:22:33.545908+0000 mon.smithi029 (mon.0) 931 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:22:34.150 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:33 smithi029 bash[14177]: audit 2024-02-11T17:22:33.547223+0000 mon.smithi029 (mon.0) 932 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:22:34.150 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:33 smithi029 bash[14177]: audit 2024-02-11T17:22:33.554924+0000 mon.smithi029 (mon.0) 933 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:22:34.150 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:33 smithi029 bash[14177]: audit 2024-02-11T17:22:33.561514+0000 mon.smithi029 (mon.0) 934 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:22:34.150 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:33 smithi029 bash[14177]: audit 2024-02-11T17:22:33.571632+0000 mon.smithi029 (mon.0) 935 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:22:34.151 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:22:35.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:34 smithi073 bash[18997]: cluster 2024-02-11T17:22:33.555673+0000 mgr.smithi029.rubqla (mgr.14180) 961 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-11T17:22:35.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:34 smithi073 bash[18997]: cephadm 2024-02-11T17:22:33.574912+0000 mgr.smithi029.rubqla (mgr.14180) 962 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.fqwajj on smithi073 2024-02-11T17:22:35.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:34 smithi073 bash[18997]: cluster 2024-02-11T17:22:33.788906+0000 mon.smithi029 (mon.0) 936 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:22:35.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:34 smithi073 bash[18997]: cluster 2024-02-11T17:22:33.788956+0000 mon.smithi029 (mon.0) 937 : cluster [INF] Cluster is now healthy 2024-02-11T17:22:35.152 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:22:35.164 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:34 smithi029 bash[14177]: cluster 2024-02-11T17:22:33.555673+0000 mgr.smithi029.rubqla (mgr.14180) 961 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-11T17:22:35.164 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:34 smithi029 bash[14177]: cephadm 2024-02-11T17:22:33.574912+0000 mgr.smithi029.rubqla (mgr.14180) 962 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.fqwajj on smithi073 2024-02-11T17:22:35.164 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:34 smithi029 bash[14177]: cluster 2024-02-11T17:22:33.788906+0000 mon.smithi029 (mon.0) 936 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:22:35.165 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:34 smithi029 bash[14177]: cluster 2024-02-11T17:22:33.788956+0000 mon.smithi029 (mon.0) 937 : cluster [INF] Cluster is now healthy 2024-02-11T17:22:36.906 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:36 smithi029 bash[14177]: cluster 2024-02-11T17:22:35.556218+0000 mgr.smithi029.rubqla (mgr.14180) 963 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-11T17:22:37.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:36 smithi073 bash[18997]: cluster 2024-02-11T17:22:35.556218+0000 mgr.smithi029.rubqla (mgr.14180) 963 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-11T17:22:37.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:37 smithi029 bash[14177]: audit 2024-02-11T17:22:37.496870+0000 mon.smithi029 (mon.0) 938 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.fqwajj"}]: dispatch 2024-02-11T17:22:38.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:37 smithi073 bash[18997]: audit 2024-02-11T17:22:37.496870+0000 mon.smithi029 (mon.0) 938 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.fqwajj"}]: dispatch 2024-02-11T17:22:39.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: cephadm 2024-02-11T17:22:37.496171+0000 mgr.smithi029.rubqla (mgr.14180) 964 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj 2024-02-11T17:22:39.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:22:39.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj 2024-02-11T17:22:39.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj 2024-02-11T17:22:39.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:22:39.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj 2024-02-11T17:22:39.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.fqwajj ... 2024-02-11T17:22:39.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:22:39.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:22:39.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:22:39.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:22:39.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:22:39.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:22:39.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:22:39.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:22:39.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:22:39.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:22:39.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj 2024-02-11T17:22:39.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:22:39.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj 2024-02-11T17:22:39.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj 2024-02-11T17:22:39.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:22:39.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj 2024-02-11T17:22:39.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.fqwajj ... 2024-02-11T17:22:39.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:22:39.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:22:39.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:22:39.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:22:39.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:22:39.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: cephadm 2024-02-11T17:22:37.496437+0000 mgr.smithi029.rubqla (mgr.14180) 965 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.fqwajj 2024-02-11T17:22:39.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: cephadm 2024-02-11T17:22:37.497785+0000 mgr.smithi029.rubqla (mgr.14180) 966 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.fqwajj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj 2024-02-11T17:22:39.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:22:39.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj 2024-02-11T17:22:39.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj 2024-02-11T17:22:39.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:22:39.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj 2024-02-11T17:22:39.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.fqwajj ... 2024-02-11T17:22:39.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:22:39.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:22:39.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:22:39.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:22:39.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:22:39.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: cephadm 2024-02-11T17:22:37.500241+0000 mgr.smithi029.rubqla (mgr.14180) 967 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.hcjtzw on smithi029 2024-02-11T17:22:39.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:38 smithi073 bash[18997]: cluster 2024-02-11T17:22:37.557658+0000 mgr.smithi029.rubqla (mgr.14180) 968 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-11T17:22:39.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: cephadm 2024-02-11T17:22:37.496171+0000 mgr.smithi029.rubqla (mgr.14180) 964 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj 2024-02-11T17:22:39.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:22:39.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj 2024-02-11T17:22:39.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj 2024-02-11T17:22:39.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:22:39.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj 2024-02-11T17:22:39.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.fqwajj ... 2024-02-11T17:22:39.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:22:39.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:22:39.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:22:39.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:22:39.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:22:39.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:22:39.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:22:39.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:22:39.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:22:39.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:22:39.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj 2024-02-11T17:22:39.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:22:39.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj 2024-02-11T17:22:39.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj 2024-02-11T17:22:39.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:22:39.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj 2024-02-11T17:22:39.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.fqwajj ... 2024-02-11T17:22:39.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:22:39.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:22:39.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:22:39.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:22:39.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:22:39.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: cephadm 2024-02-11T17:22:37.496437+0000 mgr.smithi029.rubqla (mgr.14180) 965 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.fqwajj 2024-02-11T17:22:39.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: cephadm 2024-02-11T17:22:37.497785+0000 mgr.smithi029.rubqla (mgr.14180) 966 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.fqwajj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj 2024-02-11T17:22:39.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:22:39.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj 2024-02-11T17:22:39.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj 2024-02-11T17:22:39.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:22:39.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj 2024-02-11T17:22:39.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.fqwajj ... 2024-02-11T17:22:39.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:22:39.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:22:39.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:22:39.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:22:39.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:22:39.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: cephadm 2024-02-11T17:22:37.500241+0000 mgr.smithi029.rubqla (mgr.14180) 967 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.hcjtzw on smithi029 2024-02-11T17:22:39.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:38 smithi029 bash[14177]: cluster 2024-02-11T17:22:37.557658+0000 mgr.smithi029.rubqla (mgr.14180) 968 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-11T17:22:39.350 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:22:39.351 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:21:22.885637Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kzwpbe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kzwpbe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kzwpbe\nDeploy daemon haproxy.nfs.foo.smithi073.kzwpbe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:21:26.878930Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.hgckyj on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hgckyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hgckyj\nDeploy daemon haproxy.nfs.foo.smithi029.hgckyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:21:26.881752Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.tmtyfa on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:21:26.884310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sugikq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:22:37.497674Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fqwajj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj\nDeploy daemon haproxy.nfs.foo.smithi073.fqwajj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -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.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:22:40.307 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:22:41.083 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:40 smithi029 bash[14177]: audit 2024-02-11T17:22:39.342162+0000 mgr.smithi029.rubqla (mgr.14180) 969 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:41.083 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:40 smithi029 bash[14177]: cluster 2024-02-11T17:22:39.558657+0000 mgr.smithi029.rubqla (mgr.14180) 970 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-11T17:22:41.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:40 smithi073 bash[18997]: audit 2024-02-11T17:22:39.342162+0000 mgr.smithi029.rubqla (mgr.14180) 969 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:41.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:40 smithi073 bash[18997]: cluster 2024-02-11T17:22:39.558657+0000 mgr.smithi029.rubqla (mgr.14180) 970 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-11T17:22:41.307 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:22:42.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:41 smithi073 bash[18997]: audit 2024-02-11T17:22:41.520673+0000 mon.smithi029 (mon.0) 939 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.hcjtzw"}]: dispatch 2024-02-11T17:22:42.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:41 smithi029 bash[14177]: audit 2024-02-11T17:22:41.520673+0000 mon.smithi029 (mon.0) 939 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.hcjtzw"}]: dispatch 2024-02-11T17:22:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: cephadm 2024-02-11T17:22:41.519462+0000 mgr.smithi029.rubqla (mgr.14180) 971 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw 2024-02-11T17:22:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:22:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw 2024-02-11T17:22:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw 2024-02-11T17:22:43.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:22:43.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw 2024-02-11T17:22:43.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.hcjtzw ... 2024-02-11T17:22:43.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:22:43.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:22:43.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:22:43.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:22:43.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:22:43.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:22:43.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:22:43.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:22:43.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:22:43.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:22:43.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw 2024-02-11T17:22:43.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:22:43.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw 2024-02-11T17:22:43.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw 2024-02-11T17:22:43.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:22:43.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw 2024-02-11T17:22:43.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.hcjtzw ... 2024-02-11T17:22:43.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:22:43.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:22:43.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:22:43.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:22:43.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:22:43.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: cephadm 2024-02-11T17:22:41.519981+0000 mgr.smithi029.rubqla (mgr.14180) 972 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.hcjtzw 2024-02-11T17:22:43.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: cephadm 2024-02-11T17:22:41.522051+0000 mgr.smithi029.rubqla (mgr.14180) 973 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.hcjtzw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw 2024-02-11T17:22:43.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:22:43.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw 2024-02-11T17:22:43.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw 2024-02-11T17:22:43.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:22:43.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw 2024-02-11T17:22:43.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.hcjtzw ... 2024-02-11T17:22:43.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:22:43.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:22:43.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:22:43.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:22:43.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:22:43.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: cephadm 2024-02-11T17:22:41.526011+0000 mgr.smithi029.rubqla (mgr.14180) 974 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.uryjgy on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:22:43.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: cephadm 2024-02-11T17:22:41.529036+0000 mgr.smithi029.rubqla (mgr.14180) 975 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.fleoes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:22:43.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: cluster 2024-02-11T17:22:41.530137+0000 mgr.smithi029.rubqla (mgr.14180) 976 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-02-11T17:22:43.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:42 smithi073 bash[18997]: cluster 2024-02-11T17:22:41.818088+0000 mon.smithi029 (mon.0) 940 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:22:43.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: cephadm 2024-02-11T17:22:41.519462+0000 mgr.smithi029.rubqla (mgr.14180) 971 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw 2024-02-11T17:22:43.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:22:43.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw 2024-02-11T17:22:43.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw 2024-02-11T17:22:43.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:22:43.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw 2024-02-11T17:22:43.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.hcjtzw ... 2024-02-11T17:22:43.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:22:43.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:22:43.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:22:43.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:22:43.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:22:43.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:22:43.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:22:43.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:22:43.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:22:43.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:22:43.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw 2024-02-11T17:22:43.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:22:43.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw 2024-02-11T17:22:43.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw 2024-02-11T17:22:43.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:22:43.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw 2024-02-11T17:22:43.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.hcjtzw ... 2024-02-11T17:22:43.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:22:43.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:22:43.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:22:43.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:22:43.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:22:43.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: cephadm 2024-02-11T17:22:41.519981+0000 mgr.smithi029.rubqla (mgr.14180) 972 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.hcjtzw 2024-02-11T17:22:43.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: cephadm 2024-02-11T17:22:41.522051+0000 mgr.smithi029.rubqla (mgr.14180) 973 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.hcjtzw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw 2024-02-11T17:22:43.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:22:43.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw 2024-02-11T17:22:43.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw 2024-02-11T17:22:43.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:22:43.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw 2024-02-11T17:22:43.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.hcjtzw ... 2024-02-11T17:22:43.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:22:43.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:22:43.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:22:43.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:22:43.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:22:43.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: cephadm 2024-02-11T17:22:41.526011+0000 mgr.smithi029.rubqla (mgr.14180) 974 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.uryjgy on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:22:43.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: cephadm 2024-02-11T17:22:41.529036+0000 mgr.smithi029.rubqla (mgr.14180) 975 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.fleoes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:22:43.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: cluster 2024-02-11T17:22:41.530137+0000 mgr.smithi029.rubqla (mgr.14180) 976 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-02-11T17:22:43.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:42 smithi029 bash[14177]: cluster 2024-02-11T17:22:41.818088+0000 mon.smithi029 (mon.0) 940 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:22:44.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:43 smithi029 bash[14177]: audit 2024-02-11T17:22:42.920608+0000 mon.smithi029 (mon.0) 941 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:22:44.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:43 smithi073 bash[18997]: audit 2024-02-11T17:22:42.920608+0000 mon.smithi029 (mon.0) 941 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:22:45.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:44 smithi029 bash[14177]: cluster 2024-02-11T17:22:43.531429+0000 mgr.smithi029.rubqla (mgr.14180) 977 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-02-11T17:22:45.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:44 smithi073 bash[18997]: cluster 2024-02-11T17:22:43.531429+0000 mgr.smithi029.rubqla (mgr.14180) 977 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-02-11T17:22:45.658 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:22:45.658 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:21:26.884310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sugikq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:22:37.497674Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fqwajj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj\nDeploy daemon haproxy.nfs.foo.smithi073.fqwajj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:22:41.521827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.hcjtzw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw\nDeploy daemon haproxy.nfs.foo.smithi029.hcjtzw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:22:41.525810Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.uryjgy on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:22:41.528937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fleoes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:22:46.590 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:22:47.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:46 smithi073 bash[18997]: cluster 2024-02-11T17:22:45.532499+0000 mgr.smithi029.rubqla (mgr.14180) 978 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-11T17:22:47.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:46 smithi073 bash[18997]: audit 2024-02-11T17:22:45.645356+0000 mgr.smithi029.rubqla (mgr.14180) 979 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:47.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:46 smithi029 bash[14177]: cluster 2024-02-11T17:22:45.532499+0000 mgr.smithi029.rubqla (mgr.14180) 978 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-11T17:22:47.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:46 smithi029 bash[14177]: audit 2024-02-11T17:22:45.645356+0000 mgr.smithi029.rubqla (mgr.14180) 979 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:47.590 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:22:49.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:48 smithi073 bash[18997]: cluster 2024-02-11T17:22:47.533805+0000 mgr.smithi029.rubqla (mgr.14180) 980 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:49.396 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:48 smithi029 bash[14177]: cluster 2024-02-11T17:22:47.533805+0000 mgr.smithi029.rubqla (mgr.14180) 980 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:51.215 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:50 smithi029 bash[14177]: cluster 2024-02-11T17:22:49.534919+0000 mgr.smithi029.rubqla (mgr.14180) 981 : 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-02-11T17:22:51.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:50 smithi073 bash[18997]: cluster 2024-02-11T17:22:49.534919+0000 mgr.smithi029.rubqla (mgr.14180) 981 : 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-02-11T17:22:51.640 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:22:51.640 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:21:26.884310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sugikq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:22:37.497674Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fqwajj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj\nDeploy daemon haproxy.nfs.foo.smithi073.fqwajj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:22:41.521827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.hcjtzw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw\nDeploy daemon haproxy.nfs.foo.smithi029.hcjtzw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:22:41.525810Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.uryjgy on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:22:41.528937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fleoes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:22:52.656 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:22:53.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:52 smithi073 bash[18997]: cluster 2024-02-11T17:22:51.536190+0000 mgr.smithi029.rubqla (mgr.14180) 982 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:53.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:52 smithi073 bash[18997]: audit 2024-02-11T17:22:51.631664+0000 mgr.smithi029.rubqla (mgr.14180) 983 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:53.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:52 smithi029 bash[14177]: cluster 2024-02-11T17:22:51.536190+0000 mgr.smithi029.rubqla (mgr.14180) 982 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:53.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:52 smithi029 bash[14177]: audit 2024-02-11T17:22:51.631664+0000 mgr.smithi029.rubqla (mgr.14180) 983 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:53.658 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:22:55.277 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:54 smithi029 bash[14177]: cluster 2024-02-11T17:22:53.537237+0000 mgr.smithi029.rubqla (mgr.14180) 984 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:22:55.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:54 smithi073 bash[18997]: cluster 2024-02-11T17:22:53.537237+0000 mgr.smithi029.rubqla (mgr.14180) 984 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:22:57.503 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:57 smithi029 bash[14177]: cluster 2024-02-11T17:22:55.538296+0000 mgr.smithi029.rubqla (mgr.14180) 985 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:57.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:57 smithi073 bash[18997]: cluster 2024-02-11T17:22:55.538296+0000 mgr.smithi029.rubqla (mgr.14180) 985 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:57.853 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:22:57.853 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:21:26.884310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sugikq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:22:37.497674Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fqwajj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj\nDeploy daemon haproxy.nfs.foo.smithi073.fqwajj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:22:41.521827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.hcjtzw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw\nDeploy daemon haproxy.nfs.foo.smithi029.hcjtzw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:22:41.525810Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.uryjgy on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:22:41.528937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fleoes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:22:58.902 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:22:59.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:59 smithi073 bash[18997]: cluster 2024-02-11T17:22:57.539699+0000 mgr.smithi029.rubqla (mgr.14180) 986 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:59.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:22:59 smithi073 bash[18997]: audit 2024-02-11T17:22:57.839213+0000 mgr.smithi029.rubqla (mgr.14180) 987 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:59.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:59 smithi029 bash[14177]: cluster 2024-02-11T17:22:57.539699+0000 mgr.smithi029.rubqla (mgr.14180) 986 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:22:59.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:22:59 smithi029 bash[14177]: audit 2024-02-11T17:22:57.839213+0000 mgr.smithi029.rubqla (mgr.14180) 987 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:22:59.903 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:23:01.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:01 smithi073 bash[18997]: cluster 2024-02-11T17:22:59.540814+0000 mgr.smithi029.rubqla (mgr.14180) 988 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:01.662 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:01 smithi029 bash[14177]: cluster 2024-02-11T17:22:59.540814+0000 mgr.smithi029.rubqla (mgr.14180) 988 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:03.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:03 smithi073 bash[18997]: cluster 2024-02-11T17:23:01.542060+0000 mgr.smithi029.rubqla (mgr.14180) 989 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:03.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:03 smithi029 bash[14177]: cluster 2024-02-11T17:23:01.542060+0000 mgr.smithi029.rubqla (mgr.14180) 989 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:03.705 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:23:03.705 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:21:26.884310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sugikq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:22:37.497674Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fqwajj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj\nDeploy daemon haproxy.nfs.foo.smithi073.fqwajj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:22:41.521827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.hcjtzw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw\nDeploy daemon haproxy.nfs.foo.smithi029.hcjtzw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:22:41.525810Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.uryjgy on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:22:41.528937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fleoes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:23:04.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:23:05.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:05 smithi073 bash[18997]: cluster 2024-02-11T17:23:03.543297+0000 mgr.smithi029.rubqla (mgr.14180) 990 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:23:05.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:05 smithi073 bash[18997]: audit 2024-02-11T17:23:03.691560+0000 mgr.smithi029.rubqla (mgr.14180) 991 : audit [DBG] from='client.24885 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:05.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:05 smithi029 bash[14177]: cluster 2024-02-11T17:23:03.543297+0000 mgr.smithi029.rubqla (mgr.14180) 990 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:23:05.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:05 smithi029 bash[14177]: audit 2024-02-11T17:23:03.691560+0000 mgr.smithi029.rubqla (mgr.14180) 991 : audit [DBG] from='client.24885 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:05.712 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:23:07.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:07 smithi029 bash[14177]: cluster 2024-02-11T17:23:05.544393+0000 mgr.smithi029.rubqla (mgr.14180) 992 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:07.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:07 smithi073 bash[18997]: cluster 2024-02-11T17:23:05.544393+0000 mgr.smithi029.rubqla (mgr.14180) 992 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:08.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:08 smithi073 bash[18997]: cluster 2024-02-11T17:23:07.545733+0000 mgr.smithi029.rubqla (mgr.14180) 993 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:08.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:08 smithi029 bash[14177]: cluster 2024-02-11T17:23:07.545733+0000 mgr.smithi029.rubqla (mgr.14180) 993 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:09.906 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:23:09.906 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:21:26.884310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sugikq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:22:37.497674Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fqwajj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj\nDeploy daemon haproxy.nfs.foo.smithi073.fqwajj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:22:41.521827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.hcjtzw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw\nDeploy daemon haproxy.nfs.foo.smithi029.hcjtzw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:22:41.525810Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.uryjgy on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:22:41.528937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fleoes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:23:10.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:10 smithi029 bash[14177]: cluster 2024-02-11T17:23:09.546833+0000 mgr.smithi029.rubqla (mgr.14180) 994 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:10.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:10 smithi029 bash[14177]: audit 2024-02-11T17:23:09.897079+0000 mgr.smithi029.rubqla (mgr.14180) 995 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:10.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:23:11.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:10 smithi073 bash[18997]: cluster 2024-02-11T17:23:09.546833+0000 mgr.smithi029.rubqla (mgr.14180) 994 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:11.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:10 smithi073 bash[18997]: audit 2024-02-11T17:23:09.897079+0000 mgr.smithi029.rubqla (mgr.14180) 995 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:11.935 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:23:12.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:12 smithi029 bash[14177]: cluster 2024-02-11T17:23:11.548087+0000 mgr.smithi029.rubqla (mgr.14180) 996 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:13.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:12 smithi073 bash[18997]: cluster 2024-02-11T17:23:11.548087+0000 mgr.smithi029.rubqla (mgr.14180) 996 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:14.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:14 smithi029 bash[14177]: cluster 2024-02-11T17:23:13.548822+0000 mgr.smithi029.rubqla (mgr.14180) 997 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:23:15.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:14 smithi073 bash[18997]: cluster 2024-02-11T17:23:13.548822+0000 mgr.smithi029.rubqla (mgr.14180) 997 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:23:16.080 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:23:16.080 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:21:26.884310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sugikq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:22:37.497674Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fqwajj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj\nDeploy daemon haproxy.nfs.foo.smithi073.fqwajj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:22:41.521827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.hcjtzw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw\nDeploy daemon haproxy.nfs.foo.smithi029.hcjtzw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:22:41.525810Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.uryjgy on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:22:41.528937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fleoes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:23:16.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:16 smithi029 bash[14177]: cluster 2024-02-11T17:23:15.549671+0000 mgr.smithi029.rubqla (mgr.14180) 998 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:16.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:16 smithi029 bash[14177]: audit 2024-02-11T17:23:16.068148+0000 mgr.smithi029.rubqla (mgr.14180) 999 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:17.008 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:23:17.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:16 smithi073 bash[18997]: cluster 2024-02-11T17:23:15.549671+0000 mgr.smithi029.rubqla (mgr.14180) 998 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:17.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:16 smithi073 bash[18997]: audit 2024-02-11T17:23:16.068148+0000 mgr.smithi029.rubqla (mgr.14180) 999 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:18.009 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:23:18.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:18 smithi029 bash[14177]: cluster 2024-02-11T17:23:17.551102+0000 mgr.smithi029.rubqla (mgr.14180) 1000 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:19.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:18 smithi073 bash[18997]: cluster 2024-02-11T17:23:17.551102+0000 mgr.smithi029.rubqla (mgr.14180) 1000 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:20.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:20 smithi029 bash[14177]: cluster 2024-02-11T17:23:19.552339+0000 mgr.smithi029.rubqla (mgr.14180) 1001 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:21.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:20 smithi073 bash[18997]: cluster 2024-02-11T17:23:19.552339+0000 mgr.smithi029.rubqla (mgr.14180) 1001 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:22.405 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:23:22.405 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:21:26.884310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sugikq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:22:37.497674Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fqwajj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj\nDeploy daemon haproxy.nfs.foo.smithi073.fqwajj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:22:41.521827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.hcjtzw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw\nDeploy daemon haproxy.nfs.foo.smithi029.hcjtzw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:22:41.525810Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.uryjgy on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:22:41.528937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fleoes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:23:22.733 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:22 smithi029 bash[14177]: cluster 2024-02-11T17:23:21.553571+0000 mgr.smithi029.rubqla (mgr.14180) 1002 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:23.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:22 smithi073 bash[18997]: cluster 2024-02-11T17:23:21.553571+0000 mgr.smithi029.rubqla (mgr.14180) 1002 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:23.472 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:23:23.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:23 smithi029 bash[14177]: audit 2024-02-11T17:23:22.389698+0000 mgr.smithi029.rubqla (mgr.14180) 1003 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:24.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:23 smithi073 bash[18997]: audit 2024-02-11T17:23:22.389698+0000 mgr.smithi029.rubqla (mgr.14180) 1003 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:24.474 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:23:24.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:24 smithi029 bash[14177]: cluster 2024-02-11T17:23:23.554822+0000 mgr.smithi029.rubqla (mgr.14180) 1004 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:23:25.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:24 smithi073 bash[18997]: cluster 2024-02-11T17:23:23.554822+0000 mgr.smithi029.rubqla (mgr.14180) 1004 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:23:26.914 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:26 smithi029 bash[14177]: cluster 2024-02-11T17:23:25.555919+0000 mgr.smithi029.rubqla (mgr.14180) 1005 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:27.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:26 smithi073 bash[18997]: cluster 2024-02-11T17:23:25.555919+0000 mgr.smithi029.rubqla (mgr.14180) 1005 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:28.563 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:23:28.563 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:21:26.884310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sugikq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:22:37.497674Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fqwajj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj\nDeploy daemon haproxy.nfs.foo.smithi073.fqwajj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:22:41.521827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.hcjtzw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw\nDeploy daemon haproxy.nfs.foo.smithi029.hcjtzw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:22:41.525810Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.uryjgy on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:22:41.528937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fleoes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:23:28.892 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:28 smithi029 bash[14177]: cluster 2024-02-11T17:23:27.557283+0000 mgr.smithi029.rubqla (mgr.14180) 1006 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:29.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:28 smithi073 bash[18997]: cluster 2024-02-11T17:23:27.557283+0000 mgr.smithi029.rubqla (mgr.14180) 1006 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:29.610 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:23:29.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:29 smithi029 bash[14177]: audit 2024-02-11T17:23:28.549621+0000 mgr.smithi029.rubqla (mgr.14180) 1007 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:30.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:29 smithi073 bash[18997]: audit 2024-02-11T17:23:28.549621+0000 mgr.smithi029.rubqla (mgr.14180) 1007 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:30.611 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:23:30.991 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:30 smithi029 bash[14177]: cluster 2024-02-11T17:23:29.558396+0000 mgr.smithi029.rubqla (mgr.14180) 1008 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:31.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:30 smithi073 bash[18997]: cluster 2024-02-11T17:23:29.558396+0000 mgr.smithi029.rubqla (mgr.14180) 1008 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:32.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:32 smithi029 bash[14177]: cluster 2024-02-11T17:23:31.559157+0000 mgr.smithi029.rubqla (mgr.14180) 1009 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:33.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:32 smithi073 bash[18997]: cluster 2024-02-11T17:23:31.559157+0000 mgr.smithi029.rubqla (mgr.14180) 1009 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:34.824 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:23:34.825 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:21:26.884310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sugikq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:22:37.497674Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fqwajj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj\nDeploy daemon haproxy.nfs.foo.smithi073.fqwajj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:22:41.521827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.hcjtzw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw\nDeploy daemon haproxy.nfs.foo.smithi029.hcjtzw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:22:41.525810Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.uryjgy on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:22:41.528937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fleoes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:23:35.090 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:34 smithi029 bash[14177]: cluster 2024-02-11T17:23:33.560428+0000 mgr.smithi029.rubqla (mgr.14180) 1010 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:23:35.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:34 smithi073 bash[18997]: cluster 2024-02-11T17:23:33.560428+0000 mgr.smithi029.rubqla (mgr.14180) 1010 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:23:35.785 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:23:36.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:35 smithi073 bash[18997]: audit 2024-02-11T17:23:34.811873+0000 mgr.smithi029.rubqla (mgr.14180) 1011 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:36.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:35 smithi029 bash[14177]: audit 2024-02-11T17:23:34.811873+0000 mgr.smithi029.rubqla (mgr.14180) 1011 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:36.786 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:23:36.989 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:36 smithi029 bash[14177]: cluster 2024-02-11T17:23:35.561207+0000 mgr.smithi029.rubqla (mgr.14180) 1012 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:37.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:36 smithi073 bash[18997]: cluster 2024-02-11T17:23:35.561207+0000 mgr.smithi029.rubqla (mgr.14180) 1012 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:38.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:38 smithi029 bash[14177]: cluster 2024-02-11T17:23:37.562445+0000 mgr.smithi029.rubqla (mgr.14180) 1013 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:39.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:38 smithi073 bash[18997]: cluster 2024-02-11T17:23:37.562445+0000 mgr.smithi029.rubqla (mgr.14180) 1013 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:40.877 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:23:40.877 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:21:26.884310Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.sugikq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:22:37.497674Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fqwajj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj\nDeploy daemon haproxy.nfs.foo.smithi073.fqwajj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:22:41.521827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.hcjtzw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw\nDeploy daemon haproxy.nfs.foo.smithi029.hcjtzw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:22:41.525810Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.uryjgy on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:22:41.528937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fleoes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:23:41.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:40 smithi073 bash[18997]: cluster 2024-02-11T17:23:39.563230+0000 mgr.smithi029.rubqla (mgr.14180) 1014 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:41.147 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:40 smithi029 bash[14177]: cluster 2024-02-11T17:23:39.563230+0000 mgr.smithi029.rubqla (mgr.14180) 1014 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:41.802 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:23:42.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:41 smithi073 bash[18997]: audit 2024-02-11T17:23:40.868799+0000 mgr.smithi029.rubqla (mgr.14180) 1015 : audit [DBG] from='client.24907 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:42.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:41 smithi073 bash[18997]: audit 2024-02-11T17:23:41.532852+0000 mon.smithi029 (mon.0) 942 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:23:42.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:41 smithi029 bash[14177]: audit 2024-02-11T17:23:40.868799+0000 mgr.smithi029.rubqla (mgr.14180) 1015 : audit [DBG] from='client.24907 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:42.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:41 smithi029 bash[14177]: audit 2024-02-11T17:23:41.532852+0000 mon.smithi029 (mon.0) 942 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:23:42.803 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:23:43.008 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:42 smithi029 bash[14177]: cluster 2024-02-11T17:23:41.564378+0000 mgr.smithi029.rubqla (mgr.14180) 1016 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:43.008 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:42 smithi029 bash[14177]: audit 2024-02-11T17:23:41.841920+0000 mon.smithi029 (mon.0) 943 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:23:43.008 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:42 smithi029 bash[14177]: audit 2024-02-11T17:23:41.843252+0000 mon.smithi029 (mon.0) 944 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:23:43.008 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:42 smithi029 bash[14177]: audit 2024-02-11T17:23:41.849854+0000 mon.smithi029 (mon.0) 945 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:23:43.008 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:42 smithi029 bash[14177]: cluster 2024-02-11T17:23:41.850578+0000 mgr.smithi029.rubqla (mgr.14180) 1017 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:23:43.008 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:42 smithi029 bash[14177]: audit 2024-02-11T17:23:41.858256+0000 mon.smithi029 (mon.0) 946 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:23:43.008 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:42 smithi029 bash[14177]: audit 2024-02-11T17:23:41.870308+0000 mon.smithi029 (mon.0) 947 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:23:43.008 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:42 smithi029 bash[14177]: cephadm 2024-02-11T17:23:41.875011+0000 mgr.smithi029.rubqla (mgr.14180) 1018 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.prplmk on smithi073 2024-02-11T17:23:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:42 smithi073 bash[18997]: cluster 2024-02-11T17:23:41.564378+0000 mgr.smithi029.rubqla (mgr.14180) 1016 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:23:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:42 smithi073 bash[18997]: audit 2024-02-11T17:23:41.841920+0000 mon.smithi029 (mon.0) 943 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:23:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:42 smithi073 bash[18997]: audit 2024-02-11T17:23:41.843252+0000 mon.smithi029 (mon.0) 944 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:23:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:42 smithi073 bash[18997]: audit 2024-02-11T17:23:41.849854+0000 mon.smithi029 (mon.0) 945 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:23:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:42 smithi073 bash[18997]: cluster 2024-02-11T17:23:41.850578+0000 mgr.smithi029.rubqla (mgr.14180) 1017 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:23:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:42 smithi073 bash[18997]: audit 2024-02-11T17:23:41.858256+0000 mon.smithi029 (mon.0) 946 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:23:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:42 smithi073 bash[18997]: audit 2024-02-11T17:23:41.870308+0000 mon.smithi029 (mon.0) 947 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:23:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:42 smithi073 bash[18997]: cephadm 2024-02-11T17:23:41.875011+0000 mgr.smithi029.rubqla (mgr.14180) 1018 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.prplmk on smithi073 2024-02-11T17:23:44.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:43 smithi073 bash[18997]: cluster 2024-02-11T17:23:42.847451+0000 mon.smithi029 (mon.0) 948 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:23:44.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:43 smithi073 bash[18997]: cluster 2024-02-11T17:23:42.847519+0000 mon.smithi029 (mon.0) 949 : cluster [INF] Cluster is now healthy 2024-02-11T17:23:44.106 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:43 smithi029 bash[14177]: cluster 2024-02-11T17:23:42.847451+0000 mon.smithi029 (mon.0) 948 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:23:44.106 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:43 smithi029 bash[14177]: cluster 2024-02-11T17:23:42.847519+0000 mon.smithi029 (mon.0) 949 : cluster [INF] Cluster is now healthy 2024-02-11T17:23:44.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:44 smithi029 bash[14177]: cluster 2024-02-11T17:23:43.851626+0000 mgr.smithi029.rubqla (mgr.14180) 1019 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:23:45.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:44 smithi073 bash[18997]: cluster 2024-02-11T17:23:43.851626+0000 mgr.smithi029.rubqla (mgr.14180) 1019 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:23:46.660 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:23:46.661 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:22:37.497674Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.fqwajj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-fqwajj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.fqwajj\nDeploy daemon haproxy.nfs.foo.smithi073.fqwajj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:22:41.521827Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.hcjtzw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-hcjtzw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.hcjtzw\nDeploy daemon haproxy.nfs.foo.smithi029.hcjtzw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:22:41.525810Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.uryjgy on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:22:41.528937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fleoes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:46.147519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.prplmk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk\nDeploy daemon haproxy.nfs.foo.smithi073.prplmk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -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.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:23:47.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: cluster 2024-02-11T17:23:45.852615+0000 mgr.smithi029.rubqla (mgr.14180) 1020 : 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-02-11T17:23:47.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: cephadm 2024-02-11T17:23:46.145684+0000 mgr.smithi029.rubqla (mgr.14180) 1021 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk 2024-02-11T17:23:47.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:23:47.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk 2024-02-11T17:23:47.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk 2024-02-11T17:23:47.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:23:47.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk 2024-02-11T17:23:47.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.prplmk ... 2024-02-11T17:23:47.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:47.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:23:47.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:23:47.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:23:47.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:47.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:23:47.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:23:47.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:23:47.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:23:47.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:23:47.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk 2024-02-11T17:23:47.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:23:47.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk 2024-02-11T17:23:47.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk 2024-02-11T17:23:47.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:23:47.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk 2024-02-11T17:23:47.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.prplmk ... 2024-02-11T17:23:47.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:47.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:23:47.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:23:47.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:23:47.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:47.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: cephadm 2024-02-11T17:23:46.146059+0000 mgr.smithi029.rubqla (mgr.14180) 1022 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.prplmk 2024-02-11T17:23:47.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: audit 2024-02-11T17:23:46.146507+0000 mon.smithi029 (mon.0) 950 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.prplmk"}]: dispatch 2024-02-11T17:23:47.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: cephadm 2024-02-11T17:23:46.147739+0000 mgr.smithi029.rubqla (mgr.14180) 1023 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.prplmk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk 2024-02-11T17:23:47.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:23:47.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk 2024-02-11T17:23:47.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk 2024-02-11T17:23:47.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:23:47.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk 2024-02-11T17:23:47.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.prplmk ... 2024-02-11T17:23:47.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:47.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:23:47.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:23:47.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:23:47.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:47.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:46 smithi029 bash[14177]: cephadm 2024-02-11T17:23:46.151853+0000 mgr.smithi029.rubqla (mgr.14180) 1024 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.aospmu on smithi029 2024-02-11T17:23:47.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: cluster 2024-02-11T17:23:45.852615+0000 mgr.smithi029.rubqla (mgr.14180) 1020 : 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-02-11T17:23:47.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: cephadm 2024-02-11T17:23:46.145684+0000 mgr.smithi029.rubqla (mgr.14180) 1021 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk 2024-02-11T17:23:47.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:23:47.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk 2024-02-11T17:23:47.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk 2024-02-11T17:23:47.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:23:47.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk 2024-02-11T17:23:47.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.prplmk ... 2024-02-11T17:23:47.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:47.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:23:47.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:23:47.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:23:47.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:47.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:23:47.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:23:47.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:23:47.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:23:47.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:23:47.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk 2024-02-11T17:23:47.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:23:47.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk 2024-02-11T17:23:47.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk 2024-02-11T17:23:47.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:23:47.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk 2024-02-11T17:23:47.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.prplmk ... 2024-02-11T17:23:47.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:47.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:23:47.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:23:47.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:23:47.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:47.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: cephadm 2024-02-11T17:23:46.146059+0000 mgr.smithi029.rubqla (mgr.14180) 1022 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.prplmk 2024-02-11T17:23:47.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: audit 2024-02-11T17:23:46.146507+0000 mon.smithi029 (mon.0) 950 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.prplmk"}]: dispatch 2024-02-11T17:23:47.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: cephadm 2024-02-11T17:23:46.147739+0000 mgr.smithi029.rubqla (mgr.14180) 1023 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.prplmk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk 2024-02-11T17:23:47.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:23:47.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk 2024-02-11T17:23:47.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk 2024-02-11T17:23:47.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:23:47.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk 2024-02-11T17:23:47.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.prplmk ... 2024-02-11T17:23:47.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:47.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:23:47.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:23:47.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:23:47.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:47.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:46 smithi073 bash[18997]: cephadm 2024-02-11T17:23:46.151853+0000 mgr.smithi029.rubqla (mgr.14180) 1024 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.aospmu on smithi029 2024-02-11T17:23:47.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:23:48.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:48 smithi073 bash[18997]: audit 2024-02-11T17:23:46.644967+0000 mgr.smithi029.rubqla (mgr.14180) 1025 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:48.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:48 smithi073 bash[18997]: audit 2024-02-11T17:23:47.072961+0000 mon.smithi029 (mon.0) 951 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:23:48.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:48 smithi029 bash[14177]: audit 2024-02-11T17:23:46.644967+0000 mgr.smithi029.rubqla (mgr.14180) 1025 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:48.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:48 smithi029 bash[14177]: audit 2024-02-11T17:23:47.072961+0000 mon.smithi029 (mon.0) 951 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:23:48.691 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:23:49.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:49 smithi029 bash[14177]: cluster 2024-02-11T17:23:47.853765+0000 mgr.smithi029.rubqla (mgr.14180) 1026 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:23:49.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:49 smithi073 bash[18997]: cluster 2024-02-11T17:23:47.853765+0000 mgr.smithi029.rubqla (mgr.14180) 1026 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:23:51.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:51 smithi029 bash[14177]: cluster 2024-02-11T17:23:49.854488+0000 mgr.smithi029.rubqla (mgr.14180) 1027 : 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-02-11T17:23:51.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:51 smithi029 bash[14177]: audit 2024-02-11T17:23:50.296332+0000 mon.smithi029 (mon.0) 952 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.aospmu"}]: dispatch 2024-02-11T17:23:51.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:51 smithi073 bash[18997]: cluster 2024-02-11T17:23:49.854488+0000 mgr.smithi029.rubqla (mgr.14180) 1027 : 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-02-11T17:23:51.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:51 smithi073 bash[18997]: audit 2024-02-11T17:23:50.296332+0000 mon.smithi029 (mon.0) 952 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.aospmu"}]: dispatch 2024-02-11T17:23:52.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: cephadm 2024-02-11T17:23:50.295393+0000 mgr.smithi029.rubqla (mgr.14180) 1028 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu 2024-02-11T17:23:52.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:23:52.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu 2024-02-11T17:23:52.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu 2024-02-11T17:23:52.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:23:52.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu 2024-02-11T17:23:52.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.aospmu ... 2024-02-11T17:23:52.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:52.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:23:52.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:23:52.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:23:52.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:52.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:23:52.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:23:52.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:23:52.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:23:52.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:23:52.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu 2024-02-11T17:23:52.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:23:52.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu 2024-02-11T17:23:52.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu 2024-02-11T17:23:52.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:23:52.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu 2024-02-11T17:23:52.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.aospmu ... 2024-02-11T17:23:52.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:52.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:23:52.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:23:52.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:23:52.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:52.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: cephadm 2024-02-11T17:23:50.295771+0000 mgr.smithi029.rubqla (mgr.14180) 1029 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.aospmu 2024-02-11T17:23:52.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: cephadm 2024-02-11T17:23:50.297391+0000 mgr.smithi029.rubqla (mgr.14180) 1030 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.aospmu on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu 2024-02-11T17:23:52.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:23:52.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu 2024-02-11T17:23:52.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu 2024-02-11T17:23:52.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:23:52.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu 2024-02-11T17:23:52.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.aospmu ... 2024-02-11T17:23:52.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:52.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:23:52.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:23:52.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:23:52.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:52.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: cephadm 2024-02-11T17:23:50.299440+0000 mgr.smithi029.rubqla (mgr.14180) 1031 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.htbzqu on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:23:52.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: cephadm 2024-02-11T17:23:50.301282+0000 mgr.smithi029.rubqla (mgr.14180) 1032 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.gwixlh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:23:52.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: cluster 2024-02-11T17:23:50.302524+0000 mgr.smithi029.rubqla (mgr.14180) 1033 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 0 op/s 2024-02-11T17:23:52.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:52 smithi029 bash[14177]: cluster 2024-02-11T17:23:51.085392+0000 mon.smithi029 (mon.0) 953 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:23:52.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: cephadm 2024-02-11T17:23:50.295393+0000 mgr.smithi029.rubqla (mgr.14180) 1028 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu 2024-02-11T17:23:52.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:23:52.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu 2024-02-11T17:23:52.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu 2024-02-11T17:23:52.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:23:52.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu 2024-02-11T17:23:52.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.aospmu ... 2024-02-11T17:23:52.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:52.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:23:52.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:23:52.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:23:52.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:52.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:23:52.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:23:52.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:23:52.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:23:52.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:23:52.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu 2024-02-11T17:23:52.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:23:52.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu 2024-02-11T17:23:52.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu 2024-02-11T17:23:52.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:23:52.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu 2024-02-11T17:23:52.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.aospmu ... 2024-02-11T17:23:52.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:52.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:23:52.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:23:52.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:23:52.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:52.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: cephadm 2024-02-11T17:23:50.295771+0000 mgr.smithi029.rubqla (mgr.14180) 1029 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.aospmu 2024-02-11T17:23:52.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: cephadm 2024-02-11T17:23:50.297391+0000 mgr.smithi029.rubqla (mgr.14180) 1030 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.aospmu on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu 2024-02-11T17:23:52.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:23:52.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu 2024-02-11T17:23:52.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu 2024-02-11T17:23:52.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:23:52.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu 2024-02-11T17:23:52.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.aospmu ... 2024-02-11T17:23:52.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:52.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:23:52.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:23:52.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:23:52.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:23:52.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: cephadm 2024-02-11T17:23:50.299440+0000 mgr.smithi029.rubqla (mgr.14180) 1031 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.htbzqu on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:23:52.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: cephadm 2024-02-11T17:23:50.301282+0000 mgr.smithi029.rubqla (mgr.14180) 1032 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.gwixlh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:23:52.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: cluster 2024-02-11T17:23:50.302524+0000 mgr.smithi029.rubqla (mgr.14180) 1033 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 0 op/s 2024-02-11T17:23:52.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:52 smithi073 bash[18997]: cluster 2024-02-11T17:23:51.085392+0000 mon.smithi029 (mon.0) 953 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:23:53.244 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:23:53.244 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:22:41.528937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fleoes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:46.147519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.prplmk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk\nDeploy daemon haproxy.nfs.foo.smithi073.prplmk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:50.297238Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.aospmu on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu\nDeploy daemon haproxy.nfs.foo.smithi029.aospmu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:50.299336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.htbzqu on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:50.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gwixlh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:23:54.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:23:54.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:53 smithi073 bash[18997]: cluster 2024-02-11T17:23:52.303747+0000 mgr.smithi029.rubqla (mgr.14180) 1034 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-11T17:23:54.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:53 smithi073 bash[18997]: audit 2024-02-11T17:23:52.969187+0000 mon.smithi029 (mon.0) 954 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:23:54.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:53 smithi073 bash[18997]: audit 2024-02-11T17:23:53.231133+0000 mgr.smithi029.rubqla (mgr.14180) 1035 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:54.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:53 smithi029 bash[14177]: cluster 2024-02-11T17:23:52.303747+0000 mgr.smithi029.rubqla (mgr.14180) 1034 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-11T17:23:54.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:53 smithi029 bash[14177]: audit 2024-02-11T17:23:52.969187+0000 mon.smithi029 (mon.0) 954 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:23:54.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:53 smithi029 bash[14177]: audit 2024-02-11T17:23:53.231133+0000 mgr.smithi029.rubqla (mgr.14180) 1035 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:23:55.220 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:23:56.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:55 smithi073 bash[18997]: cluster 2024-02-11T17:23:54.304998+0000 mgr.smithi029.rubqla (mgr.14180) 1036 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-11T17:23:56.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:55 smithi029 bash[14177]: cluster 2024-02-11T17:23:54.304998+0000 mgr.smithi029.rubqla (mgr.14180) 1036 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-11T17:23:58.319 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:57 smithi029 bash[14177]: cluster 2024-02-11T17:23:56.306175+0000 mgr.smithi029.rubqla (mgr.14180) 1037 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-11T17:23:58.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:57 smithi073 bash[18997]: cluster 2024-02-11T17:23:56.306175+0000 mgr.smithi029.rubqla (mgr.14180) 1037 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-11T17:23:59.440 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:23:59.440 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:22:41.528937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fleoes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:46.147519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.prplmk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk\nDeploy daemon haproxy.nfs.foo.smithi073.prplmk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:50.297238Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.aospmu on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu\nDeploy daemon haproxy.nfs.foo.smithi029.aospmu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:50.299336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.htbzqu on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:50.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gwixlh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:24:00.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:23:59 smithi029 bash[14177]: cluster 2024-02-11T17:23:58.306928+0000 mgr.smithi029.rubqla (mgr.14180) 1038 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-11T17:24:00.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:23:59 smithi073 bash[18997]: cluster 2024-02-11T17:23:58.306928+0000 mgr.smithi029.rubqla (mgr.14180) 1038 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-11T17:24:00.462 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:24:01.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:00 smithi073 bash[18997]: audit 2024-02-11T17:23:59.427547+0000 mgr.smithi029.rubqla (mgr.14180) 1039 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:01.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:00 smithi029 bash[14177]: audit 2024-02-11T17:23:59.427547+0000 mgr.smithi029.rubqla (mgr.14180) 1039 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:01.463 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:24:02.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:02 smithi073 bash[18997]: cluster 2024-02-11T17:24:00.308053+0000 mgr.smithi029.rubqla (mgr.14180) 1040 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-11T17:24:02.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:01 smithi029 bash[14177]: cluster 2024-02-11T17:24:00.308053+0000 mgr.smithi029.rubqla (mgr.14180) 1040 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-11T17:24:03.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:03 smithi073 bash[18997]: audit 2024-02-11T17:24:02.072311+0000 mon.smithi029 (mon.0) 955 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:24:03.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:03 smithi029 bash[14177]: audit 2024-02-11T17:24:02.072311+0000 mon.smithi029 (mon.0) 955 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:24:04.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:04 smithi073 bash[18997]: cluster 2024-02-11T17:24:02.309238+0000 mgr.smithi029.rubqla (mgr.14180) 1041 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:04.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:04 smithi029 bash[14177]: cluster 2024-02-11T17:24:02.309238+0000 mgr.smithi029.rubqla (mgr.14180) 1041 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:05.774 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:24:05.774 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:22:41.528937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fleoes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:46.147519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.prplmk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk\nDeploy daemon haproxy.nfs.foo.smithi073.prplmk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:50.297238Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.aospmu on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu\nDeploy daemon haproxy.nfs.foo.smithi029.aospmu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:50.299336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.htbzqu on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:50.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gwixlh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:24:06.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:06 smithi029 bash[14177]: cluster 2024-02-11T17:24:04.310465+0000 mgr.smithi029.rubqla (mgr.14180) 1042 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:24:06.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:06 smithi073 bash[18997]: cluster 2024-02-11T17:24:04.310465+0000 mgr.smithi029.rubqla (mgr.14180) 1042 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:24:06.815 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:24:07.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:07 smithi029 bash[14177]: audit 2024-02-11T17:24:05.761653+0000 mgr.smithi029.rubqla (mgr.14180) 1043 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:07.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:07 smithi073 bash[18997]: audit 2024-02-11T17:24:05.761653+0000 mgr.smithi029.rubqla (mgr.14180) 1043 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:07.816 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:24:08.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:08 smithi029 bash[14177]: cluster 2024-02-11T17:24:06.311097+0000 mgr.smithi029.rubqla (mgr.14180) 1044 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:08.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:08 smithi073 bash[18997]: cluster 2024-02-11T17:24:06.311097+0000 mgr.smithi029.rubqla (mgr.14180) 1044 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:10.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:10 smithi029 bash[14177]: cluster 2024-02-11T17:24:08.312357+0000 mgr.smithi029.rubqla (mgr.14180) 1045 : 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-02-11T17:24:10.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:10 smithi073 bash[18997]: cluster 2024-02-11T17:24:08.312357+0000 mgr.smithi029.rubqla (mgr.14180) 1045 : 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-02-11T17:24:12.186 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:24:12.187 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:22:41.528937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fleoes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:46.147519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.prplmk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk\nDeploy daemon haproxy.nfs.foo.smithi073.prplmk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:50.297238Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.aospmu on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu\nDeploy daemon haproxy.nfs.foo.smithi029.aospmu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:50.299336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.htbzqu on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:50.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gwixlh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:24:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:12 smithi029 bash[14177]: cluster 2024-02-11T17:24:10.313447+0000 mgr.smithi029.rubqla (mgr.14180) 1046 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:12.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:12 smithi073 bash[18997]: cluster 2024-02-11T17:24:10.313447+0000 mgr.smithi029.rubqla (mgr.14180) 1046 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:13.154 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:24:13.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:13 smithi029 bash[14177]: audit 2024-02-11T17:24:12.172420+0000 mgr.smithi029.rubqla (mgr.14180) 1047 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:13.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:13 smithi073 bash[18997]: audit 2024-02-11T17:24:12.172420+0000 mgr.smithi029.rubqla (mgr.14180) 1047 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:14.155 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:24:14.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:14 smithi029 bash[14177]: cluster 2024-02-11T17:24:12.314729+0000 mgr.smithi029.rubqla (mgr.14180) 1048 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:14.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:14 smithi073 bash[18997]: cluster 2024-02-11T17:24:12.314729+0000 mgr.smithi029.rubqla (mgr.14180) 1048 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:16.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:16 smithi029 bash[14177]: cluster 2024-02-11T17:24:14.315907+0000 mgr.smithi029.rubqla (mgr.14180) 1049 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:24:16.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:16 smithi073 bash[18997]: cluster 2024-02-11T17:24:14.315907+0000 mgr.smithi029.rubqla (mgr.14180) 1049 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:24:18.249 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:24:18.249 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:22:41.528937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fleoes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:46.147519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.prplmk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk\nDeploy daemon haproxy.nfs.foo.smithi073.prplmk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:50.297238Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.aospmu on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu\nDeploy daemon haproxy.nfs.foo.smithi029.aospmu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:50.299336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.htbzqu on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:50.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gwixlh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:24:18.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:18 smithi029 bash[14177]: cluster 2024-02-11T17:24:16.316767+0000 mgr.smithi029.rubqla (mgr.14180) 1050 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:18.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:18 smithi073 bash[18997]: cluster 2024-02-11T17:24:16.316767+0000 mgr.smithi029.rubqla (mgr.14180) 1050 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:19.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:24:19.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:19 smithi029 bash[14177]: audit 2024-02-11T17:24:18.235685+0000 mgr.smithi029.rubqla (mgr.14180) 1051 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:19.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:19 smithi073 bash[18997]: audit 2024-02-11T17:24:18.235685+0000 mgr.smithi029.rubqla (mgr.14180) 1051 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:20.274 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:24:20.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:20 smithi029 bash[14177]: cluster 2024-02-11T17:24:18.317723+0000 mgr.smithi029.rubqla (mgr.14180) 1052 : 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-02-11T17:24:20.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:20 smithi073 bash[18997]: cluster 2024-02-11T17:24:18.317723+0000 mgr.smithi029.rubqla (mgr.14180) 1052 : 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-02-11T17:24:22.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:22 smithi029 bash[14177]: cluster 2024-02-11T17:24:20.318490+0000 mgr.smithi029.rubqla (mgr.14180) 1053 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:22.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:22 smithi073 bash[18997]: cluster 2024-02-11T17:24:20.318490+0000 mgr.smithi029.rubqla (mgr.14180) 1053 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:24.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:24 smithi029 bash[14177]: cluster 2024-02-11T17:24:22.319735+0000 mgr.smithi029.rubqla (mgr.14180) 1054 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:24.495 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:24:24.495 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:22:41.528937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fleoes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:46.147519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.prplmk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk\nDeploy daemon haproxy.nfs.foo.smithi073.prplmk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:50.297238Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.aospmu on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu\nDeploy daemon haproxy.nfs.foo.smithi029.aospmu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:50.299336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.htbzqu on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:50.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gwixlh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:24:24.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:24 smithi073 bash[18997]: cluster 2024-02-11T17:24:22.319735+0000 mgr.smithi029.rubqla (mgr.14180) 1054 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:25.476 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:24:26.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:26 smithi029 bash[14177]: cluster 2024-02-11T17:24:24.321003+0000 mgr.smithi029.rubqla (mgr.14180) 1055 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:24:26.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:26 smithi029 bash[14177]: audit 2024-02-11T17:24:24.485578+0000 mgr.smithi029.rubqla (mgr.14180) 1056 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:26.477 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:24:26.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:26 smithi073 bash[18997]: cluster 2024-02-11T17:24:24.321003+0000 mgr.smithi029.rubqla (mgr.14180) 1055 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:24:26.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:26 smithi073 bash[18997]: audit 2024-02-11T17:24:24.485578+0000 mgr.smithi029.rubqla (mgr.14180) 1056 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:28.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:28 smithi029 bash[14177]: cluster 2024-02-11T17:24:26.322185+0000 mgr.smithi029.rubqla (mgr.14180) 1057 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:28.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:28 smithi073 bash[18997]: cluster 2024-02-11T17:24:26.322185+0000 mgr.smithi029.rubqla (mgr.14180) 1057 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:30.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:30 smithi029 bash[14177]: cluster 2024-02-11T17:24:28.322995+0000 mgr.smithi029.rubqla (mgr.14180) 1058 : 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-02-11T17:24:30.568 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:24:30.568 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:22:41.528937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fleoes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:46.147519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.prplmk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk\nDeploy daemon haproxy.nfs.foo.smithi073.prplmk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:50.297238Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.aospmu on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu\nDeploy daemon haproxy.nfs.foo.smithi029.aospmu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:50.299336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.htbzqu on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:50.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gwixlh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:24:30.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:30 smithi073 bash[18997]: cluster 2024-02-11T17:24:28.322995+0000 mgr.smithi029.rubqla (mgr.14180) 1058 : 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-02-11T17:24:31.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:24:32.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:32 smithi073 bash[18997]: cluster 2024-02-11T17:24:30.323707+0000 mgr.smithi029.rubqla (mgr.14180) 1059 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:32.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:32 smithi073 bash[18997]: audit 2024-02-11T17:24:30.554511+0000 mgr.smithi029.rubqla (mgr.14180) 1060 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:32.602 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:24:32.616 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:32 smithi029 bash[14177]: cluster 2024-02-11T17:24:30.323707+0000 mgr.smithi029.rubqla (mgr.14180) 1059 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:32.616 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:32 smithi029 bash[14177]: audit 2024-02-11T17:24:30.554511+0000 mgr.smithi029.rubqla (mgr.14180) 1060 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:34.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:34 smithi029 bash[14177]: cluster 2024-02-11T17:24:32.324860+0000 mgr.smithi029.rubqla (mgr.14180) 1061 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:34.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:34 smithi073 bash[18997]: cluster 2024-02-11T17:24:32.324860+0000 mgr.smithi029.rubqla (mgr.14180) 1061 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:36.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:36 smithi073 bash[18997]: cluster 2024-02-11T17:24:34.325648+0000 mgr.smithi029.rubqla (mgr.14180) 1062 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:24:36.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:36 smithi029 bash[14177]: cluster 2024-02-11T17:24:34.325648+0000 mgr.smithi029.rubqla (mgr.14180) 1062 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:24:36.722 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:24:36.723 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:22:41.528937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fleoes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:46.147519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.prplmk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk\nDeploy daemon haproxy.nfs.foo.smithi073.prplmk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:50.297238Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.aospmu on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu\nDeploy daemon haproxy.nfs.foo.smithi029.aospmu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:50.299336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.htbzqu on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:50.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gwixlh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:24:37.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:24:38.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:38 smithi073 bash[18997]: cluster 2024-02-11T17:24:36.326800+0000 mgr.smithi029.rubqla (mgr.14180) 1063 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:38.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:38 smithi073 bash[18997]: audit 2024-02-11T17:24:36.710088+0000 mgr.smithi029.rubqla (mgr.14180) 1064 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:38.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:38 smithi029 bash[14177]: cluster 2024-02-11T17:24:36.326800+0000 mgr.smithi029.rubqla (mgr.14180) 1063 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:38.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:38 smithi029 bash[14177]: audit 2024-02-11T17:24:36.710088+0000 mgr.smithi029.rubqla (mgr.14180) 1064 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:38.729 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:24:40.480 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:40 smithi029 bash[14177]: cluster 2024-02-11T17:24:38.328079+0000 mgr.smithi029.rubqla (mgr.14180) 1065 : 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-02-11T17:24:40.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:40 smithi073 bash[18997]: cluster 2024-02-11T17:24:38.328079+0000 mgr.smithi029.rubqla (mgr.14180) 1065 : 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-02-11T17:24:42.543 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:42 smithi029 bash[14177]: cluster 2024-02-11T17:24:40.329223+0000 mgr.smithi029.rubqla (mgr.14180) 1066 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:42.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:42 smithi073 bash[18997]: cluster 2024-02-11T17:24:40.329223+0000 mgr.smithi029.rubqla (mgr.14180) 1066 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:42.982 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:24:42.982 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:22:41.528937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fleoes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:46.147519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.prplmk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk\nDeploy daemon haproxy.nfs.foo.smithi073.prplmk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:50.297238Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.aospmu on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu\nDeploy daemon haproxy.nfs.foo.smithi029.aospmu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:50.299336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.htbzqu on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:50.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gwixlh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:24:43.974 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:24:44.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:44 smithi029 bash[14177]: cluster 2024-02-11T17:24:42.330583+0000 mgr.smithi029.rubqla (mgr.14180) 1067 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:44.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:44 smithi029 bash[14177]: audit 2024-02-11T17:24:42.969043+0000 mgr.smithi029.rubqla (mgr.14180) 1068 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:44.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:44 smithi073 bash[18997]: cluster 2024-02-11T17:24:42.330583+0000 mgr.smithi029.rubqla (mgr.14180) 1067 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:44.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:44 smithi073 bash[18997]: audit 2024-02-11T17:24:42.969043+0000 mgr.smithi029.rubqla (mgr.14180) 1068 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:44.975 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:24:46.543 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:46 smithi029 bash[14177]: cluster 2024-02-11T17:24:44.331814+0000 mgr.smithi029.rubqla (mgr.14180) 1069 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:24:46.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:46 smithi073 bash[18997]: cluster 2024-02-11T17:24:44.331814+0000 mgr.smithi029.rubqla (mgr.14180) 1069 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:24:48.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:48 smithi073 bash[18997]: cluster 2024-02-11T17:24:46.333071+0000 mgr.smithi029.rubqla (mgr.14180) 1070 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:48.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:48 smithi029 bash[14177]: cluster 2024-02-11T17:24:46.333071+0000 mgr.smithi029.rubqla (mgr.14180) 1070 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:49.138 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:24:49.138 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:22:41.528937Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fleoes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:46.147519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.prplmk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk\nDeploy daemon haproxy.nfs.foo.smithi073.prplmk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:50.297238Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.aospmu on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu\nDeploy daemon haproxy.nfs.foo.smithi029.aospmu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:50.299336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.htbzqu on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:50.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gwixlh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:24:50.119 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:24:50.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:50 smithi029 bash[14177]: cluster 2024-02-11T17:24:48.334231+0000 mgr.smithi029.rubqla (mgr.14180) 1071 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:50.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:50 smithi029 bash[14177]: audit 2024-02-11T17:24:49.124203+0000 mgr.smithi029.rubqla (mgr.14180) 1072 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:50.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:50 smithi073 bash[18997]: cluster 2024-02-11T17:24:48.334231+0000 mgr.smithi029.rubqla (mgr.14180) 1071 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:50.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:50 smithi073 bash[18997]: audit 2024-02-11T17:24:49.124203+0000 mgr.smithi029.rubqla (mgr.14180) 1072 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:51.120 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:24:51.498 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:51 smithi029 bash[14177]: audit 2024-02-11T17:24:50.306320+0000 mon.smithi029 (mon.0) 956 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:24:51.498 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:51 smithi029 bash[14177]: audit 2024-02-11T17:24:50.624324+0000 mon.smithi029 (mon.0) 957 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:24:51.498 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:51 smithi029 bash[14177]: audit 2024-02-11T17:24:50.625609+0000 mon.smithi029 (mon.0) 958 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:24:51.498 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:51 smithi029 bash[14177]: audit 2024-02-11T17:24:50.633348+0000 mon.smithi029 (mon.0) 959 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:24:51.498 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:51 smithi029 bash[14177]: audit 2024-02-11T17:24:50.640873+0000 mon.smithi029 (mon.0) 960 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:24:51.498 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:51 smithi029 bash[14177]: audit 2024-02-11T17:24:50.653332+0000 mon.smithi029 (mon.0) 961 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:24:51.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:51 smithi073 bash[18997]: audit 2024-02-11T17:24:50.306320+0000 mon.smithi029 (mon.0) 956 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:24:51.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:51 smithi073 bash[18997]: audit 2024-02-11T17:24:50.624324+0000 mon.smithi029 (mon.0) 957 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:24:51.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:51 smithi073 bash[18997]: audit 2024-02-11T17:24:50.625609+0000 mon.smithi029 (mon.0) 958 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:24:51.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:51 smithi073 bash[18997]: audit 2024-02-11T17:24:50.633348+0000 mon.smithi029 (mon.0) 959 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:24:51.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:51 smithi073 bash[18997]: audit 2024-02-11T17:24:50.640873+0000 mon.smithi029 (mon.0) 960 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:24:51.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:51 smithi073 bash[18997]: audit 2024-02-11T17:24:50.653332+0000 mon.smithi029 (mon.0) 961 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:24:52.582 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:52 smithi029 bash[14177]: cluster 2024-02-11T17:24:50.335317+0000 mgr.smithi029.rubqla (mgr.14180) 1073 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:52.582 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:52 smithi029 bash[14177]: cluster 2024-02-11T17:24:50.634159+0000 mgr.smithi029.rubqla (mgr.14180) 1074 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:24:52.582 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:52 smithi029 bash[14177]: cephadm 2024-02-11T17:24:50.657806+0000 mgr.smithi029.rubqla (mgr.14180) 1075 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.vfosbc on smithi073 2024-02-11T17:24:52.583 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:52 smithi029 bash[14177]: cluster 2024-02-11T17:24:51.232764+0000 mon.smithi029 (mon.0) 962 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:24:52.583 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:52 smithi029 bash[14177]: cluster 2024-02-11T17:24:51.232815+0000 mon.smithi029 (mon.0) 963 : cluster [INF] Cluster is now healthy 2024-02-11T17:24:52.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:52 smithi073 bash[18997]: cluster 2024-02-11T17:24:50.335317+0000 mgr.smithi029.rubqla (mgr.14180) 1073 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:24:52.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:52 smithi073 bash[18997]: cluster 2024-02-11T17:24:50.634159+0000 mgr.smithi029.rubqla (mgr.14180) 1074 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:24:52.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:52 smithi073 bash[18997]: cephadm 2024-02-11T17:24:50.657806+0000 mgr.smithi029.rubqla (mgr.14180) 1075 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.vfosbc on smithi073 2024-02-11T17:24:52.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:52 smithi073 bash[18997]: cluster 2024-02-11T17:24:51.232764+0000 mon.smithi029 (mon.0) 962 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:24:52.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:52 smithi073 bash[18997]: cluster 2024-02-11T17:24:51.232815+0000 mon.smithi029 (mon.0) 963 : cluster [INF] Cluster is now healthy 2024-02-11T17:24:54.566 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:54 smithi073 bash[18997]: cluster 2024-02-11T17:24:52.635247+0000 mgr.smithi029.rubqla (mgr.14180) 1076 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 397 B/s rd, 0 op/s 2024-02-11T17:24:54.645 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:54 smithi029 bash[14177]: cluster 2024-02-11T17:24:52.635247+0000 mgr.smithi029.rubqla (mgr.14180) 1076 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 397 B/s rd, 0 op/s 2024-02-11T17:24:55.414 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:24:55.415 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:23:46.147519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.prplmk on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-prplmk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.prplmk\nDeploy daemon haproxy.nfs.foo.smithi073.prplmk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:50.297238Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.aospmu on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-aospmu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.aospmu\nDeploy daemon haproxy.nfs.foo.smithi029.aospmu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:23:50.299336Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.htbzqu on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:23:50.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gwixlh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:24:54.644972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vfosbc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc\nDeploy daemon haproxy.nfs.foo.smithi073.vfosbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -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.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:24:55.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:55 smithi073 bash[18997]: audit 2024-02-11T17:24:54.643638+0000 mon.smithi029 (mon.0) 964 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.vfosbc"}]: dispatch 2024-02-11T17:24:55.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:55 smithi029 bash[14177]: audit 2024-02-11T17:24:54.643638+0000 mon.smithi029 (mon.0) 964 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.vfosbc"}]: dispatch 2024-02-11T17:24:56.421 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:24:56.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: cluster 2024-02-11T17:24:54.636101+0000 mgr.smithi029.rubqla (mgr.14180) 1077 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:24:56.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: cephadm 2024-02-11T17:24:54.642575+0000 mgr.smithi029.rubqla (mgr.14180) 1078 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc 2024-02-11T17:24:56.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:24:56.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc 2024-02-11T17:24:56.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc 2024-02-11T17:24:56.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:24:56.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc 2024-02-11T17:24:56.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.vfosbc ... 2024-02-11T17:24:56.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:24:56.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:24:56.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:24:56.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:24:56.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:24:56.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:24:56.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:24:56.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:24:56.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:24:56.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:24:56.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc 2024-02-11T17:24:56.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:24:56.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc 2024-02-11T17:24:56.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc 2024-02-11T17:24:56.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:24:56.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc 2024-02-11T17:24:56.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.vfosbc ... 2024-02-11T17:24:56.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:24:56.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:24:56.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:24:56.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:24:56.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:24:56.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: cephadm 2024-02-11T17:24:54.643063+0000 mgr.smithi029.rubqla (mgr.14180) 1079 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.vfosbc 2024-02-11T17:24:56.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: cephadm 2024-02-11T17:24:54.645137+0000 mgr.smithi029.rubqla (mgr.14180) 1080 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.vfosbc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc 2024-02-11T17:24:56.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:24:56.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc 2024-02-11T17:24:56.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc 2024-02-11T17:24:56.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:24:56.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc 2024-02-11T17:24:56.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.vfosbc ... 2024-02-11T17:24:56.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:24:56.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:24:56.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:24:56.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:24:56.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:24:56.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: cephadm 2024-02-11T17:24:54.648422+0000 mgr.smithi029.rubqla (mgr.14180) 1081 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.rtyqod on smithi029 2024-02-11T17:24:56.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:56 smithi073 bash[18997]: audit 2024-02-11T17:24:55.400602+0000 mgr.smithi029.rubqla (mgr.14180) 1082 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:56.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: cluster 2024-02-11T17:24:54.636101+0000 mgr.smithi029.rubqla (mgr.14180) 1077 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:24:56.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: cephadm 2024-02-11T17:24:54.642575+0000 mgr.smithi029.rubqla (mgr.14180) 1078 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc 2024-02-11T17:24:56.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:24:56.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc 2024-02-11T17:24:56.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc 2024-02-11T17:24:56.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:24:56.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc 2024-02-11T17:24:56.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.vfosbc ... 2024-02-11T17:24:56.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:24:56.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:24:56.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:24:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:24:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:24:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:24:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:24:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:24:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:24:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:24:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc 2024-02-11T17:24:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:24:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc 2024-02-11T17:24:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc 2024-02-11T17:24:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:24:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc 2024-02-11T17:24:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.vfosbc ... 2024-02-11T17:24:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:24:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:24:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:24:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:24:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:24:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: cephadm 2024-02-11T17:24:54.643063+0000 mgr.smithi029.rubqla (mgr.14180) 1079 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.vfosbc 2024-02-11T17:24:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: cephadm 2024-02-11T17:24:54.645137+0000 mgr.smithi029.rubqla (mgr.14180) 1080 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.vfosbc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc 2024-02-11T17:24:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:24:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc 2024-02-11T17:24:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc 2024-02-11T17:24:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:24:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc 2024-02-11T17:24:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.vfosbc ... 2024-02-11T17:24:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:24:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:24:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:24:56.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:24:56.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:24:56.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: cephadm 2024-02-11T17:24:54.648422+0000 mgr.smithi029.rubqla (mgr.14180) 1081 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.rtyqod on smithi029 2024-02-11T17:24:56.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:56 smithi029 bash[14177]: audit 2024-02-11T17:24:55.400602+0000 mgr.smithi029.rubqla (mgr.14180) 1082 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:24:57.422 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:24:57.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:57 smithi073 bash[18997]: cluster 2024-02-11T17:24:56.637099+0000 mgr.smithi029.rubqla (mgr.14180) 1083 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:24:57.622 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:57 smithi029 bash[14177]: cluster 2024-02-11T17:24:56.637099+0000 mgr.smithi029.rubqla (mgr.14180) 1083 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:24:59.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: cluster 2024-02-11T17:24:58.638081+0000 mgr.smithi029.rubqla (mgr.14180) 1084 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:24:59.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: cephadm 2024-02-11T17:24:58.948107+0000 mgr.smithi029.rubqla (mgr.14180) 1085 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod 2024-02-11T17:24:59.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:24:59.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod 2024-02-11T17:24:59.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod 2024-02-11T17:24:59.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:24:59.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod 2024-02-11T17:24:59.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.rtyqod ... 2024-02-11T17:24:59.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:24:59.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:24:59.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:24:59.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:24:59.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:24:59.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:24:59.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:24:59.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:24:59.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:24:59.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:24:59.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod 2024-02-11T17:24:59.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:24:59.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod 2024-02-11T17:24:59.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod 2024-02-11T17:24:59.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:24:59.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod 2024-02-11T17:24:59.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.rtyqod ... 2024-02-11T17:24:59.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:24:59.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:24:59.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:24:59.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:24:59.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:24:59.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: cephadm 2024-02-11T17:24:58.948625+0000 mgr.smithi029.rubqla (mgr.14180) 1086 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.rtyqod 2024-02-11T17:24:59.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: audit 2024-02-11T17:24:58.949183+0000 mon.smithi029 (mon.0) 965 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.rtyqod"}]: dispatch 2024-02-11T17:24:59.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: cephadm 2024-02-11T17:24:58.950429+0000 mgr.smithi029.rubqla (mgr.14180) 1087 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.rtyqod on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod 2024-02-11T17:24:59.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:24:59.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod 2024-02-11T17:24:59.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod 2024-02-11T17:24:59.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:24:59.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod 2024-02-11T17:24:59.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.rtyqod ... 2024-02-11T17:24:59.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:24:59.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:24:59.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:24:59.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:24:59.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:24:59.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: cephadm 2024-02-11T17:24:58.953896+0000 mgr.smithi029.rubqla (mgr.14180) 1088 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.itnmoc on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:24:59.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: cephadm 2024-02-11T17:24:58.956497+0000 mgr.smithi029.rubqla (mgr.14180) 1089 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.lgullh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:24:59.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:24:59 smithi029 bash[14177]: cluster 2024-02-11T17:24:58.957549+0000 mgr.smithi029.rubqla (mgr.14180) 1090 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 237 B/s rd, 0 op/s 2024-02-11T17:25:00.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: cluster 2024-02-11T17:24:58.638081+0000 mgr.smithi029.rubqla (mgr.14180) 1084 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:25:00.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: cephadm 2024-02-11T17:24:58.948107+0000 mgr.smithi029.rubqla (mgr.14180) 1085 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod 2024-02-11T17:25:00.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:25:00.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod 2024-02-11T17:25:00.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod 2024-02-11T17:25:00.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:25:00.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod 2024-02-11T17:25:00.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.rtyqod ... 2024-02-11T17:25:00.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:25:00.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:25:00.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:25:00.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:25:00.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:25:00.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:25:00.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:25:00.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:25:00.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:25:00.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:25:00.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod 2024-02-11T17:25:00.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:25:00.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod 2024-02-11T17:25:00.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod 2024-02-11T17:25:00.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:25:00.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod 2024-02-11T17:25:00.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.rtyqod ... 2024-02-11T17:25:00.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:25:00.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:25:00.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:25:00.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:25:00.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:25:00.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: cephadm 2024-02-11T17:24:58.948625+0000 mgr.smithi029.rubqla (mgr.14180) 1086 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.rtyqod 2024-02-11T17:25:00.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: audit 2024-02-11T17:24:58.949183+0000 mon.smithi029 (mon.0) 965 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.rtyqod"}]: dispatch 2024-02-11T17:25:00.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: cephadm 2024-02-11T17:24:58.950429+0000 mgr.smithi029.rubqla (mgr.14180) 1087 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.rtyqod on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod 2024-02-11T17:25:00.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:25:00.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod 2024-02-11T17:25:00.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod 2024-02-11T17:25:00.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:25:00.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod 2024-02-11T17:25:00.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.rtyqod ... 2024-02-11T17:25:00.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:25:00.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:25:00.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:25:00.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:25:00.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:25:00.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: cephadm 2024-02-11T17:24:58.953896+0000 mgr.smithi029.rubqla (mgr.14180) 1088 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.itnmoc on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:25:00.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: cephadm 2024-02-11T17:24:58.956497+0000 mgr.smithi029.rubqla (mgr.14180) 1089 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.lgullh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:25:00.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:24:59 smithi073 bash[18997]: cluster 2024-02-11T17:24:58.957549+0000 mgr.smithi029.rubqla (mgr.14180) 1090 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 237 B/s rd, 0 op/s 2024-02-11T17:25:01.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:00 smithi073 bash[18997]: cluster 2024-02-11T17:24:59.691798+0000 mon.smithi029 (mon.0) 966 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:25:01.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:00 smithi029 bash[14177]: cluster 2024-02-11T17:24:59.691798+0000 mon.smithi029 (mon.0) 966 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:25:01.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:01 smithi029 bash[14177]: cluster 2024-02-11T17:25:00.958717+0000 mgr.smithi029.rubqla (mgr.14180) 1091 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:25:02.038 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:25:02.038 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:23:50.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gwixlh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:24:54.644972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vfosbc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc\nDeploy daemon haproxy.nfs.foo.smithi073.vfosbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:24:58.950184Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.rtyqod on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod\nDeploy daemon haproxy.nfs.foo.smithi029.rtyqod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:24:58.953719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.itnmoc on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:24:58.956382Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lgullh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:25:02.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:01 smithi073 bash[18997]: cluster 2024-02-11T17:25:00.958717+0000 mgr.smithi029.rubqla (mgr.14180) 1091 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:25:03.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:02 smithi073 bash[18997]: audit 2024-02-11T17:25:02.025646+0000 mgr.smithi029.rubqla (mgr.14180) 1092 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:03.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:02 smithi029 bash[14177]: audit 2024-02-11T17:25:02.025646+0000 mgr.smithi029.rubqla (mgr.14180) 1092 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:03.120 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:25:04.121 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:25:04.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:04 smithi029 bash[14177]: cluster 2024-02-11T17:25:02.959569+0000 mgr.smithi029.rubqla (mgr.14180) 1093 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:25:04.321 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:04 smithi029 bash[14177]: audit 2024-02-11T17:25:03.019922+0000 mon.smithi029 (mon.0) 967 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:25:04.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:04 smithi073 bash[18997]: cluster 2024-02-11T17:25:02.959569+0000 mgr.smithi029.rubqla (mgr.14180) 1093 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:25:04.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:04 smithi073 bash[18997]: audit 2024-02-11T17:25:03.019922+0000 mon.smithi029 (mon.0) 967 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:25:06.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:06 smithi073 bash[18997]: cluster 2024-02-11T17:25:04.960428+0000 mgr.smithi029.rubqla (mgr.14180) 1094 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:25:06.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:06 smithi029 bash[14177]: cluster 2024-02-11T17:25:04.960428+0000 mgr.smithi029.rubqla (mgr.14180) 1094 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:25:08.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:08 smithi073 bash[18997]: cluster 2024-02-11T17:25:06.961461+0000 mgr.smithi029.rubqla (mgr.14180) 1095 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:25:08.423 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:25:08.424 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:23:50.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gwixlh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:24:54.644972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vfosbc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc\nDeploy daemon haproxy.nfs.foo.smithi073.vfosbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:24:58.950184Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.rtyqod on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod\nDeploy daemon haproxy.nfs.foo.smithi029.rtyqod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:24:58.953719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.itnmoc on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:24:58.956382Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lgullh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:25:08.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:08 smithi029 bash[14177]: cluster 2024-02-11T17:25:06.961461+0000 mgr.smithi029.rubqla (mgr.14180) 1095 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:25:09.408 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:25:10.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:10 smithi073 bash[18997]: audit 2024-02-11T17:25:08.410987+0000 mgr.smithi029.rubqla (mgr.14180) 1096 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:10.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:10 smithi073 bash[18997]: cluster 2024-02-11T17:25:08.962257+0000 mgr.smithi029.rubqla (mgr.14180) 1097 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:25:10.408 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:25:10.421 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:10 smithi029 bash[14177]: audit 2024-02-11T17:25:08.410987+0000 mgr.smithi029.rubqla (mgr.14180) 1096 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:10.421 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:10 smithi029 bash[14177]: cluster 2024-02-11T17:25:08.962257+0000 mgr.smithi029.rubqla (mgr.14180) 1097 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:25:12.312 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:12 smithi029 bash[14177]: cluster 2024-02-11T17:25:10.963522+0000 mgr.smithi029.rubqla (mgr.14180) 1098 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:12.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:12 smithi073 bash[18997]: cluster 2024-02-11T17:25:10.963522+0000 mgr.smithi029.rubqla (mgr.14180) 1098 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:14.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:14 smithi073 bash[18997]: cluster 2024-02-11T17:25:12.964680+0000 mgr.smithi029.rubqla (mgr.14180) 1099 : 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-02-11T17:25:14.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:14 smithi029 bash[14177]: cluster 2024-02-11T17:25:12.964680+0000 mgr.smithi029.rubqla (mgr.14180) 1099 : 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-02-11T17:25:14.539 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:25:14.540 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:23:50.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gwixlh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:24:54.644972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vfosbc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc\nDeploy daemon haproxy.nfs.foo.smithi073.vfosbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:24:58.950184Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.rtyqod on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod\nDeploy daemon haproxy.nfs.foo.smithi029.rtyqod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:24:58.953719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.itnmoc on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:24:58.956382Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lgullh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:25:15.519 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:25:16.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:16 smithi073 bash[18997]: audit 2024-02-11T17:25:14.526849+0000 mgr.smithi029.rubqla (mgr.14180) 1100 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:16.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:16 smithi073 bash[18997]: cluster 2024-02-11T17:25:14.965342+0000 mgr.smithi029.rubqla (mgr.14180) 1101 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:16.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:16 smithi029 bash[14177]: audit 2024-02-11T17:25:14.526849+0000 mgr.smithi029.rubqla (mgr.14180) 1100 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:16.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:16 smithi029 bash[14177]: cluster 2024-02-11T17:25:14.965342+0000 mgr.smithi029.rubqla (mgr.14180) 1101 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:16.520 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:25:18.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:18 smithi029 bash[14177]: cluster 2024-02-11T17:25:16.966242+0000 mgr.smithi029.rubqla (mgr.14180) 1102 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:18.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:18 smithi073 bash[18997]: cluster 2024-02-11T17:25:16.966242+0000 mgr.smithi029.rubqla (mgr.14180) 1102 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:20.326 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:20 smithi029 bash[14177]: cluster 2024-02-11T17:25:18.967507+0000 mgr.smithi029.rubqla (mgr.14180) 1103 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:20.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:20 smithi073 bash[18997]: cluster 2024-02-11T17:25:18.967507+0000 mgr.smithi029.rubqla (mgr.14180) 1103 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:20.710 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:25:20.711 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:23:50.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gwixlh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:24:54.644972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vfosbc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc\nDeploy daemon haproxy.nfs.foo.smithi073.vfosbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:24:58.950184Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.rtyqod on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod\nDeploy daemon haproxy.nfs.foo.smithi029.rtyqod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:24:58.953719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.itnmoc on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:24:58.956382Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lgullh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:25:21.755 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:25:22.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:22 smithi073 bash[18997]: audit 2024-02-11T17:25:20.696848+0000 mgr.smithi029.rubqla (mgr.14180) 1104 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:22.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:22 smithi073 bash[18997]: cluster 2024-02-11T17:25:20.968789+0000 mgr.smithi029.rubqla (mgr.14180) 1105 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:22.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:22 smithi029 bash[14177]: audit 2024-02-11T17:25:20.696848+0000 mgr.smithi029.rubqla (mgr.14180) 1104 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:22.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:22 smithi029 bash[14177]: cluster 2024-02-11T17:25:20.968789+0000 mgr.smithi029.rubqla (mgr.14180) 1105 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:22.756 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:25:24.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:24 smithi073 bash[18997]: cluster 2024-02-11T17:25:22.970119+0000 mgr.smithi029.rubqla (mgr.14180) 1106 : 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-02-11T17:25:24.370 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:24 smithi029 bash[14177]: cluster 2024-02-11T17:25:22.970119+0000 mgr.smithi029.rubqla (mgr.14180) 1106 : 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-02-11T17:25:26.349 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:26 smithi073 bash[18997]: cluster 2024-02-11T17:25:24.970901+0000 mgr.smithi029.rubqla (mgr.14180) 1107 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:26.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:26 smithi029 bash[14177]: cluster 2024-02-11T17:25:24.970901+0000 mgr.smithi029.rubqla (mgr.14180) 1107 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:26.880 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:25:26.880 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:23:50.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gwixlh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:24:54.644972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vfosbc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc\nDeploy daemon haproxy.nfs.foo.smithi073.vfosbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:24:58.950184Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.rtyqod on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod\nDeploy daemon haproxy.nfs.foo.smithi029.rtyqod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:24:58.953719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.itnmoc on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:24:58.956382Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lgullh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:25:27.919 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:25:28.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:28 smithi029 bash[14177]: audit 2024-02-11T17:25:26.864269+0000 mgr.smithi029.rubqla (mgr.14180) 1108 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:28.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:28 smithi029 bash[14177]: cluster 2024-02-11T17:25:26.972092+0000 mgr.smithi029.rubqla (mgr.14180) 1109 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:28.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:28 smithi073 bash[18997]: audit 2024-02-11T17:25:26.864269+0000 mgr.smithi029.rubqla (mgr.14180) 1108 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:28.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:28 smithi073 bash[18997]: cluster 2024-02-11T17:25:26.972092+0000 mgr.smithi029.rubqla (mgr.14180) 1109 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:28.920 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:25:30.375 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:30 smithi029 bash[14177]: cluster 2024-02-11T17:25:28.973328+0000 mgr.smithi029.rubqla (mgr.14180) 1110 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:30.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:30 smithi073 bash[18997]: cluster 2024-02-11T17:25:28.973328+0000 mgr.smithi029.rubqla (mgr.14180) 1110 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:32.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:32 smithi073 bash[18997]: cluster 2024-02-11T17:25:30.974571+0000 mgr.smithi029.rubqla (mgr.14180) 1111 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:32.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:32 smithi029 bash[14177]: cluster 2024-02-11T17:25:30.974571+0000 mgr.smithi029.rubqla (mgr.14180) 1111 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:33.169 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:25:33.169 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:23:50.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gwixlh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:24:54.644972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vfosbc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc\nDeploy daemon haproxy.nfs.foo.smithi073.vfosbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:24:58.950184Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.rtyqod on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod\nDeploy daemon haproxy.nfs.foo.smithi029.rtyqod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:24:58.953719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.itnmoc on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:24:58.956382Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lgullh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:25:34.261 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:25:34.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:34 smithi073 bash[18997]: cluster 2024-02-11T17:25:32.975739+0000 mgr.smithi029.rubqla (mgr.14180) 1112 : 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-02-11T17:25:34.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:34 smithi073 bash[18997]: audit 2024-02-11T17:25:33.155348+0000 mgr.smithi029.rubqla (mgr.14180) 1113 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:34.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:34 smithi029 bash[14177]: cluster 2024-02-11T17:25:32.975739+0000 mgr.smithi029.rubqla (mgr.14180) 1112 : 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-02-11T17:25:34.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:34 smithi029 bash[14177]: audit 2024-02-11T17:25:33.155348+0000 mgr.smithi029.rubqla (mgr.14180) 1113 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:35.262 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:25:36.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:36 smithi073 bash[18997]: cluster 2024-02-11T17:25:34.976764+0000 mgr.smithi029.rubqla (mgr.14180) 1114 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:36.601 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:36 smithi029 bash[14177]: cluster 2024-02-11T17:25:34.976764+0000 mgr.smithi029.rubqla (mgr.14180) 1114 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:38.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:38 smithi073 bash[18997]: cluster 2024-02-11T17:25:36.977980+0000 mgr.smithi029.rubqla (mgr.14180) 1115 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:38.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:38 smithi029 bash[14177]: cluster 2024-02-11T17:25:36.977980+0000 mgr.smithi029.rubqla (mgr.14180) 1115 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:39.166 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:25:39.166 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:23:50.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gwixlh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:24:54.644972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vfosbc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc\nDeploy daemon haproxy.nfs.foo.smithi073.vfosbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:24:58.950184Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.rtyqod on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod\nDeploy daemon haproxy.nfs.foo.smithi029.rtyqod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:24:58.953719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.itnmoc on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:24:58.956382Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lgullh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:25:39.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:39 smithi029 bash[14177]: cluster 2024-02-11T17:25:38.979241+0000 mgr.smithi029.rubqla (mgr.14180) 1116 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:39.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:39 smithi029 bash[14177]: audit 2024-02-11T17:25:39.153545+0000 mgr.smithi029.rubqla (mgr.14180) 1117 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:39.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:39 smithi073 bash[18997]: cluster 2024-02-11T17:25:38.979241+0000 mgr.smithi029.rubqla (mgr.14180) 1116 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:39.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:39 smithi073 bash[18997]: audit 2024-02-11T17:25:39.153545+0000 mgr.smithi029.rubqla (mgr.14180) 1117 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:40.207 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:25:41.208 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:25:42.351 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:42 smithi073 bash[18997]: cluster 2024-02-11T17:25:40.980469+0000 mgr.smithi029.rubqla (mgr.14180) 1118 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:42.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:42 smithi029 bash[14177]: cluster 2024-02-11T17:25:40.980469+0000 mgr.smithi029.rubqla (mgr.14180) 1118 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:44.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:44 smithi073 bash[18997]: cluster 2024-02-11T17:25:42.982014+0000 mgr.smithi029.rubqla (mgr.14180) 1119 : 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-02-11T17:25:44.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:44 smithi029 bash[14177]: cluster 2024-02-11T17:25:42.982014+0000 mgr.smithi029.rubqla (mgr.14180) 1119 : 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-02-11T17:25:45.241 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:25:45.241 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:23:50.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gwixlh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:24:54.644972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vfosbc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc\nDeploy daemon haproxy.nfs.foo.smithi073.vfosbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:24:58.950184Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.rtyqod on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod\nDeploy daemon haproxy.nfs.foo.smithi029.rtyqod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:24:58.953719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.itnmoc on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:24:58.956382Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lgullh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:25:46.213 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:25:46.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:46 smithi073 bash[18997]: cluster 2024-02-11T17:25:44.983135+0000 mgr.smithi029.rubqla (mgr.14180) 1120 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:46.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:46 smithi073 bash[18997]: audit 2024-02-11T17:25:45.227751+0000 mgr.smithi029.rubqla (mgr.14180) 1121 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:46.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:46 smithi029 bash[14177]: cluster 2024-02-11T17:25:44.983135+0000 mgr.smithi029.rubqla (mgr.14180) 1120 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:46.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:46 smithi029 bash[14177]: audit 2024-02-11T17:25:45.227751+0000 mgr.smithi029.rubqla (mgr.14180) 1121 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:47.214 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:25:48.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:48 smithi073 bash[18997]: cluster 2024-02-11T17:25:46.984355+0000 mgr.smithi029.rubqla (mgr.14180) 1122 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:48.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:48 smithi029 bash[14177]: cluster 2024-02-11T17:25:46.984355+0000 mgr.smithi029.rubqla (mgr.14180) 1122 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:50.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:50 smithi029 bash[14177]: cluster 2024-02-11T17:25:48.985658+0000 mgr.smithi029.rubqla (mgr.14180) 1123 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:50.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:50 smithi073 bash[18997]: cluster 2024-02-11T17:25:48.985658+0000 mgr.smithi029.rubqla (mgr.14180) 1123 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:51.493 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:25:51.494 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:23:50.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gwixlh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:24:54.644972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vfosbc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc\nDeploy daemon haproxy.nfs.foo.smithi073.vfosbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:24:58.950184Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.rtyqod on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod\nDeploy daemon haproxy.nfs.foo.smithi029.rtyqod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:24:58.953719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.itnmoc on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:24:58.956382Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lgullh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:25:52.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:52 smithi073 bash[18997]: cluster 2024-02-11T17:25:50.986809+0000 mgr.smithi029.rubqla (mgr.14180) 1124 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:52.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:52 smithi029 bash[14177]: cluster 2024-02-11T17:25:50.986809+0000 mgr.smithi029.rubqla (mgr.14180) 1124 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:52.494 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:25:53.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:53 smithi073 bash[18997]: audit 2024-02-11T17:25:51.479813+0000 mgr.smithi029.rubqla (mgr.14180) 1125 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:53.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:53 smithi029 bash[14177]: audit 2024-02-11T17:25:51.479813+0000 mgr.smithi029.rubqla (mgr.14180) 1125 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:53.495 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:25:54.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:54 smithi073 bash[18997]: cluster 2024-02-11T17:25:52.988140+0000 mgr.smithi029.rubqla (mgr.14180) 1126 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:25:54.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:54 smithi029 bash[14177]: cluster 2024-02-11T17:25:52.988140+0000 mgr.smithi029.rubqla (mgr.14180) 1126 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:25:56.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:56 smithi073 bash[18997]: cluster 2024-02-11T17:25:54.989218+0000 mgr.smithi029.rubqla (mgr.14180) 1127 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:56.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:56 smithi029 bash[14177]: cluster 2024-02-11T17:25:54.989218+0000 mgr.smithi029.rubqla (mgr.14180) 1127 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:57.719 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:25:57.720 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:23:50.301149Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.gwixlh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:24:54.644972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vfosbc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc\nDeploy daemon haproxy.nfs.foo.smithi073.vfosbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:24:58.950184Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.rtyqod on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod\nDeploy daemon haproxy.nfs.foo.smithi029.rtyqod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:24:58.953719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.itnmoc on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:24:58.956382Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lgullh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:25:58.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:58 smithi073 bash[18997]: cluster 2024-02-11T17:25:56.990454+0000 mgr.smithi029.rubqla (mgr.14180) 1128 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:58.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:58 smithi029 bash[14177]: cluster 2024-02-11T17:25:56.990454+0000 mgr.smithi029.rubqla (mgr.14180) 1128 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:25:58.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:25:59.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:59 smithi029 bash[14177]: audit 2024-02-11T17:25:57.704000+0000 mgr.smithi029.rubqla (mgr.14180) 1129 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:59.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:25:59 smithi029 bash[14177]: audit 2024-02-11T17:25:58.961182+0000 mon.smithi029 (mon.0) 968 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:25:59.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:59 smithi073 bash[18997]: audit 2024-02-11T17:25:57.704000+0000 mgr.smithi029.rubqla (mgr.14180) 1129 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:25:59.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:25:59 smithi073 bash[18997]: audit 2024-02-11T17:25:58.961182+0000 mon.smithi029 (mon.0) 968 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:25:59.819 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:26:00.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:00 smithi029 bash[14177]: cluster 2024-02-11T17:25:58.991540+0000 mgr.smithi029.rubqla (mgr.14180) 1130 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:00.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:00 smithi029 bash[14177]: audit 2024-02-11T17:25:59.283884+0000 mon.smithi029 (mon.0) 969 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:26:00.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:00 smithi029 bash[14177]: audit 2024-02-11T17:25:59.285334+0000 mon.smithi029 (mon.0) 970 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:26:00.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:00 smithi029 bash[14177]: audit 2024-02-11T17:25:59.293910+0000 mon.smithi029 (mon.0) 971 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:26:00.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:00 smithi029 bash[14177]: audit 2024-02-11T17:25:59.301070+0000 mon.smithi029 (mon.0) 972 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:26:00.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:00 smithi029 bash[14177]: audit 2024-02-11T17:25:59.316381+0000 mon.smithi029 (mon.0) 973 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:26:00.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:00 smithi073 bash[18997]: cluster 2024-02-11T17:25:58.991540+0000 mgr.smithi029.rubqla (mgr.14180) 1130 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:00.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:00 smithi073 bash[18997]: audit 2024-02-11T17:25:59.283884+0000 mon.smithi029 (mon.0) 969 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:26:00.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:00 smithi073 bash[18997]: audit 2024-02-11T17:25:59.285334+0000 mon.smithi029 (mon.0) 970 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:26:00.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:00 smithi073 bash[18997]: audit 2024-02-11T17:25:59.293910+0000 mon.smithi029 (mon.0) 971 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:26:00.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:00 smithi073 bash[18997]: audit 2024-02-11T17:25:59.301070+0000 mon.smithi029 (mon.0) 972 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:26:00.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:00 smithi073 bash[18997]: audit 2024-02-11T17:25:59.316381+0000 mon.smithi029 (mon.0) 973 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:26:01.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:01 smithi029 bash[14177]: cluster 2024-02-11T17:25:59.294811+0000 mgr.smithi029.rubqla (mgr.14180) 1131 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:26:01.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:01 smithi029 bash[14177]: cephadm 2024-02-11T17:25:59.322393+0000 mgr.smithi029.rubqla (mgr.14180) 1132 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.kwkffo on smithi073 2024-02-11T17:26:01.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:01 smithi029 bash[14177]: cluster 2024-02-11T17:26:00.290667+0000 mon.smithi029 (mon.0) 974 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:26:01.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:01 smithi029 bash[14177]: cluster 2024-02-11T17:26:00.290718+0000 mon.smithi029 (mon.0) 975 : cluster [INF] Cluster is now healthy 2024-02-11T17:26:01.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:01 smithi073 bash[18997]: cluster 2024-02-11T17:25:59.294811+0000 mgr.smithi029.rubqla (mgr.14180) 1131 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:26:01.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:01 smithi073 bash[18997]: cephadm 2024-02-11T17:25:59.322393+0000 mgr.smithi029.rubqla (mgr.14180) 1132 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.kwkffo on smithi073 2024-02-11T17:26:01.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:01 smithi073 bash[18997]: cluster 2024-02-11T17:26:00.290667+0000 mon.smithi029 (mon.0) 974 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:26:01.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:01 smithi073 bash[18997]: cluster 2024-02-11T17:26:00.290718+0000 mon.smithi029 (mon.0) 975 : cluster [INF] Cluster is now healthy 2024-02-11T17:26:03.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:03 smithi073 bash[18997]: cluster 2024-02-11T17:26:01.295452+0000 mgr.smithi029.rubqla (mgr.14180) 1133 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:26:03.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:03 smithi073 bash[18997]: audit 2024-02-11T17:26:02.077409+0000 mon.smithi029 (mon.0) 976 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:26:03.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:03 smithi029 bash[14177]: cluster 2024-02-11T17:26:01.295452+0000 mgr.smithi029.rubqla (mgr.14180) 1133 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:26:03.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:03 smithi029 bash[14177]: audit 2024-02-11T17:26:02.077409+0000 mon.smithi029 (mon.0) 976 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:26:03.869 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:26:03.869 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:24:54.644972Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.vfosbc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-vfosbc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.vfosbc\nDeploy daemon haproxy.nfs.foo.smithi073.vfosbc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:24:58.950184Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.rtyqod on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-rtyqod\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.rtyqod\nDeploy daemon haproxy.nfs.foo.smithi029.rtyqod ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:24:58.953719Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.itnmoc on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:24:58.956382Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lgullh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:26:03.285499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kwkffo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo\nDeploy daemon haproxy.nfs.foo.smithi073.kwkffo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -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.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:26:04.156 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:04 smithi029 bash[14177]: audit 2024-02-11T17:26:03.284081+0000 mon.smithi029 (mon.0) 977 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.kwkffo"}]: dispatch 2024-02-11T17:26:04.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:04 smithi073 bash[18997]: audit 2024-02-11T17:26:03.284081+0000 mon.smithi029 (mon.0) 977 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.kwkffo"}]: dispatch 2024-02-11T17:26:04.944 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:26:05.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: cephadm 2024-02-11T17:26:03.282777+0000 mgr.smithi029.rubqla (mgr.14180) 1134 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo 2024-02-11T17:26:05.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:26:05.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo 2024-02-11T17:26:05.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo 2024-02-11T17:26:05.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:26:05.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo 2024-02-11T17:26:05.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.kwkffo ... 2024-02-11T17:26:05.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:26:05.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:26:05.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:26:05.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:26:05.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:26:05.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:26:05.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:26:05.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:26:05.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:26:05.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:26:05.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo 2024-02-11T17:26:05.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:26:05.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo 2024-02-11T17:26:05.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo 2024-02-11T17:26:05.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:26:05.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo 2024-02-11T17:26:05.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.kwkffo ... 2024-02-11T17:26:05.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:26:05.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:26:05.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:26:05.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:26:05.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:26:05.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: cephadm 2024-02-11T17:26:03.283380+0000 mgr.smithi029.rubqla (mgr.14180) 1135 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.kwkffo 2024-02-11T17:26:05.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: cephadm 2024-02-11T17:26:03.285748+0000 mgr.smithi029.rubqla (mgr.14180) 1136 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.kwkffo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo 2024-02-11T17:26:05.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:26:05.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo 2024-02-11T17:26:05.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo 2024-02-11T17:26:05.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:26:05.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo 2024-02-11T17:26:05.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.kwkffo ... 2024-02-11T17:26:05.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:26:05.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:26:05.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:26:05.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:26:05.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:26:05.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: cephadm 2024-02-11T17:26:03.289458+0000 mgr.smithi029.rubqla (mgr.14180) 1137 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.wqzvav on smithi029 2024-02-11T17:26:05.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: cluster 2024-02-11T17:26:03.296318+0000 mgr.smithi029.rubqla (mgr.14180) 1138 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:26:05.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:05 smithi073 bash[18997]: audit 2024-02-11T17:26:03.855296+0000 mgr.smithi029.rubqla (mgr.14180) 1139 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:05.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: cephadm 2024-02-11T17:26:03.282777+0000 mgr.smithi029.rubqla (mgr.14180) 1134 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo 2024-02-11T17:26:05.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:26:05.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo 2024-02-11T17:26:05.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo 2024-02-11T17:26:05.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:26:05.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo 2024-02-11T17:26:05.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.kwkffo ... 2024-02-11T17:26:05.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:26:05.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:26:05.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:26:05.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:26:05.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:26:05.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:26:05.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:26:05.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:26:05.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:26:05.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:26:05.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo 2024-02-11T17:26:05.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:26:05.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo 2024-02-11T17:26:05.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo 2024-02-11T17:26:05.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:26:05.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo 2024-02-11T17:26:05.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.kwkffo ... 2024-02-11T17:26:05.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:26:05.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:26:05.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:26:05.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:26:05.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:26:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: cephadm 2024-02-11T17:26:03.283380+0000 mgr.smithi029.rubqla (mgr.14180) 1135 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.kwkffo 2024-02-11T17:26:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: cephadm 2024-02-11T17:26:03.285748+0000 mgr.smithi029.rubqla (mgr.14180) 1136 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.kwkffo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo 2024-02-11T17:26:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:26:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo 2024-02-11T17:26:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo 2024-02-11T17:26:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:26:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo 2024-02-11T17:26:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.kwkffo ... 2024-02-11T17:26:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:26:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:26:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:26:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:26:05.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:26:05.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: cephadm 2024-02-11T17:26:03.289458+0000 mgr.smithi029.rubqla (mgr.14180) 1137 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.wqzvav on smithi029 2024-02-11T17:26:05.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: cluster 2024-02-11T17:26:03.296318+0000 mgr.smithi029.rubqla (mgr.14180) 1138 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:26:05.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:05 smithi029 bash[14177]: audit 2024-02-11T17:26:03.855296+0000 mgr.smithi029.rubqla (mgr.14180) 1139 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:05.945 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:26:07.413 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:07 smithi029 bash[14177]: cluster 2024-02-11T17:26:05.297288+0000 mgr.smithi029.rubqla (mgr.14180) 1140 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:26:07.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:07 smithi073 bash[18997]: cluster 2024-02-11T17:26:05.297288+0000 mgr.smithi029.rubqla (mgr.14180) 1140 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:26:08.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:08 smithi029 bash[14177]: audit 2024-02-11T17:26:07.438374+0000 mon.smithi029 (mon.0) 978 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.wqzvav"}]: dispatch 2024-02-11T17:26:08.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:08 smithi029 bash[14177]: audit 2024-02-11T17:26:08.066278+0000 mon.smithi029 (mon.0) 979 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:26:08.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:08 smithi073 bash[18997]: audit 2024-02-11T17:26:07.438374+0000 mon.smithi029 (mon.0) 978 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.wqzvav"}]: dispatch 2024-02-11T17:26:08.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:08 smithi073 bash[18997]: audit 2024-02-11T17:26:08.066278+0000 mon.smithi029 (mon.0) 979 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:26:09.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: cluster 2024-02-11T17:26:07.298033+0000 mgr.smithi029.rubqla (mgr.14180) 1141 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:26:09.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: cephadm 2024-02-11T17:26:07.437347+0000 mgr.smithi029.rubqla (mgr.14180) 1142 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav 2024-02-11T17:26:09.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:26:09.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav 2024-02-11T17:26:09.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav 2024-02-11T17:26:09.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:26:09.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav 2024-02-11T17:26:09.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.wqzvav ... 2024-02-11T17:26:09.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:26:09.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:26:09.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:26:09.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:26:09.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:26:09.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:26:09.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:26:09.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:26:09.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:26:09.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:26:09.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav 2024-02-11T17:26:09.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:26:09.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav 2024-02-11T17:26:09.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav 2024-02-11T17:26:09.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:26:09.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav 2024-02-11T17:26:09.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.wqzvav ... 2024-02-11T17:26:09.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:26:09.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:26:09.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:26:09.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:26:09.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:26:09.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: cephadm 2024-02-11T17:26:07.437819+0000 mgr.smithi029.rubqla (mgr.14180) 1143 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.wqzvav 2024-02-11T17:26:09.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: cephadm 2024-02-11T17:26:07.439538+0000 mgr.smithi029.rubqla (mgr.14180) 1144 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.wqzvav on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav 2024-02-11T17:26:09.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:26:09.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav 2024-02-11T17:26:09.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav 2024-02-11T17:26:09.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:26:09.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav 2024-02-11T17:26:09.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.wqzvav ... 2024-02-11T17:26:09.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:26:09.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:26:09.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:26:09.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:26:09.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:26:09.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: cephadm 2024-02-11T17:26:07.443460+0000 mgr.smithi029.rubqla (mgr.14180) 1145 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.ejqxge on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:26:09.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: cephadm 2024-02-11T17:26:07.445663+0000 mgr.smithi029.rubqla (mgr.14180) 1146 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.dtiers on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:26:09.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: cluster 2024-02-11T17:26:07.446740+0000 mgr.smithi029.rubqla (mgr.14180) 1147 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-02-11T17:26:09.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:09 smithi029 bash[14177]: cluster 2024-02-11T17:26:08.093454+0000 mon.smithi029 (mon.0) 980 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:26:09.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: cluster 2024-02-11T17:26:07.298033+0000 mgr.smithi029.rubqla (mgr.14180) 1141 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:26:09.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: cephadm 2024-02-11T17:26:07.437347+0000 mgr.smithi029.rubqla (mgr.14180) 1142 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav 2024-02-11T17:26:09.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:26:09.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav 2024-02-11T17:26:09.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav 2024-02-11T17:26:09.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:26:09.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav 2024-02-11T17:26:09.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.wqzvav ... 2024-02-11T17:26:09.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:26:09.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:26:09.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:26:09.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:26:09.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:26:09.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:26:09.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:26:09.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:26:09.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:26:09.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:26:09.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav 2024-02-11T17:26:09.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:26:09.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav 2024-02-11T17:26:09.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav 2024-02-11T17:26:09.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:26:09.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav 2024-02-11T17:26:09.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.wqzvav ... 2024-02-11T17:26:09.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:26:09.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:26:09.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:26:09.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:26:09.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:26:09.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: cephadm 2024-02-11T17:26:07.437819+0000 mgr.smithi029.rubqla (mgr.14180) 1143 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.wqzvav 2024-02-11T17:26:09.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: cephadm 2024-02-11T17:26:07.439538+0000 mgr.smithi029.rubqla (mgr.14180) 1144 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.wqzvav on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav 2024-02-11T17:26:09.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:26:09.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav 2024-02-11T17:26:09.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav 2024-02-11T17:26:09.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:26:09.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav 2024-02-11T17:26:09.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.wqzvav ... 2024-02-11T17:26:09.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:26:09.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:26:09.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:26:09.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:26:09.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:26:09.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: cephadm 2024-02-11T17:26:07.443460+0000 mgr.smithi029.rubqla (mgr.14180) 1145 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.ejqxge on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:26:09.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: cephadm 2024-02-11T17:26:07.445663+0000 mgr.smithi029.rubqla (mgr.14180) 1146 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.dtiers on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:26:09.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: cluster 2024-02-11T17:26:07.446740+0000 mgr.smithi029.rubqla (mgr.14180) 1147 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-02-11T17:26:09.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:09 smithi073 bash[18997]: cluster 2024-02-11T17:26:08.093454+0000 mon.smithi029 (mon.0) 980 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:26:10.664 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:26:10.664 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:24:58.956382Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lgullh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:26:03.285499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kwkffo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo\nDeploy daemon haproxy.nfs.foo.smithi073.kwkffo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:26:07.439407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.wqzvav on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav\nDeploy daemon haproxy.nfs.foo.smithi029.wqzvav ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:26:07.443295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ejqxge on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:26:07.445545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.dtiers on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:26:11.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:11 smithi029 bash[14177]: cluster 2024-02-11T17:26:09.447746+0000 mgr.smithi029.rubqla (mgr.14180) 1148 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:26:11.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:11 smithi073 bash[18997]: cluster 2024-02-11T17:26:09.447746+0000 mgr.smithi029.rubqla (mgr.14180) 1148 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:26:11.665 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:26:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:12 smithi029 bash[14177]: audit 2024-02-11T17:26:10.649470+0000 mgr.smithi029.rubqla (mgr.14180) 1149 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:12.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:12 smithi073 bash[18997]: audit 2024-02-11T17:26:10.649470+0000 mgr.smithi029.rubqla (mgr.14180) 1149 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:12.665 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:26:13.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:13 smithi029 bash[14177]: cluster 2024-02-11T17:26:11.449064+0000 mgr.smithi029.rubqla (mgr.14180) 1150 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:26:13.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:13 smithi073 bash[18997]: cluster 2024-02-11T17:26:11.449064+0000 mgr.smithi029.rubqla (mgr.14180) 1150 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:26:15.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:15 smithi029 bash[14177]: cluster 2024-02-11T17:26:13.450319+0000 mgr.smithi029.rubqla (mgr.14180) 1151 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:26:15.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:15 smithi073 bash[18997]: cluster 2024-02-11T17:26:13.450319+0000 mgr.smithi029.rubqla (mgr.14180) 1151 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:26:16.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:16 smithi073 bash[18997]: cluster 2024-02-11T17:26:15.451495+0000 mgr.smithi029.rubqla (mgr.14180) 1152 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:26:16.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:16 smithi029 bash[14177]: cluster 2024-02-11T17:26:15.451495+0000 mgr.smithi029.rubqla (mgr.14180) 1152 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:26:16.719 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:26:16.720 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:24:58.956382Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lgullh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:26:03.285499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kwkffo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo\nDeploy daemon haproxy.nfs.foo.smithi073.kwkffo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:26:07.439407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.wqzvav on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav\nDeploy daemon haproxy.nfs.foo.smithi029.wqzvav ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:26:07.443295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ejqxge on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:26:07.445545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.dtiers on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:26:17.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:26:18.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:18 smithi073 bash[18997]: audit 2024-02-11T17:26:16.706854+0000 mgr.smithi029.rubqla (mgr.14180) 1153 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:18.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:18 smithi073 bash[18997]: audit 2024-02-11T17:26:17.077684+0000 mon.smithi029 (mon.0) 981 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:26:18.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:18 smithi029 bash[14177]: audit 2024-02-11T17:26:16.706854+0000 mgr.smithi029.rubqla (mgr.14180) 1153 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:18.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:18 smithi029 bash[14177]: audit 2024-02-11T17:26:17.077684+0000 mon.smithi029 (mon.0) 981 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:26:18.774 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:26:19.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:19 smithi073 bash[18997]: cluster 2024-02-11T17:26:17.452984+0000 mgr.smithi029.rubqla (mgr.14180) 1154 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:26:19.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:19 smithi029 bash[14177]: cluster 2024-02-11T17:26:17.452984+0000 mgr.smithi029.rubqla (mgr.14180) 1154 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:26:21.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:21 smithi029 bash[14177]: cluster 2024-02-11T17:26:19.454120+0000 mgr.smithi029.rubqla (mgr.14180) 1155 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:21.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:21 smithi073 bash[18997]: cluster 2024-02-11T17:26:19.454120+0000 mgr.smithi029.rubqla (mgr.14180) 1155 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:23.225 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:26:23.225 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:24:58.956382Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lgullh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:26:03.285499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kwkffo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo\nDeploy daemon haproxy.nfs.foo.smithi073.kwkffo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:26:07.439407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.wqzvav on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav\nDeploy daemon haproxy.nfs.foo.smithi029.wqzvav ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:26:07.443295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ejqxge on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:26:07.445545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.dtiers on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:26:23.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:23 smithi029 bash[14177]: cluster 2024-02-11T17:26:21.455417+0000 mgr.smithi029.rubqla (mgr.14180) 1156 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:23.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:23 smithi073 bash[18997]: cluster 2024-02-11T17:26:21.455417+0000 mgr.smithi029.rubqla (mgr.14180) 1156 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:24.277 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:26:24.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:24 smithi029 bash[14177]: audit 2024-02-11T17:26:23.211365+0000 mgr.smithi029.rubqla (mgr.14180) 1157 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:24.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:24 smithi073 bash[18997]: audit 2024-02-11T17:26:23.211365+0000 mgr.smithi029.rubqla (mgr.14180) 1157 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:25.278 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:26:25.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:25 smithi029 bash[14177]: cluster 2024-02-11T17:26:23.456186+0000 mgr.smithi029.rubqla (mgr.14180) 1158 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:26:25.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:25 smithi073 bash[18997]: cluster 2024-02-11T17:26:23.456186+0000 mgr.smithi029.rubqla (mgr.14180) 1158 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:26:27.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:27 smithi029 bash[14177]: cluster 2024-02-11T17:26:25.456738+0000 mgr.smithi029.rubqla (mgr.14180) 1159 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:27.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:27 smithi073 bash[18997]: cluster 2024-02-11T17:26:25.456738+0000 mgr.smithi029.rubqla (mgr.14180) 1159 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:29.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:29 smithi029 bash[14177]: cluster 2024-02-11T17:26:27.458032+0000 mgr.smithi029.rubqla (mgr.14180) 1160 : 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-02-11T17:26:29.303 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:26:29.304 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:24:58.956382Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lgullh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:26:03.285499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kwkffo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo\nDeploy daemon haproxy.nfs.foo.smithi073.kwkffo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:26:07.439407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.wqzvav on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav\nDeploy daemon haproxy.nfs.foo.smithi029.wqzvav ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:26:07.443295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ejqxge on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:26:07.445545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.dtiers on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:26:29.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:29 smithi073 bash[18997]: cluster 2024-02-11T17:26:27.458032+0000 mgr.smithi029.rubqla (mgr.14180) 1160 : 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-02-11T17:26:30.304 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:26:31.305 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:26:31.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:31 smithi029 bash[14177]: audit 2024-02-11T17:26:29.288411+0000 mgr.smithi029.rubqla (mgr.14180) 1161 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:31.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:31 smithi029 bash[14177]: cluster 2024-02-11T17:26:29.459099+0000 mgr.smithi029.rubqla (mgr.14180) 1162 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:31.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:31 smithi073 bash[18997]: audit 2024-02-11T17:26:29.288411+0000 mgr.smithi029.rubqla (mgr.14180) 1161 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:31.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:31 smithi073 bash[18997]: cluster 2024-02-11T17:26:29.459099+0000 mgr.smithi029.rubqla (mgr.14180) 1162 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:33.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:33 smithi029 bash[14177]: cluster 2024-02-11T17:26:31.460129+0000 mgr.smithi029.rubqla (mgr.14180) 1163 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:33.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:33 smithi073 bash[18997]: cluster 2024-02-11T17:26:31.460129+0000 mgr.smithi029.rubqla (mgr.14180) 1163 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:35.197 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:26:35.197 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:24:58.956382Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lgullh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:26:03.285499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kwkffo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo\nDeploy daemon haproxy.nfs.foo.smithi073.kwkffo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:26:07.439407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.wqzvav on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav\nDeploy daemon haproxy.nfs.foo.smithi029.wqzvav ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:26:07.443295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ejqxge on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:26:07.445545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.dtiers on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:26:35.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:35 smithi029 bash[14177]: cluster 2024-02-11T17:26:33.460817+0000 mgr.smithi029.rubqla (mgr.14180) 1164 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:26:35.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:35 smithi073 bash[18997]: cluster 2024-02-11T17:26:33.460817+0000 mgr.smithi029.rubqla (mgr.14180) 1164 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:26:36.168 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:26:36.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:36 smithi029 bash[14177]: audit 2024-02-11T17:26:35.184262+0000 mgr.smithi029.rubqla (mgr.14180) 1165 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:36.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:36 smithi073 bash[18997]: audit 2024-02-11T17:26:35.184262+0000 mgr.smithi029.rubqla (mgr.14180) 1165 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:37.169 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:26:37.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:37 smithi029 bash[14177]: cluster 2024-02-11T17:26:35.461728+0000 mgr.smithi029.rubqla (mgr.14180) 1166 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:37.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:37 smithi073 bash[18997]: cluster 2024-02-11T17:26:35.461728+0000 mgr.smithi029.rubqla (mgr.14180) 1166 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:39.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:39 smithi029 bash[14177]: cluster 2024-02-11T17:26:37.463035+0000 mgr.smithi029.rubqla (mgr.14180) 1167 : 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-02-11T17:26:39.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:39 smithi073 bash[18997]: cluster 2024-02-11T17:26:37.463035+0000 mgr.smithi029.rubqla (mgr.14180) 1167 : 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-02-11T17:26:41.289 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:26:41.290 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:24:58.956382Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lgullh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:26:03.285499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kwkffo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo\nDeploy daemon haproxy.nfs.foo.smithi073.kwkffo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:26:07.439407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.wqzvav on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav\nDeploy daemon haproxy.nfs.foo.smithi029.wqzvav ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:26:07.443295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ejqxge on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:26:07.445545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.dtiers on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:26:41.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:41 smithi029 bash[14177]: cluster 2024-02-11T17:26:39.464108+0000 mgr.smithi029.rubqla (mgr.14180) 1168 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:41.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:41 smithi073 bash[18997]: cluster 2024-02-11T17:26:39.464108+0000 mgr.smithi029.rubqla (mgr.14180) 1168 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:42.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:26:43.236 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:26:43.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:43 smithi029 bash[14177]: audit 2024-02-11T17:26:41.274815+0000 mgr.smithi029.rubqla (mgr.14180) 1169 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:43.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:43 smithi029 bash[14177]: cluster 2024-02-11T17:26:41.465314+0000 mgr.smithi029.rubqla (mgr.14180) 1170 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:43.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:43 smithi073 bash[18997]: audit 2024-02-11T17:26:41.274815+0000 mgr.smithi029.rubqla (mgr.14180) 1169 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:43.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:43 smithi073 bash[18997]: cluster 2024-02-11T17:26:41.465314+0000 mgr.smithi029.rubqla (mgr.14180) 1170 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:45.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:45 smithi029 bash[14177]: cluster 2024-02-11T17:26:43.466586+0000 mgr.smithi029.rubqla (mgr.14180) 1171 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:26:45.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:45 smithi073 bash[18997]: cluster 2024-02-11T17:26:43.466586+0000 mgr.smithi029.rubqla (mgr.14180) 1171 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:26:47.268 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:26:47.268 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:24:58.956382Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lgullh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:26:03.285499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kwkffo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo\nDeploy daemon haproxy.nfs.foo.smithi073.kwkffo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:26:07.439407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.wqzvav on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav\nDeploy daemon haproxy.nfs.foo.smithi029.wqzvav ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:26:07.443295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ejqxge on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:26:07.445545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.dtiers on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:26:47.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:47 smithi029 bash[14177]: cluster 2024-02-11T17:26:45.467744+0000 mgr.smithi029.rubqla (mgr.14180) 1172 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:47.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:47 smithi073 bash[18997]: cluster 2024-02-11T17:26:45.467744+0000 mgr.smithi029.rubqla (mgr.14180) 1172 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:48.262 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:26:48.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:48 smithi073 bash[18997]: audit 2024-02-11T17:26:47.254227+0000 mgr.smithi029.rubqla (mgr.14180) 1173 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:48.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:48 smithi029 bash[14177]: audit 2024-02-11T17:26:47.254227+0000 mgr.smithi029.rubqla (mgr.14180) 1173 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:49.264 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:26:49.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:49 smithi029 bash[14177]: cluster 2024-02-11T17:26:47.468963+0000 mgr.smithi029.rubqla (mgr.14180) 1174 : 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-02-11T17:26:49.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:49 smithi073 bash[18997]: cluster 2024-02-11T17:26:47.468963+0000 mgr.smithi029.rubqla (mgr.14180) 1174 : 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-02-11T17:26:51.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:51 smithi029 bash[14177]: cluster 2024-02-11T17:26:49.469548+0000 mgr.smithi029.rubqla (mgr.14180) 1175 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:51.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:51 smithi073 bash[18997]: cluster 2024-02-11T17:26:49.469548+0000 mgr.smithi029.rubqla (mgr.14180) 1175 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:53.389 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:26:53.390 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:24:58.956382Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lgullh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:26:03.285499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kwkffo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo\nDeploy daemon haproxy.nfs.foo.smithi073.kwkffo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:26:07.439407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.wqzvav on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav\nDeploy daemon haproxy.nfs.foo.smithi029.wqzvav ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:26:07.443295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ejqxge on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:26:07.445545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.dtiers on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:26:53.421 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:53 smithi029 bash[14177]: cluster 2024-02-11T17:26:51.470773+0000 mgr.smithi029.rubqla (mgr.14180) 1176 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:53.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:53 smithi073 bash[18997]: cluster 2024-02-11T17:26:51.470773+0000 mgr.smithi029.rubqla (mgr.14180) 1176 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:54.335 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:26:55.337 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:26:55.543 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:55 smithi029 bash[14177]: audit 2024-02-11T17:26:53.374762+0000 mgr.smithi029.rubqla (mgr.14180) 1177 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:55.543 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:55 smithi029 bash[14177]: cluster 2024-02-11T17:26:53.472066+0000 mgr.smithi029.rubqla (mgr.14180) 1178 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:26:55.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:55 smithi073 bash[18997]: audit 2024-02-11T17:26:53.374762+0000 mgr.smithi029.rubqla (mgr.14180) 1177 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:26:55.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:55 smithi073 bash[18997]: cluster 2024-02-11T17:26:53.472066+0000 mgr.smithi029.rubqla (mgr.14180) 1178 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:26:56.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:56 smithi073 bash[18997]: cluster 2024-02-11T17:26:55.473087+0000 mgr.smithi029.rubqla (mgr.14180) 1179 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:56.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:56 smithi029 bash[14177]: cluster 2024-02-11T17:26:55.473087+0000 mgr.smithi029.rubqla (mgr.14180) 1179 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:26:58.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:26:58 smithi073 bash[18997]: cluster 2024-02-11T17:26:57.474429+0000 mgr.smithi029.rubqla (mgr.14180) 1180 : 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-02-11T17:26:58.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:26:58 smithi029 bash[14177]: cluster 2024-02-11T17:26:57.474429+0000 mgr.smithi029.rubqla (mgr.14180) 1180 : 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-02-11T17:26:59.503 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:26:59.503 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:24:58.956382Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lgullh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:26:03.285499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kwkffo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo\nDeploy daemon haproxy.nfs.foo.smithi073.kwkffo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:26:07.439407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.wqzvav on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav\nDeploy daemon haproxy.nfs.foo.smithi029.wqzvav ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:26:07.443295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ejqxge on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:26:07.445545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.dtiers on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:27:00.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:27:00.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:00 smithi073 bash[18997]: cluster 2024-02-11T17:26:59.475448+0000 mgr.smithi029.rubqla (mgr.14180) 1181 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:00.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:00 smithi073 bash[18997]: audit 2024-02-11T17:26:59.489328+0000 mgr.smithi029.rubqla (mgr.14180) 1182 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:00.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:00 smithi029 bash[14177]: cluster 2024-02-11T17:26:59.475448+0000 mgr.smithi029.rubqla (mgr.14180) 1181 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:00.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:00 smithi029 bash[14177]: audit 2024-02-11T17:26:59.489328+0000 mgr.smithi029.rubqla (mgr.14180) 1182 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:01.646 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:27:02.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:02 smithi073 bash[18997]: cluster 2024-02-11T17:27:01.476714+0000 mgr.smithi029.rubqla (mgr.14180) 1183 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:02.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:02 smithi029 bash[14177]: cluster 2024-02-11T17:27:01.476714+0000 mgr.smithi029.rubqla (mgr.14180) 1183 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:04.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:04 smithi073 bash[18997]: cluster 2024-02-11T17:27:03.477987+0000 mgr.smithi029.rubqla (mgr.14180) 1184 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:27:04.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:04 smithi029 bash[14177]: cluster 2024-02-11T17:27:03.477987+0000 mgr.smithi029.rubqla (mgr.14180) 1184 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:27:05.956 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:27:05.956 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:24:58.956382Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lgullh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:26:03.285499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kwkffo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo\nDeploy daemon haproxy.nfs.foo.smithi073.kwkffo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:26:07.439407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.wqzvav on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav\nDeploy daemon haproxy.nfs.foo.smithi029.wqzvav ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:26:07.443295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ejqxge on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:26:07.445545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.dtiers on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:27:06.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:06 smithi073 bash[18997]: cluster 2024-02-11T17:27:05.479040+0000 mgr.smithi029.rubqla (mgr.14180) 1185 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:06.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:06 smithi073 bash[18997]: audit 2024-02-11T17:27:05.947544+0000 mgr.smithi029.rubqla (mgr.14180) 1186 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:06.889 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:06 smithi029 bash[14177]: cluster 2024-02-11T17:27:05.479040+0000 mgr.smithi029.rubqla (mgr.14180) 1185 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:06.890 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:06 smithi029 bash[14177]: audit 2024-02-11T17:27:05.947544+0000 mgr.smithi029.rubqla (mgr.14180) 1186 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:06.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:27:07.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:07 smithi073 bash[18997]: audit 2024-02-11T17:27:07.450039+0000 mon.smithi029 (mon.0) 982 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:27:07.891 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:27:07.904 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:07 smithi029 bash[14177]: audit 2024-02-11T17:27:07.450039+0000 mon.smithi029 (mon.0) 982 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:27:08.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:08 smithi073 bash[18997]: cluster 2024-02-11T17:27:07.480220+0000 mgr.smithi029.rubqla (mgr.14180) 1187 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:08.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:08 smithi073 bash[18997]: audit 2024-02-11T17:27:07.765381+0000 mon.smithi029 (mon.0) 983 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:27:08.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:08 smithi073 bash[18997]: audit 2024-02-11T17:27:07.766724+0000 mon.smithi029 (mon.0) 984 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:27:08.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:08 smithi073 bash[18997]: audit 2024-02-11T17:27:07.774607+0000 mon.smithi029 (mon.0) 985 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:27:08.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:08 smithi073 bash[18997]: cluster 2024-02-11T17:27:07.775427+0000 mgr.smithi029.rubqla (mgr.14180) 1188 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:27:08.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:08 smithi073 bash[18997]: audit 2024-02-11T17:27:07.782530+0000 mon.smithi029 (mon.0) 986 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:27:08.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:08 smithi073 bash[18997]: audit 2024-02-11T17:27:07.795195+0000 mon.smithi029 (mon.0) 987 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:27:08.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:08 smithi073 bash[18997]: cephadm 2024-02-11T17:27:07.799644+0000 mgr.smithi029.rubqla (mgr.14180) 1189 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.bxgieb on smithi073 2024-02-11T17:27:08.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:08 smithi029 bash[14177]: cluster 2024-02-11T17:27:07.480220+0000 mgr.smithi029.rubqla (mgr.14180) 1187 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:08.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:08 smithi029 bash[14177]: audit 2024-02-11T17:27:07.765381+0000 mon.smithi029 (mon.0) 983 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:27:08.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:08 smithi029 bash[14177]: audit 2024-02-11T17:27:07.766724+0000 mon.smithi029 (mon.0) 984 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:27:08.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:08 smithi029 bash[14177]: audit 2024-02-11T17:27:07.774607+0000 mon.smithi029 (mon.0) 985 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:27:08.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:08 smithi029 bash[14177]: cluster 2024-02-11T17:27:07.775427+0000 mgr.smithi029.rubqla (mgr.14180) 1188 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:27:08.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:08 smithi029 bash[14177]: audit 2024-02-11T17:27:07.782530+0000 mon.smithi029 (mon.0) 986 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:27:08.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:08 smithi029 bash[14177]: audit 2024-02-11T17:27:07.795195+0000 mon.smithi029 (mon.0) 987 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:27:08.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:08 smithi029 bash[14177]: cephadm 2024-02-11T17:27:07.799644+0000 mgr.smithi029.rubqla (mgr.14180) 1189 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.bxgieb on smithi073 2024-02-11T17:27:09.647 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:09 smithi029 bash[14177]: cluster 2024-02-11T17:27:08.771278+0000 mon.smithi029 (mon.0) 988 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:27:09.648 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:09 smithi029 bash[14177]: cluster 2024-02-11T17:27:08.771351+0000 mon.smithi029 (mon.0) 989 : cluster [INF] Cluster is now healthy 2024-02-11T17:27:09.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:09 smithi073 bash[18997]: cluster 2024-02-11T17:27:08.771278+0000 mon.smithi029 (mon.0) 988 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:27:09.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:09 smithi073 bash[18997]: cluster 2024-02-11T17:27:08.771351+0000 mon.smithi029 (mon.0) 989 : cluster [INF] Cluster is now healthy 2024-02-11T17:27:10.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:10 smithi073 bash[18997]: cluster 2024-02-11T17:27:09.776240+0000 mgr.smithi029.rubqla (mgr.14180) 1190 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:27:10.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:10 smithi029 bash[14177]: cluster 2024-02-11T17:27:09.776240+0000 mgr.smithi029.rubqla (mgr.14180) 1190 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:27:11.777 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:27:11.778 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:24:58.956382Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.lgullh on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:26:03.285499Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kwkffo on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kwkffo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kwkffo\nDeploy daemon haproxy.nfs.foo.smithi073.kwkffo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:26:07.439407Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.wqzvav on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-wqzvav\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.wqzvav\nDeploy daemon haproxy.nfs.foo.smithi029.wqzvav ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:26:07.443295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ejqxge on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:26:07.445545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.dtiers on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:27:12.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:11 smithi073 bash[18997]: audit 2024-02-11T17:27:11.789991+0000 mon.smithi029 (mon.0) 990 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.bxgieb"}]: dispatch 2024-02-11T17:27:12.122 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:11 smithi029 bash[14177]: audit 2024-02-11T17:27:11.789991+0000 mon.smithi029 (mon.0) 990 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.bxgieb"}]: dispatch 2024-02-11T17:27:12.929 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:27:13.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: audit 2024-02-11T17:27:11.763615+0000 mgr.smithi029.rubqla (mgr.14180) 1191 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:13.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: cluster 2024-02-11T17:27:11.777184+0000 mgr.smithi029.rubqla (mgr.14180) 1192 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:27:13.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: cephadm 2024-02-11T17:27:11.788880+0000 mgr.smithi029.rubqla (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-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb 2024-02-11T17:27:13.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:27:13.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb 2024-02-11T17:27:13.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb 2024-02-11T17:27:13.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:27:13.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb 2024-02-11T17:27:13.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.bxgieb ... 2024-02-11T17:27:13.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:13.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:27:13.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:27:13.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:27:13.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:13.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:27:13.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:27:13.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:27:13.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:27:13.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:27:13.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb 2024-02-11T17:27:13.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:27:13.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb 2024-02-11T17:27:13.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb 2024-02-11T17:27:13.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:27:13.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb 2024-02-11T17:27:13.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.bxgieb ... 2024-02-11T17:27:13.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:13.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:27:13.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:27:13.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:27:13.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:13.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: cephadm 2024-02-11T17:27:11.789407+0000 mgr.smithi029.rubqla (mgr.14180) 1194 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.bxgieb 2024-02-11T17:27:13.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: cephadm 2024-02-11T17:27:11.791467+0000 mgr.smithi029.rubqla (mgr.14180) 1195 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.bxgieb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb 2024-02-11T17:27:13.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:27:13.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb 2024-02-11T17:27:13.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb 2024-02-11T17:27:13.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:27:13.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb 2024-02-11T17:27:13.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.bxgieb ... 2024-02-11T17:27:13.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:13.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:27:13.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:27:13.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:27:13.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:13.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:12 smithi073 bash[18997]: cephadm 2024-02-11T17:27:11.795371+0000 mgr.smithi029.rubqla (mgr.14180) 1196 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.cgtlca on smithi029 2024-02-11T17:27:13.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: audit 2024-02-11T17:27:11.763615+0000 mgr.smithi029.rubqla (mgr.14180) 1191 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:13.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: cluster 2024-02-11T17:27:11.777184+0000 mgr.smithi029.rubqla (mgr.14180) 1192 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:27:13.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: cephadm 2024-02-11T17:27:11.788880+0000 mgr.smithi029.rubqla (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-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb 2024-02-11T17:27:13.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:27:13.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb 2024-02-11T17:27:13.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb 2024-02-11T17:27:13.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:27:13.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb 2024-02-11T17:27:13.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.bxgieb ... 2024-02-11T17:27:13.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:13.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:27:13.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:27:13.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:27:13.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:13.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:27:13.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:27:13.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:27:13.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:27:13.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:27:13.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb 2024-02-11T17:27:13.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:27:13.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb 2024-02-11T17:27:13.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb 2024-02-11T17:27:13.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:27:13.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb 2024-02-11T17:27:13.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.bxgieb ... 2024-02-11T17:27:13.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:13.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:27:13.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:27:13.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:27:13.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:13.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: cephadm 2024-02-11T17:27:11.789407+0000 mgr.smithi029.rubqla (mgr.14180) 1194 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.bxgieb 2024-02-11T17:27:13.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: cephadm 2024-02-11T17:27:11.791467+0000 mgr.smithi029.rubqla (mgr.14180) 1195 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.bxgieb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb 2024-02-11T17:27:13.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:27:13.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb 2024-02-11T17:27:13.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb 2024-02-11T17:27:13.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:27:13.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb 2024-02-11T17:27:13.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.bxgieb ... 2024-02-11T17:27:13.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:13.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:27:13.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:27:13.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:27:13.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:13.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:12 smithi029 bash[14177]: cephadm 2024-02-11T17:27:11.795371+0000 mgr.smithi029.rubqla (mgr.14180) 1196 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.cgtlca on smithi029 2024-02-11T17:27:13.930 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:27:15.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:14 smithi029 bash[14177]: cluster 2024-02-11T17:27:13.778178+0000 mgr.smithi029.rubqla (mgr.14180) 1197 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:27:15.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:14 smithi073 bash[18997]: cluster 2024-02-11T17:27:13.778178+0000 mgr.smithi029.rubqla (mgr.14180) 1197 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:27:16.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:15 smithi029 bash[14177]: audit 2024-02-11T17:27:15.782837+0000 mon.smithi029 (mon.0) 991 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.cgtlca"}]: dispatch 2024-02-11T17:27:16.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:15 smithi073 bash[18997]: audit 2024-02-11T17:27:15.782837+0000 mon.smithi029 (mon.0) 991 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.cgtlca"}]: dispatch 2024-02-11T17:27:17.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: cluster 2024-02-11T17:27:15.778927+0000 mgr.smithi029.rubqla (mgr.14180) 1198 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:27:17.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: cephadm 2024-02-11T17:27:15.781803+0000 mgr.smithi029.rubqla (mgr.14180) 1199 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca 2024-02-11T17:27:17.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:27:17.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca 2024-02-11T17:27:17.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca 2024-02-11T17:27:17.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:27:17.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca 2024-02-11T17:27:17.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.cgtlca ... 2024-02-11T17:27:17.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:17.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:27:17.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:27:17.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:27:17.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:17.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:27:17.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:27:17.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:27:17.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:27:17.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:27:17.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca 2024-02-11T17:27:17.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:27:17.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca 2024-02-11T17:27:17.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca 2024-02-11T17:27:17.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:27:17.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca 2024-02-11T17:27:17.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.cgtlca ... 2024-02-11T17:27:17.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:17.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:27:17.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:27:17.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:27:17.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:17.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: cephadm 2024-02-11T17:27:15.782278+0000 mgr.smithi029.rubqla (mgr.14180) 1200 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.cgtlca 2024-02-11T17:27:17.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: cephadm 2024-02-11T17:27:15.784179+0000 mgr.smithi029.rubqla (mgr.14180) 1201 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.cgtlca on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca 2024-02-11T17:27:17.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:27:17.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca 2024-02-11T17:27:17.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca 2024-02-11T17:27:17.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:27:17.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca 2024-02-11T17:27:17.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.cgtlca ... 2024-02-11T17:27:17.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:17.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:27:17.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:27:17.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:27:17.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:17.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: cephadm 2024-02-11T17:27:15.787917+0000 mgr.smithi029.rubqla (mgr.14180) 1202 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.oullrm on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:27:17.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: cephadm 2024-02-11T17:27:15.789712+0000 mgr.smithi029.rubqla (mgr.14180) 1203 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.rhgjhb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:27:17.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: cluster 2024-02-11T17:27:15.790348+0000 mgr.smithi029.rubqla (mgr.14180) 1204 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2024-02-11T17:27:17.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:16 smithi029 bash[14177]: cluster 2024-02-11T17:27:15.853166+0000 mon.smithi029 (mon.0) 992 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:27:17.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: cluster 2024-02-11T17:27:15.778927+0000 mgr.smithi029.rubqla (mgr.14180) 1198 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:27:17.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: cephadm 2024-02-11T17:27:15.781803+0000 mgr.smithi029.rubqla (mgr.14180) 1199 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca 2024-02-11T17:27:17.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:27:17.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca 2024-02-11T17:27:17.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca 2024-02-11T17:27:17.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:27:17.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca 2024-02-11T17:27:17.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.cgtlca ... 2024-02-11T17:27:17.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:17.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:27:17.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:27:17.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:27:17.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:17.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:27:17.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:27:17.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:27:17.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:27:17.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:27:17.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca 2024-02-11T17:27:17.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:27:17.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca 2024-02-11T17:27:17.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca 2024-02-11T17:27:17.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:27:17.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca 2024-02-11T17:27:17.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.cgtlca ... 2024-02-11T17:27:17.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:17.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:27:17.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:27:17.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:27:17.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:17.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: cephadm 2024-02-11T17:27:15.782278+0000 mgr.smithi029.rubqla (mgr.14180) 1200 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.cgtlca 2024-02-11T17:27:17.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: cephadm 2024-02-11T17:27:15.784179+0000 mgr.smithi029.rubqla (mgr.14180) 1201 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.cgtlca on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca 2024-02-11T17:27:17.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:27:17.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca 2024-02-11T17:27:17.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca 2024-02-11T17:27:17.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:27:17.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca 2024-02-11T17:27:17.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.cgtlca ... 2024-02-11T17:27:17.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:17.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:27:17.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:27:17.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:27:17.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:27:17.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: cephadm 2024-02-11T17:27:15.787917+0000 mgr.smithi029.rubqla (mgr.14180) 1202 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.oullrm on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:27:17.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: cephadm 2024-02-11T17:27:15.789712+0000 mgr.smithi029.rubqla (mgr.14180) 1203 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.rhgjhb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:27:17.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: cluster 2024-02-11T17:27:15.790348+0000 mgr.smithi029.rubqla (mgr.14180) 1204 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 246 B/s rd, 0 op/s 2024-02-11T17:27:17.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:16 smithi073 bash[18997]: cluster 2024-02-11T17:27:15.853166+0000 mon.smithi029 (mon.0) 992 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:27:18.384 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:27:18.384 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:26:07.445545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.dtiers on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:11.791240Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bxgieb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb\nDeploy daemon haproxy.nfs.foo.smithi073.bxgieb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:27:15.783903Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.cgtlca on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca\nDeploy daemon haproxy.nfs.foo.smithi029.cgtlca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:27:15.787757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.oullrm on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:15.789605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rhgjhb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:27:19.370 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:27:19.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:19 smithi029 bash[14177]: cluster 2024-02-11T17:27:17.791793+0000 mgr.smithi029.rubqla (mgr.14180) 1205 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-11T17:27:19.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:19 smithi029 bash[14177]: audit 2024-02-11T17:27:18.117777+0000 mon.smithi029 (mon.0) 993 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:27:19.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:19 smithi073 bash[18997]: cluster 2024-02-11T17:27:17.791793+0000 mgr.smithi029.rubqla (mgr.14180) 1205 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-11T17:27:19.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:19 smithi073 bash[18997]: audit 2024-02-11T17:27:18.117777+0000 mon.smithi029 (mon.0) 993 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:27:20.371 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:27:20.384 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:20 smithi029 bash[14177]: audit 2024-02-11T17:27:18.371752+0000 mgr.smithi029.rubqla (mgr.14180) 1206 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:20.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:20 smithi073 bash[18997]: audit 2024-02-11T17:27:18.371752+0000 mgr.smithi029.rubqla (mgr.14180) 1206 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:21.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:21 smithi029 bash[14177]: cluster 2024-02-11T17:27:19.793005+0000 mgr.smithi029.rubqla (mgr.14180) 1207 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-11T17:27:21.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:21 smithi073 bash[18997]: cluster 2024-02-11T17:27:19.793005+0000 mgr.smithi029.rubqla (mgr.14180) 1207 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-11T17:27:23.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:23 smithi029 bash[14177]: cluster 2024-02-11T17:27:21.794165+0000 mgr.smithi029.rubqla (mgr.14180) 1208 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-11T17:27:23.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:23 smithi073 bash[18997]: cluster 2024-02-11T17:27:21.794165+0000 mgr.smithi029.rubqla (mgr.14180) 1208 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-11T17:27:24.598 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:27:24.598 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:26:07.445545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.dtiers on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:11.791240Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bxgieb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb\nDeploy daemon haproxy.nfs.foo.smithi073.bxgieb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:27:15.783903Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.cgtlca on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca\nDeploy daemon haproxy.nfs.foo.smithi029.cgtlca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:27:15.787757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.oullrm on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:15.789605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rhgjhb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:27:25.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:25 smithi029 bash[14177]: cluster 2024-02-11T17:27:23.795382+0000 mgr.smithi029.rubqla (mgr.14180) 1209 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-11T17:27:25.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:25 smithi073 bash[18997]: cluster 2024-02-11T17:27:23.795382+0000 mgr.smithi029.rubqla (mgr.14180) 1209 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-11T17:27:25.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:27:26.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:26 smithi029 bash[14177]: audit 2024-02-11T17:27:24.583875+0000 mgr.smithi029.rubqla (mgr.14180) 1210 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:26.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:26 smithi073 bash[18997]: audit 2024-02-11T17:27:24.583875+0000 mgr.smithi029.rubqla (mgr.14180) 1210 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:26.646 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:27:27.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:27 smithi029 bash[14177]: cluster 2024-02-11T17:27:25.796510+0000 mgr.smithi029.rubqla (mgr.14180) 1211 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-11T17:27:27.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:27 smithi073 bash[18997]: cluster 2024-02-11T17:27:25.796510+0000 mgr.smithi029.rubqla (mgr.14180) 1211 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-11T17:27:29.409 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:29 smithi029 bash[14177]: cluster 2024-02-11T17:27:27.797815+0000 mgr.smithi029.rubqla (mgr.14180) 1212 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:29.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:29 smithi073 bash[18997]: cluster 2024-02-11T17:27:27.797815+0000 mgr.smithi029.rubqla (mgr.14180) 1212 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:31.026 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:27:31.026 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:26:07.445545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.dtiers on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:11.791240Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bxgieb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb\nDeploy daemon haproxy.nfs.foo.smithi073.bxgieb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:27:15.783903Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.cgtlca on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca\nDeploy daemon haproxy.nfs.foo.smithi029.cgtlca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:27:15.787757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.oullrm on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:15.789605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rhgjhb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:27:31.395 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:31 smithi029 bash[14177]: cluster 2024-02-11T17:27:29.798514+0000 mgr.smithi029.rubqla (mgr.14180) 1213 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:31.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:31 smithi073 bash[18997]: cluster 2024-02-11T17:27:29.798514+0000 mgr.smithi029.rubqla (mgr.14180) 1213 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:32.119 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:27:32.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:32 smithi029 bash[14177]: audit 2024-02-11T17:27:31.017510+0000 mgr.smithi029.rubqla (mgr.14180) 1214 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:32.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:32 smithi073 bash[18997]: audit 2024-02-11T17:27:31.017510+0000 mgr.smithi029.rubqla (mgr.14180) 1214 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:33.121 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:27:33.499 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:33 smithi029 bash[14177]: cluster 2024-02-11T17:27:31.799681+0000 mgr.smithi029.rubqla (mgr.14180) 1215 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:33.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:33 smithi073 bash[18997]: cluster 2024-02-11T17:27:31.799681+0000 mgr.smithi029.rubqla (mgr.14180) 1215 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:35.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:35 smithi029 bash[14177]: cluster 2024-02-11T17:27:33.800982+0000 mgr.smithi029.rubqla (mgr.14180) 1216 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:27:35.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:35 smithi073 bash[18997]: cluster 2024-02-11T17:27:33.800982+0000 mgr.smithi029.rubqla (mgr.14180) 1216 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:27:37.328 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:27:37.328 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:26:07.445545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.dtiers on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:11.791240Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bxgieb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb\nDeploy daemon haproxy.nfs.foo.smithi073.bxgieb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:27:15.783903Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.cgtlca on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca\nDeploy daemon haproxy.nfs.foo.smithi029.cgtlca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:27:15.787757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.oullrm on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:15.789605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rhgjhb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:27:37.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:37 smithi073 bash[18997]: cluster 2024-02-11T17:27:35.802086+0000 mgr.smithi029.rubqla (mgr.14180) 1217 : 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-02-11T17:27:37.661 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:37 smithi029 bash[14177]: cluster 2024-02-11T17:27:35.802086+0000 mgr.smithi029.rubqla (mgr.14180) 1217 : 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-02-11T17:27:38.385 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:27:39.386 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:27:39.400 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:39 smithi029 bash[14177]: audit 2024-02-11T17:27:37.315283+0000 mgr.smithi029.rubqla (mgr.14180) 1218 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:39.400 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:39 smithi029 bash[14177]: cluster 2024-02-11T17:27:37.803487+0000 mgr.smithi029.rubqla (mgr.14180) 1219 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:39.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:39 smithi073 bash[18997]: audit 2024-02-11T17:27:37.315283+0000 mgr.smithi029.rubqla (mgr.14180) 1218 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:39.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:39 smithi073 bash[18997]: cluster 2024-02-11T17:27:37.803487+0000 mgr.smithi029.rubqla (mgr.14180) 1219 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:41.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:41 smithi073 bash[18997]: cluster 2024-02-11T17:27:39.804607+0000 mgr.smithi029.rubqla (mgr.14180) 1220 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:41.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:41 smithi029 bash[14177]: cluster 2024-02-11T17:27:39.804607+0000 mgr.smithi029.rubqla (mgr.14180) 1220 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:43.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:43 smithi029 bash[14177]: cluster 2024-02-11T17:27:41.805815+0000 mgr.smithi029.rubqla (mgr.14180) 1221 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:43.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:43 smithi073 bash[18997]: cluster 2024-02-11T17:27:41.805815+0000 mgr.smithi029.rubqla (mgr.14180) 1221 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:43.597 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:27:43.597 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:26:07.445545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.dtiers on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:11.791240Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bxgieb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb\nDeploy daemon haproxy.nfs.foo.smithi073.bxgieb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:27:15.783903Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.cgtlca on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca\nDeploy daemon haproxy.nfs.foo.smithi029.cgtlca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:27:15.787757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.oullrm on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:15.789605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rhgjhb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:27:44.599 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:27:45.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:45 smithi073 bash[18997]: audit 2024-02-11T17:27:43.581430+0000 mgr.smithi029.rubqla (mgr.14180) 1222 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:45.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:45 smithi073 bash[18997]: cluster 2024-02-11T17:27:43.807140+0000 mgr.smithi029.rubqla (mgr.14180) 1223 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:27:45.600 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:27:45.614 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:45 smithi029 bash[14177]: audit 2024-02-11T17:27:43.581430+0000 mgr.smithi029.rubqla (mgr.14180) 1222 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:45.615 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:45 smithi029 bash[14177]: cluster 2024-02-11T17:27:43.807140+0000 mgr.smithi029.rubqla (mgr.14180) 1223 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:27:47.402 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:47 smithi029 bash[14177]: cluster 2024-02-11T17:27:45.808086+0000 mgr.smithi029.rubqla (mgr.14180) 1224 : 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-02-11T17:27:47.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:47 smithi073 bash[18997]: cluster 2024-02-11T17:27:45.808086+0000 mgr.smithi029.rubqla (mgr.14180) 1224 : 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-02-11T17:27:49.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:49 smithi029 bash[14177]: cluster 2024-02-11T17:27:47.809332+0000 mgr.smithi029.rubqla (mgr.14180) 1225 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:49.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:49 smithi073 bash[18997]: cluster 2024-02-11T17:27:47.809332+0000 mgr.smithi029.rubqla (mgr.14180) 1225 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:49.669 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:27:49.669 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:26:07.445545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.dtiers on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:11.791240Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bxgieb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb\nDeploy daemon haproxy.nfs.foo.smithi073.bxgieb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:27:15.783903Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.cgtlca on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca\nDeploy daemon haproxy.nfs.foo.smithi029.cgtlca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:27:15.787757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.oullrm on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:15.789605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rhgjhb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:27:50.646 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:27:51.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:51 smithi073 bash[18997]: audit 2024-02-11T17:27:49.653601+0000 mgr.smithi029.rubqla (mgr.14180) 1226 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:51.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:51 smithi073 bash[18997]: cluster 2024-02-11T17:27:49.810339+0000 mgr.smithi029.rubqla (mgr.14180) 1227 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:51.647 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:27:51.659 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:51 smithi029 bash[14177]: audit 2024-02-11T17:27:49.653601+0000 mgr.smithi029.rubqla (mgr.14180) 1226 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:51.659 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:51 smithi029 bash[14177]: cluster 2024-02-11T17:27:49.810339+0000 mgr.smithi029.rubqla (mgr.14180) 1227 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:53.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:53 smithi029 bash[14177]: cluster 2024-02-11T17:27:51.811095+0000 mgr.smithi029.rubqla (mgr.14180) 1228 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:53.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:53 smithi073 bash[18997]: cluster 2024-02-11T17:27:51.811095+0000 mgr.smithi029.rubqla (mgr.14180) 1228 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:55.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:55 smithi073 bash[18997]: cluster 2024-02-11T17:27:53.811853+0000 mgr.smithi029.rubqla (mgr.14180) 1229 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:27:55.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:55 smithi029 bash[14177]: cluster 2024-02-11T17:27:53.811853+0000 mgr.smithi029.rubqla (mgr.14180) 1229 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:27:55.711 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:27:55.711 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:26:07.445545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.dtiers on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:11.791240Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bxgieb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb\nDeploy daemon haproxy.nfs.foo.smithi073.bxgieb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:27:15.783903Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.cgtlca on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca\nDeploy daemon haproxy.nfs.foo.smithi029.cgtlca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:27:15.787757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.oullrm on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:15.789605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rhgjhb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:27:56.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:27:57.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:57 smithi073 bash[18997]: audit 2024-02-11T17:27:55.696189+0000 mgr.smithi029.rubqla (mgr.14180) 1230 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:57.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:57 smithi073 bash[18997]: cluster 2024-02-11T17:27:55.812875+0000 mgr.smithi029.rubqla (mgr.14180) 1231 : 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-02-11T17:27:57.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:57 smithi029 bash[14177]: audit 2024-02-11T17:27:55.696189+0000 mgr.smithi029.rubqla (mgr.14180) 1230 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:27:57.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:57 smithi029 bash[14177]: cluster 2024-02-11T17:27:55.812875+0000 mgr.smithi029.rubqla (mgr.14180) 1231 : 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-02-11T17:27:57.736 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:27:59.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:27:59 smithi029 bash[14177]: cluster 2024-02-11T17:27:57.813788+0000 mgr.smithi029.rubqla (mgr.14180) 1232 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:27:59.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:27:59 smithi073 bash[18997]: cluster 2024-02-11T17:27:57.813788+0000 mgr.smithi029.rubqla (mgr.14180) 1232 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:01.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:01 smithi073 bash[18997]: cluster 2024-02-11T17:27:59.814837+0000 mgr.smithi029.rubqla (mgr.14180) 1233 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:01.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:01 smithi029 bash[14177]: cluster 2024-02-11T17:27:59.814837+0000 mgr.smithi029.rubqla (mgr.14180) 1233 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:01.816 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:28:01.816 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:26:07.445545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.dtiers on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:11.791240Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bxgieb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb\nDeploy daemon haproxy.nfs.foo.smithi073.bxgieb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:27:15.783903Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.cgtlca on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca\nDeploy daemon haproxy.nfs.foo.smithi029.cgtlca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:27:15.787757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.oullrm on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:15.789605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rhgjhb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:28:02.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:28:03.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:03 smithi073 bash[18997]: audit 2024-02-11T17:28:01.803744+0000 mgr.smithi029.rubqla (mgr.14180) 1234 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:03.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:03 smithi073 bash[18997]: cluster 2024-02-11T17:28:01.816061+0000 mgr.smithi029.rubqla (mgr.14180) 1235 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:03.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:03 smithi029 bash[14177]: audit 2024-02-11T17:28:01.803744+0000 mgr.smithi029.rubqla (mgr.14180) 1234 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:03.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:03 smithi029 bash[14177]: cluster 2024-02-11T17:28:01.816061+0000 mgr.smithi029.rubqla (mgr.14180) 1235 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:03.802 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:28:05.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:05 smithi029 bash[14177]: cluster 2024-02-11T17:28:03.817279+0000 mgr.smithi029.rubqla (mgr.14180) 1236 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:28:05.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:05 smithi073 bash[18997]: cluster 2024-02-11T17:28:03.817279+0000 mgr.smithi029.rubqla (mgr.14180) 1236 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:28:07.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:07 smithi073 bash[18997]: cluster 2024-02-11T17:28:05.818431+0000 mgr.smithi029.rubqla (mgr.14180) 1237 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:07.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:07 smithi029 bash[14177]: cluster 2024-02-11T17:28:05.818431+0000 mgr.smithi029.rubqla (mgr.14180) 1237 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:07.842 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:28:07.842 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:26:07.445545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.dtiers on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:11.791240Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bxgieb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb\nDeploy daemon haproxy.nfs.foo.smithi073.bxgieb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:27:15.783903Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.cgtlca on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca\nDeploy daemon haproxy.nfs.foo.smithi029.cgtlca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:27:15.787757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.oullrm on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:15.789605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rhgjhb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:28:08.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:28:09.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:09 smithi073 bash[18997]: cluster 2024-02-11T17:28:07.819819+0000 mgr.smithi029.rubqla (mgr.14180) 1238 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:09.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:09 smithi073 bash[18997]: audit 2024-02-11T17:28:07.830143+0000 mgr.smithi029.rubqla (mgr.14180) 1239 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:09.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:09 smithi029 bash[14177]: cluster 2024-02-11T17:28:07.819819+0000 mgr.smithi029.rubqla (mgr.14180) 1238 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:09.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:09 smithi029 bash[14177]: audit 2024-02-11T17:28:07.830143+0000 mgr.smithi029.rubqla (mgr.14180) 1239 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:09.875 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:28:11.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:11 smithi073 bash[18997]: cluster 2024-02-11T17:28:09.820884+0000 mgr.smithi029.rubqla (mgr.14180) 1240 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:11.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:11 smithi029 bash[14177]: cluster 2024-02-11T17:28:09.820884+0000 mgr.smithi029.rubqla (mgr.14180) 1240 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:13.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:13 smithi073 bash[18997]: cluster 2024-02-11T17:28:11.822115+0000 mgr.smithi029.rubqla (mgr.14180) 1241 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:13.595 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:13 smithi029 bash[14177]: cluster 2024-02-11T17:28:11.822115+0000 mgr.smithi029.rubqla (mgr.14180) 1241 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:14.020 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:28:14.020 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:26:07.445545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.dtiers on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:11.791240Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bxgieb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb\nDeploy daemon haproxy.nfs.foo.smithi073.bxgieb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:27:15.783903Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.cgtlca on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca\nDeploy daemon haproxy.nfs.foo.smithi029.cgtlca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:27:15.787757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.oullrm on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:15.789605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rhgjhb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:28:14.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:14 smithi073 bash[18997]: cluster 2024-02-11T17:28:13.823399+0000 mgr.smithi029.rubqla (mgr.14180) 1242 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:28:14.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:14 smithi073 bash[18997]: audit 2024-02-11T17:28:14.011337+0000 mgr.smithi029.rubqla (mgr.14180) 1243 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:14.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:14 smithi029 bash[14177]: cluster 2024-02-11T17:28:13.823399+0000 mgr.smithi029.rubqla (mgr.14180) 1242 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:28:14.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:14 smithi029 bash[14177]: audit 2024-02-11T17:28:14.011337+0000 mgr.smithi029.rubqla (mgr.14180) 1243 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:15.055 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:28:16.057 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:28:16.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:15 smithi029 bash[14177]: audit 2024-02-11T17:28:15.793989+0000 mon.smithi029 (mon.0) 994 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:28:16.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:15 smithi073 bash[18997]: audit 2024-02-11T17:28:15.793989+0000 mon.smithi029 (mon.0) 994 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:28:17.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:16 smithi029 bash[14177]: cluster 2024-02-11T17:28:15.824430+0000 mgr.smithi029.rubqla (mgr.14180) 1244 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:17.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:16 smithi029 bash[14177]: audit 2024-02-11T17:28:16.101141+0000 mon.smithi029 (mon.0) 995 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:28:17.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:16 smithi029 bash[14177]: audit 2024-02-11T17:28:16.102239+0000 mon.smithi029 (mon.0) 996 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:28:17.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:16 smithi029 bash[14177]: audit 2024-02-11T17:28:16.109830+0000 mon.smithi029 (mon.0) 997 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:28:17.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:16 smithi029 bash[14177]: cluster 2024-02-11T17:28:16.110755+0000 mgr.smithi029.rubqla (mgr.14180) 1245 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:28:17.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:16 smithi029 bash[14177]: audit 2024-02-11T17:28:16.117425+0000 mon.smithi029 (mon.0) 998 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:28:17.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:16 smithi029 bash[14177]: audit 2024-02-11T17:28:16.133251+0000 mon.smithi029 (mon.0) 999 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:28:17.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:16 smithi029 bash[14177]: cephadm 2024-02-11T17:28:16.137122+0000 mgr.smithi029.rubqla (mgr.14180) 1246 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.bhsrtv on smithi073 2024-02-11T17:28:17.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:16 smithi073 bash[18997]: cluster 2024-02-11T17:28:15.824430+0000 mgr.smithi029.rubqla (mgr.14180) 1244 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:17.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:16 smithi073 bash[18997]: audit 2024-02-11T17:28:16.101141+0000 mon.smithi029 (mon.0) 995 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:28:17.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:16 smithi073 bash[18997]: audit 2024-02-11T17:28:16.102239+0000 mon.smithi029 (mon.0) 996 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:28:17.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:16 smithi073 bash[18997]: audit 2024-02-11T17:28:16.109830+0000 mon.smithi029 (mon.0) 997 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:28:17.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:16 smithi073 bash[18997]: cluster 2024-02-11T17:28:16.110755+0000 mgr.smithi029.rubqla (mgr.14180) 1245 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:28:17.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:16 smithi073 bash[18997]: audit 2024-02-11T17:28:16.117425+0000 mon.smithi029 (mon.0) 998 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:28:17.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:16 smithi073 bash[18997]: audit 2024-02-11T17:28:16.133251+0000 mon.smithi029 (mon.0) 999 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:28:17.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:16 smithi073 bash[18997]: cephadm 2024-02-11T17:28:16.137122+0000 mgr.smithi029.rubqla (mgr.14180) 1246 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.bhsrtv on smithi073 2024-02-11T17:28:18.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:17 smithi029 bash[14177]: cluster 2024-02-11T17:28:17.107213+0000 mon.smithi029 (mon.0) 1000 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:28:18.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:17 smithi029 bash[14177]: cluster 2024-02-11T17:28:17.107269+0000 mon.smithi029 (mon.0) 1001 : cluster [INF] Cluster is now healthy 2024-02-11T17:28:18.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:17 smithi073 bash[18997]: cluster 2024-02-11T17:28:17.107213+0000 mon.smithi029 (mon.0) 1000 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:28:18.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:17 smithi073 bash[18997]: cluster 2024-02-11T17:28:17.107269+0000 mon.smithi029 (mon.0) 1001 : cluster [INF] Cluster is now healthy 2024-02-11T17:28:19.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:18 smithi029 bash[14177]: cluster 2024-02-11T17:28:18.111521+0000 mgr.smithi029.rubqla (mgr.14180) 1247 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:28:19.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:18 smithi073 bash[18997]: cluster 2024-02-11T17:28:18.111521+0000 mgr.smithi029.rubqla (mgr.14180) 1247 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:28:20.412 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:28:20.412 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:26:07.445545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.dtiers on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:11.791240Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bxgieb on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bxgieb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bxgieb\nDeploy daemon haproxy.nfs.foo.smithi073.bxgieb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:27:15.783903Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.cgtlca on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-cgtlca\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.cgtlca\nDeploy daemon haproxy.nfs.foo.smithi029.cgtlca ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:27:15.787757Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.oullrm on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:27:15.789605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rhgjhb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:28:21.515 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:21 smithi029 bash[14177]: cluster 2024-02-11T17:28:20.111990+0000 mgr.smithi029.rubqla (mgr.14180) 1248 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:28:21.515 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:21 smithi029 bash[14177]: audit 2024-02-11T17:28:20.730444+0000 mon.smithi029 (mon.0) 1002 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.bhsrtv"}]: dispatch 2024-02-11T17:28:21.516 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:28:21.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:21 smithi073 bash[18997]: cluster 2024-02-11T17:28:20.111990+0000 mgr.smithi029.rubqla (mgr.14180) 1248 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:28:21.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:21 smithi073 bash[18997]: audit 2024-02-11T17:28:20.730444+0000 mon.smithi029 (mon.0) 1002 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.bhsrtv"}]: dispatch 2024-02-11T17:28:22.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: audit 2024-02-11T17:28:20.396774+0000 mgr.smithi029.rubqla (mgr.14180) 1249 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:22.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: cephadm 2024-02-11T17:28:20.729251+0000 mgr.smithi029.rubqla (mgr.14180) 1250 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv 2024-02-11T17:28:22.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:28:22.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv 2024-02-11T17:28:22.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv 2024-02-11T17:28:22.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:28:22.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv 2024-02-11T17:28:22.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.bhsrtv ... 2024-02-11T17:28:22.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:28:22.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:28:22.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:28:22.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:28:22.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:28:22.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:28:22.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:28:22.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:28:22.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:28:22.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:28:22.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv 2024-02-11T17:28:22.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:28:22.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv 2024-02-11T17:28:22.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv 2024-02-11T17:28:22.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:28:22.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv 2024-02-11T17:28:22.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.bhsrtv ... 2024-02-11T17:28:22.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:28:22.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:28:22.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:28:22.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:28:22.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:28:22.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: cephadm 2024-02-11T17:28:20.729740+0000 mgr.smithi029.rubqla (mgr.14180) 1251 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.bhsrtv 2024-02-11T17:28:22.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: cephadm 2024-02-11T17:28:20.732036+0000 mgr.smithi029.rubqla (mgr.14180) 1252 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.bhsrtv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv 2024-02-11T17:28:22.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:28:22.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv 2024-02-11T17:28:22.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv 2024-02-11T17:28:22.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:28:22.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv 2024-02-11T17:28:22.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.bhsrtv ... 2024-02-11T17:28:22.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:28:22.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:28:22.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:28:22.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:28:22.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:28:22.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:22 smithi029 bash[14177]: cephadm 2024-02-11T17:28:20.735958+0000 mgr.smithi029.rubqla (mgr.14180) 1253 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.lxxpjm on smithi029 2024-02-11T17:28:22.517 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:28:22.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: audit 2024-02-11T17:28:20.396774+0000 mgr.smithi029.rubqla (mgr.14180) 1249 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:22.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: cephadm 2024-02-11T17:28:20.729251+0000 mgr.smithi029.rubqla (mgr.14180) 1250 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv 2024-02-11T17:28:22.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:28:22.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv 2024-02-11T17:28:22.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv 2024-02-11T17:28:22.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:28:22.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv 2024-02-11T17:28:22.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.bhsrtv ... 2024-02-11T17:28:22.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:28:22.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:28:22.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:28:22.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:28:22.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:28:22.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:28:22.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:28:22.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:28:22.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:28:22.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:28:22.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv 2024-02-11T17:28:22.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:28:22.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv 2024-02-11T17:28:22.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv 2024-02-11T17:28:22.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:28:22.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv 2024-02-11T17:28:22.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.bhsrtv ... 2024-02-11T17:28:22.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:28:22.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:28:22.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:28:22.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:28:22.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:28:22.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: cephadm 2024-02-11T17:28:20.729740+0000 mgr.smithi029.rubqla (mgr.14180) 1251 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.bhsrtv 2024-02-11T17:28:22.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: cephadm 2024-02-11T17:28:20.732036+0000 mgr.smithi029.rubqla (mgr.14180) 1252 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.bhsrtv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv 2024-02-11T17:28:22.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:28:22.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv 2024-02-11T17:28:22.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv 2024-02-11T17:28:22.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:28:22.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv 2024-02-11T17:28:22.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.bhsrtv ... 2024-02-11T17:28:22.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:28:22.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:28:22.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:28:22.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:28:22.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:28:22.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:22 smithi073 bash[18997]: cephadm 2024-02-11T17:28:20.735958+0000 mgr.smithi029.rubqla (mgr.14180) 1253 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.lxxpjm on smithi029 2024-02-11T17:28:23.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:23 smithi029 bash[14177]: cluster 2024-02-11T17:28:22.112843+0000 mgr.smithi029.rubqla (mgr.14180) 1254 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:28:23.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:23 smithi073 bash[18997]: cluster 2024-02-11T17:28:22.112843+0000 mgr.smithi029.rubqla (mgr.14180) 1254 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:28:25.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:25 smithi073 bash[18997]: cluster 2024-02-11T17:28:24.113858+0000 mgr.smithi029.rubqla (mgr.14180) 1255 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:28:25.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:25 smithi029 bash[14177]: cluster 2024-02-11T17:28:24.113858+0000 mgr.smithi029.rubqla (mgr.14180) 1255 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:28:26.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:26 smithi073 bash[18997]: audit 2024-02-11T17:28:25.346354+0000 mon.smithi029 (mon.0) 1003 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.lxxpjm"}]: dispatch 2024-02-11T17:28:26.608 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:26 smithi029 bash[14177]: audit 2024-02-11T17:28:25.346354+0000 mon.smithi029 (mon.0) 1003 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.lxxpjm"}]: dispatch 2024-02-11T17:28:26.992 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:28:26.992 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:27:15.789605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rhgjhb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:28:20.731796Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bhsrtv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv\nDeploy daemon haproxy.nfs.foo.smithi073.bhsrtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:28:25.347405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.lxxpjm on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm\nDeploy daemon haproxy.nfs.foo.smithi029.lxxpjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:28:25.351078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wwnvzn on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:28:25.353335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayjfzf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:28:27.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: cephadm 2024-02-11T17:28:25.345218+0000 mgr.smithi029.rubqla (mgr.14180) 1256 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm 2024-02-11T17:28:27.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:28:27.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm 2024-02-11T17:28:27.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm 2024-02-11T17:28:27.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:28:27.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm 2024-02-11T17:28:27.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.lxxpjm ... 2024-02-11T17:28:27.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:28:27.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:28:27.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:28:27.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:28:27.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:28:27.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:28:27.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:28:27.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:28:27.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:28:27.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:28:27.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm 2024-02-11T17:28:27.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:28:27.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm 2024-02-11T17:28:27.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm 2024-02-11T17:28:27.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:28:27.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm 2024-02-11T17:28:27.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.lxxpjm ... 2024-02-11T17:28:27.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:28:27.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:28:27.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:28:27.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:28:27.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:28:27.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: cephadm 2024-02-11T17:28:25.345728+0000 mgr.smithi029.rubqla (mgr.14180) 1257 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.lxxpjm 2024-02-11T17:28:27.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: cephadm 2024-02-11T17:28:25.347590+0000 mgr.smithi029.rubqla (mgr.14180) 1258 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.lxxpjm on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm 2024-02-11T17:28:27.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:28:27.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm 2024-02-11T17:28:27.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm 2024-02-11T17:28:27.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:28:27.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm 2024-02-11T17:28:27.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.lxxpjm ... 2024-02-11T17:28:27.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:28:27.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:28:27.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:28:27.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:28:27.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:28:27.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: cephadm 2024-02-11T17:28:25.351254+0000 mgr.smithi029.rubqla (mgr.14180) 1259 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.wwnvzn on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:28:27.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: cephadm 2024-02-11T17:28:25.353449+0000 mgr.smithi029.rubqla (mgr.14180) 1260 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.ayjfzf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:28:27.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: cluster 2024-02-11T17:28:25.354653+0000 mgr.smithi029.rubqla (mgr.14180) 1261 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 214 B/s rd, 0 op/s 2024-02-11T17:28:27.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:27 smithi029 bash[14177]: cluster 2024-02-11T17:28:26.186676+0000 mon.smithi029 (mon.0) 1004 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:28:27.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: cephadm 2024-02-11T17:28:25.345218+0000 mgr.smithi029.rubqla (mgr.14180) 1256 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm 2024-02-11T17:28:27.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:28:27.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm 2024-02-11T17:28:27.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm 2024-02-11T17:28:27.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:28:27.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm 2024-02-11T17:28:27.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.lxxpjm ... 2024-02-11T17:28:27.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:28:27.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:28:27.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:28:27.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:28:27.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:28:27.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:28:27.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:28:27.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:28:27.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:28:27.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:28:27.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm 2024-02-11T17:28:27.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:28:27.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm 2024-02-11T17:28:27.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm 2024-02-11T17:28:27.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:28:27.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm 2024-02-11T17:28:27.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.lxxpjm ... 2024-02-11T17:28:27.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:28:27.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:28:27.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:28:27.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:28:27.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:28:27.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: cephadm 2024-02-11T17:28:25.345728+0000 mgr.smithi029.rubqla (mgr.14180) 1257 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.lxxpjm 2024-02-11T17:28:27.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: cephadm 2024-02-11T17:28:25.347590+0000 mgr.smithi029.rubqla (mgr.14180) 1258 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.lxxpjm on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm 2024-02-11T17:28:27.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:28:27.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm 2024-02-11T17:28:27.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm 2024-02-11T17:28:27.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:28:27.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm 2024-02-11T17:28:27.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.lxxpjm ... 2024-02-11T17:28:27.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:28:27.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:28:27.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:28:27.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:28:27.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:28:27.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: cephadm 2024-02-11T17:28:25.351254+0000 mgr.smithi029.rubqla (mgr.14180) 1259 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.wwnvzn on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:28:27.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: cephadm 2024-02-11T17:28:25.353449+0000 mgr.smithi029.rubqla (mgr.14180) 1260 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.ayjfzf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:28:27.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: cluster 2024-02-11T17:28:25.354653+0000 mgr.smithi029.rubqla (mgr.14180) 1261 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 214 B/s rd, 0 op/s 2024-02-11T17:28:27.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:27 smithi073 bash[18997]: cluster 2024-02-11T17:28:26.186676+0000 mon.smithi029 (mon.0) 1004 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:28:28.002 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:28:28.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:28 smithi029 bash[14177]: audit 2024-02-11T17:28:26.978706+0000 mgr.smithi029.rubqla (mgr.14180) 1262 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:28.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:28 smithi029 bash[14177]: audit 2024-02-11T17:28:28.169237+0000 mon.smithi029 (mon.0) 1005 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:28:28.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:28 smithi073 bash[18997]: audit 2024-02-11T17:28:26.978706+0000 mgr.smithi029.rubqla (mgr.14180) 1262 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:28.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:28 smithi073 bash[18997]: audit 2024-02-11T17:28:28.169237+0000 mon.smithi029 (mon.0) 1005 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:28:29.003 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:28:29.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:29 smithi029 bash[14177]: cluster 2024-02-11T17:28:27.355966+0000 mgr.smithi029.rubqla (mgr.14180) 1263 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 182 B/s rd, 0 op/s 2024-02-11T17:28:29.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:29 smithi073 bash[18997]: cluster 2024-02-11T17:28:27.355966+0000 mgr.smithi029.rubqla (mgr.14180) 1263 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 182 B/s rd, 0 op/s 2024-02-11T17:28:31.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:31 smithi073 bash[18997]: cluster 2024-02-11T17:28:29.357155+0000 mgr.smithi029.rubqla (mgr.14180) 1264 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 182 B/s rd, 0 op/s 2024-02-11T17:28:31.658 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:31 smithi029 bash[14177]: cluster 2024-02-11T17:28:29.357155+0000 mgr.smithi029.rubqla (mgr.14180) 1264 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 182 B/s rd, 0 op/s 2024-02-11T17:28:33.286 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:28:33.286 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:27:15.789605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rhgjhb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:28:20.731796Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bhsrtv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv\nDeploy daemon haproxy.nfs.foo.smithi073.bhsrtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:28:25.347405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.lxxpjm on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm\nDeploy daemon haproxy.nfs.foo.smithi029.lxxpjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:28:25.351078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wwnvzn on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:28:25.353335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayjfzf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:28:33.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:33 smithi073 bash[18997]: cluster 2024-02-11T17:28:31.358353+0000 mgr.smithi029.rubqla (mgr.14180) 1265 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 182 B/s rd, 0 op/s 2024-02-11T17:28:33.597 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:33 smithi029 bash[14177]: cluster 2024-02-11T17:28:31.358353+0000 mgr.smithi029.rubqla (mgr.14180) 1265 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 182 B/s rd, 0 op/s 2024-02-11T17:28:34.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:28:34.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:34 smithi073 bash[18997]: audit 2024-02-11T17:28:33.272916+0000 mgr.smithi029.rubqla (mgr.14180) 1266 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:34.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:34 smithi029 bash[14177]: audit 2024-02-11T17:28:33.272916+0000 mgr.smithi029.rubqla (mgr.14180) 1266 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:35.370 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:28:35.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:35 smithi029 bash[14177]: cluster 2024-02-11T17:28:33.359521+0000 mgr.smithi029.rubqla (mgr.14180) 1267 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 364 B/s rd, 0 op/s 2024-02-11T17:28:35.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:35 smithi073 bash[18997]: cluster 2024-02-11T17:28:33.359521+0000 mgr.smithi029.rubqla (mgr.14180) 1267 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 364 B/s rd, 0 op/s 2024-02-11T17:28:37.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:37 smithi073 bash[18997]: cluster 2024-02-11T17:28:35.360628+0000 mgr.smithi029.rubqla (mgr.14180) 1268 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 182 B/s rd, 0 op/s 2024-02-11T17:28:37.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:37 smithi029 bash[14177]: cluster 2024-02-11T17:28:35.360628+0000 mgr.smithi029.rubqla (mgr.14180) 1268 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 182 B/s rd, 0 op/s 2024-02-11T17:28:39.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:39 smithi029 bash[14177]: cluster 2024-02-11T17:28:37.361523+0000 mgr.smithi029.rubqla (mgr.14180) 1269 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:39.561 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:28:39.561 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:27:15.789605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rhgjhb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:28:20.731796Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bhsrtv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv\nDeploy daemon haproxy.nfs.foo.smithi073.bhsrtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:28:25.347405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.lxxpjm on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm\nDeploy daemon haproxy.nfs.foo.smithi029.lxxpjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:28:25.351078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wwnvzn on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:28:25.353335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayjfzf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:28:39.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:39 smithi073 bash[18997]: cluster 2024-02-11T17:28:37.361523+0000 mgr.smithi029.rubqla (mgr.14180) 1269 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:40.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:28:41.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:41 smithi073 bash[18997]: cluster 2024-02-11T17:28:39.362460+0000 mgr.smithi029.rubqla (mgr.14180) 1270 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:41.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:41 smithi073 bash[18997]: audit 2024-02-11T17:28:39.548913+0000 mgr.smithi029.rubqla (mgr.14180) 1271 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:41.635 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:28:41.648 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:41 smithi029 bash[14177]: cluster 2024-02-11T17:28:39.362460+0000 mgr.smithi029.rubqla (mgr.14180) 1270 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:41.648 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:41 smithi029 bash[14177]: audit 2024-02-11T17:28:39.548913+0000 mgr.smithi029.rubqla (mgr.14180) 1271 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:43.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:43 smithi073 bash[18997]: cluster 2024-02-11T17:28:41.363672+0000 mgr.smithi029.rubqla (mgr.14180) 1272 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:43.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:43 smithi029 bash[14177]: cluster 2024-02-11T17:28:41.363672+0000 mgr.smithi029.rubqla (mgr.14180) 1272 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:45.431 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:28:45.431 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:27:15.789605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rhgjhb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:28:20.731796Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bhsrtv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv\nDeploy daemon haproxy.nfs.foo.smithi073.bhsrtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:28:25.347405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.lxxpjm on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm\nDeploy daemon haproxy.nfs.foo.smithi029.lxxpjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:28:25.351078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wwnvzn on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:28:25.353335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayjfzf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:28:45.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:45 smithi073 bash[18997]: cluster 2024-02-11T17:28:43.364371+0000 mgr.smithi029.rubqla (mgr.14180) 1273 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:28:45.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:45 smithi029 bash[14177]: cluster 2024-02-11T17:28:43.364371+0000 mgr.smithi029.rubqla (mgr.14180) 1273 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:28:46.488 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:28:47.489 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:28:47.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:47 smithi073 bash[18997]: cluster 2024-02-11T17:28:45.365372+0000 mgr.smithi029.rubqla (mgr.14180) 1274 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:47.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:47 smithi073 bash[18997]: audit 2024-02-11T17:28:45.416988+0000 mgr.smithi029.rubqla (mgr.14180) 1275 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:47.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:47 smithi029 bash[14177]: cluster 2024-02-11T17:28:45.365372+0000 mgr.smithi029.rubqla (mgr.14180) 1274 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:47.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:47 smithi029 bash[14177]: audit 2024-02-11T17:28:45.416988+0000 mgr.smithi029.rubqla (mgr.14180) 1275 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:49.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:49 smithi073 bash[18997]: cluster 2024-02-11T17:28:47.366712+0000 mgr.smithi029.rubqla (mgr.14180) 1276 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:49.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:49 smithi029 bash[14177]: cluster 2024-02-11T17:28:47.366712+0000 mgr.smithi029.rubqla (mgr.14180) 1276 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:51.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:51 smithi029 bash[14177]: cluster 2024-02-11T17:28:49.367777+0000 mgr.smithi029.rubqla (mgr.14180) 1277 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:51.541 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:28:51.541 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:27:15.789605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rhgjhb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:28:20.731796Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bhsrtv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv\nDeploy daemon haproxy.nfs.foo.smithi073.bhsrtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:28:25.347405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.lxxpjm on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm\nDeploy daemon haproxy.nfs.foo.smithi029.lxxpjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:28:25.351078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wwnvzn on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:28:25.353335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayjfzf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:28:51.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:51 smithi073 bash[18997]: cluster 2024-02-11T17:28:49.367777+0000 mgr.smithi029.rubqla (mgr.14180) 1277 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:52.559 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:28:53.560 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:28:53.575 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:53 smithi029 bash[14177]: cluster 2024-02-11T17:28:51.369114+0000 mgr.smithi029.rubqla (mgr.14180) 1278 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:53.575 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:53 smithi029 bash[14177]: audit 2024-02-11T17:28:51.527508+0000 mgr.smithi029.rubqla (mgr.14180) 1279 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:53.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:53 smithi073 bash[18997]: cluster 2024-02-11T17:28:51.369114+0000 mgr.smithi029.rubqla (mgr.14180) 1278 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:53.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:53 smithi073 bash[18997]: audit 2024-02-11T17:28:51.527508+0000 mgr.smithi029.rubqla (mgr.14180) 1279 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:55.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:55 smithi073 bash[18997]: cluster 2024-02-11T17:28:53.370431+0000 mgr.smithi029.rubqla (mgr.14180) 1280 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:28:55.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:55 smithi029 bash[14177]: cluster 2024-02-11T17:28:53.370431+0000 mgr.smithi029.rubqla (mgr.14180) 1280 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:28:56.459 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:56 smithi029 bash[14177]: cluster 2024-02-11T17:28:55.371123+0000 mgr.smithi029.rubqla (mgr.14180) 1281 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:56.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:56 smithi073 bash[18997]: cluster 2024-02-11T17:28:55.371123+0000 mgr.smithi029.rubqla (mgr.14180) 1281 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:57.773 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:28:57.773 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:27:15.789605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rhgjhb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:28:20.731796Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bhsrtv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv\nDeploy daemon haproxy.nfs.foo.smithi073.bhsrtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:28:25.347405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.lxxpjm on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm\nDeploy daemon haproxy.nfs.foo.smithi029.lxxpjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:28:25.351078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wwnvzn on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:28:25.353335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayjfzf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:28:58.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:58 smithi029 bash[14177]: cluster 2024-02-11T17:28:57.372358+0000 mgr.smithi029.rubqla (mgr.14180) 1282 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:58.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:28:58 smithi029 bash[14177]: audit 2024-02-11T17:28:57.759479+0000 mgr.smithi029.rubqla (mgr.14180) 1283 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:58.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:28:58.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:58 smithi073 bash[18997]: cluster 2024-02-11T17:28:57.372358+0000 mgr.smithi029.rubqla (mgr.14180) 1282 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:28:58.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:28:58 smithi073 bash[18997]: audit 2024-02-11T17:28:57.759479+0000 mgr.smithi029.rubqla (mgr.14180) 1283 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:28:59.781 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:29:00.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:00 smithi073 bash[18997]: cluster 2024-02-11T17:28:59.373445+0000 mgr.smithi029.rubqla (mgr.14180) 1284 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:00.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:00 smithi029 bash[14177]: cluster 2024-02-11T17:28:59.373445+0000 mgr.smithi029.rubqla (mgr.14180) 1284 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:02.729 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:02 smithi073 bash[18997]: cluster 2024-02-11T17:29:01.374634+0000 mgr.smithi029.rubqla (mgr.14180) 1285 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:02.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:02 smithi029 bash[14177]: cluster 2024-02-11T17:29:01.374634+0000 mgr.smithi029.rubqla (mgr.14180) 1285 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:04.229 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:29:04.229 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:27:15.789605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rhgjhb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:28:20.731796Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bhsrtv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv\nDeploy daemon haproxy.nfs.foo.smithi073.bhsrtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:28:25.347405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.lxxpjm on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm\nDeploy daemon haproxy.nfs.foo.smithi029.lxxpjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:28:25.351078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wwnvzn on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:28:25.353335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayjfzf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:29:04.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:04 smithi029 bash[14177]: cluster 2024-02-11T17:29:03.375712+0000 mgr.smithi029.rubqla (mgr.14180) 1286 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:29:04.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:04 smithi029 bash[14177]: audit 2024-02-11T17:29:04.220480+0000 mgr.smithi029.rubqla (mgr.14180) 1287 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:29:04.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:04 smithi073 bash[18997]: cluster 2024-02-11T17:29:03.375712+0000 mgr.smithi029.rubqla (mgr.14180) 1286 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:29:04.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:04 smithi073 bash[18997]: audit 2024-02-11T17:29:04.220480+0000 mgr.smithi029.rubqla (mgr.14180) 1287 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:29:05.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:29:06.255 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:29:06.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:06 smithi029 bash[14177]: cluster 2024-02-11T17:29:05.376846+0000 mgr.smithi029.rubqla (mgr.14180) 1288 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:06.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:06 smithi073 bash[18997]: cluster 2024-02-11T17:29:05.376846+0000 mgr.smithi029.rubqla (mgr.14180) 1288 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:08.841 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:08 smithi029 bash[14177]: cluster 2024-02-11T17:29:07.378125+0000 mgr.smithi029.rubqla (mgr.14180) 1289 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:08.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:08 smithi073 bash[18997]: cluster 2024-02-11T17:29:07.378125+0000 mgr.smithi029.rubqla (mgr.14180) 1289 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:10.582 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:29:10.582 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:27:15.789605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rhgjhb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:28:20.731796Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bhsrtv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv\nDeploy daemon haproxy.nfs.foo.smithi073.bhsrtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:28:25.347405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.lxxpjm on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm\nDeploy daemon haproxy.nfs.foo.smithi029.lxxpjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:28:25.351078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wwnvzn on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:28:25.353335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayjfzf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:29:10.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:10 smithi073 bash[18997]: cluster 2024-02-11T17:29:09.378839+0000 mgr.smithi029.rubqla (mgr.14180) 1290 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:10.867 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:10 smithi029 bash[14177]: cluster 2024-02-11T17:29:09.378839+0000 mgr.smithi029.rubqla (mgr.14180) 1290 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:11.568 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:29:11.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:11 smithi073 bash[18997]: audit 2024-02-11T17:29:10.568660+0000 mgr.smithi029.rubqla (mgr.14180) 1291 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:29:11.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:11 smithi029 bash[14177]: audit 2024-02-11T17:29:10.568660+0000 mgr.smithi029.rubqla (mgr.14180) 1291 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:29:12.569 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:29:12.728 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:12 smithi073 bash[18997]: cluster 2024-02-11T17:29:11.379988+0000 mgr.smithi029.rubqla (mgr.14180) 1292 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:12.775 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:12 smithi029 bash[14177]: cluster 2024-02-11T17:29:11.379988+0000 mgr.smithi029.rubqla (mgr.14180) 1292 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:14.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:14 smithi073 bash[18997]: cluster 2024-02-11T17:29:13.381271+0000 mgr.smithi029.rubqla (mgr.14180) 1293 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:29:14.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:14 smithi029 bash[14177]: cluster 2024-02-11T17:29:13.381271+0000 mgr.smithi029.rubqla (mgr.14180) 1293 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:29:16.834 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:29:16.834 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:27:15.789605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rhgjhb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:28:20.731796Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bhsrtv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv\nDeploy daemon haproxy.nfs.foo.smithi073.bhsrtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:28:25.347405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.lxxpjm on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm\nDeploy daemon haproxy.nfs.foo.smithi029.lxxpjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:28:25.351078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wwnvzn on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:28:25.353335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayjfzf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:29:16.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:16 smithi073 bash[18997]: cluster 2024-02-11T17:29:15.382406+0000 mgr.smithi029.rubqla (mgr.14180) 1294 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:16.886 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:16 smithi029 bash[14177]: cluster 2024-02-11T17:29:15.382406+0000 mgr.smithi029.rubqla (mgr.14180) 1294 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:17.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:17 smithi073 bash[18997]: audit 2024-02-11T17:29:16.821509+0000 mgr.smithi029.rubqla (mgr.14180) 1295 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:29:17.888 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:17 smithi029 bash[14177]: audit 2024-02-11T17:29:16.821509+0000 mgr.smithi029.rubqla (mgr.14180) 1295 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:29:17.890 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:29:18.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:18 smithi073 bash[18997]: cluster 2024-02-11T17:29:17.383731+0000 mgr.smithi029.rubqla (mgr.14180) 1296 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:18.891 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:29:18.904 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:18 smithi029 bash[14177]: cluster 2024-02-11T17:29:17.383731+0000 mgr.smithi029.rubqla (mgr.14180) 1296 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:20.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:20 smithi073 bash[18997]: cluster 2024-02-11T17:29:19.384810+0000 mgr.smithi029.rubqla (mgr.14180) 1297 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:20.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:20 smithi029 bash[14177]: cluster 2024-02-11T17:29:19.384810+0000 mgr.smithi029.rubqla (mgr.14180) 1297 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:22.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:22 smithi073 bash[18997]: cluster 2024-02-11T17:29:21.386026+0000 mgr.smithi029.rubqla (mgr.14180) 1298 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:22.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:22 smithi029 bash[14177]: cluster 2024-02-11T17:29:21.386026+0000 mgr.smithi029.rubqla (mgr.14180) 1298 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:22.978 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:29:22.979 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:27:15.789605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rhgjhb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:28:20.731796Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bhsrtv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv\nDeploy daemon haproxy.nfs.foo.smithi073.bhsrtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:28:25.347405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.lxxpjm on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm\nDeploy daemon haproxy.nfs.foo.smithi029.lxxpjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:28:25.351078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wwnvzn on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:28:25.353335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayjfzf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:29:23.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:23 smithi029 bash[14177]: audit 2024-02-11T17:29:22.965719+0000 mgr.smithi029.rubqla (mgr.14180) 1299 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:29:23.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:23 smithi073 bash[18997]: audit 2024-02-11T17:29:22.965719+0000 mgr.smithi029.rubqla (mgr.14180) 1299 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:29:24.042 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:29:24.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:24 smithi073 bash[18997]: cluster 2024-02-11T17:29:23.387262+0000 mgr.smithi029.rubqla (mgr.14180) 1300 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:29:24.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:24 smithi029 bash[14177]: cluster 2024-02-11T17:29:23.387262+0000 mgr.smithi029.rubqla (mgr.14180) 1300 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:29:25.043 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:29:25.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:25 smithi073 bash[18997]: audit 2024-02-11T17:29:25.357528+0000 mon.smithi029 (mon.0) 1006 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:29:25.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:25 smithi029 bash[14177]: audit 2024-02-11T17:29:25.357528+0000 mon.smithi029 (mon.0) 1006 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:29:26.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:26 smithi073 bash[18997]: cluster 2024-02-11T17:29:25.388139+0000 mgr.smithi029.rubqla (mgr.14180) 1301 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:26.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:26 smithi073 bash[18997]: audit 2024-02-11T17:29:25.664180+0000 mon.smithi029 (mon.0) 1007 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:29:26.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:26 smithi073 bash[18997]: audit 2024-02-11T17:29:25.665601+0000 mon.smithi029 (mon.0) 1008 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:29:26.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:26 smithi073 bash[18997]: audit 2024-02-11T17:29:25.671710+0000 mon.smithi029 (mon.0) 1009 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:29:26.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:26 smithi073 bash[18997]: cluster 2024-02-11T17:29:25.672411+0000 mgr.smithi029.rubqla (mgr.14180) 1302 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:29:26.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:26 smithi073 bash[18997]: audit 2024-02-11T17:29:25.678314+0000 mon.smithi029 (mon.0) 1010 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:29:26.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:26 smithi073 bash[18997]: audit 2024-02-11T17:29:25.690828+0000 mon.smithi029 (mon.0) 1011 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:29:26.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:26 smithi073 bash[18997]: cephadm 2024-02-11T17:29:25.697069+0000 mgr.smithi029.rubqla (mgr.14180) 1303 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.mzpgbd on smithi073 2024-02-11T17:29:26.881 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:26 smithi029 bash[14177]: cluster 2024-02-11T17:29:25.388139+0000 mgr.smithi029.rubqla (mgr.14180) 1301 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:26.881 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:26 smithi029 bash[14177]: audit 2024-02-11T17:29:25.664180+0000 mon.smithi029 (mon.0) 1007 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:29:26.881 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:26 smithi029 bash[14177]: audit 2024-02-11T17:29:25.665601+0000 mon.smithi029 (mon.0) 1008 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:29:26.881 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:26 smithi029 bash[14177]: audit 2024-02-11T17:29:25.671710+0000 mon.smithi029 (mon.0) 1009 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:29:26.881 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:26 smithi029 bash[14177]: cluster 2024-02-11T17:29:25.672411+0000 mgr.smithi029.rubqla (mgr.14180) 1302 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:29:26.882 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:26 smithi029 bash[14177]: audit 2024-02-11T17:29:25.678314+0000 mon.smithi029 (mon.0) 1010 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:29:26.882 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:26 smithi029 bash[14177]: audit 2024-02-11T17:29:25.690828+0000 mon.smithi029 (mon.0) 1011 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:29:26.882 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:26 smithi029 bash[14177]: cephadm 2024-02-11T17:29:25.697069+0000 mgr.smithi029.rubqla (mgr.14180) 1303 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.mzpgbd on smithi073 2024-02-11T17:29:27.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:27 smithi073 bash[18997]: cluster 2024-02-11T17:29:26.670052+0000 mon.smithi029 (mon.0) 1012 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:29:27.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:27 smithi073 bash[18997]: cluster 2024-02-11T17:29:26.670105+0000 mon.smithi029 (mon.0) 1013 : cluster [INF] Cluster is now healthy 2024-02-11T17:29:27.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:27 smithi029 bash[14177]: cluster 2024-02-11T17:29:26.670052+0000 mon.smithi029 (mon.0) 1012 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:29:27.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:27 smithi029 bash[14177]: cluster 2024-02-11T17:29:26.670105+0000 mon.smithi029 (mon.0) 1013 : cluster [INF] Cluster is now healthy 2024-02-11T17:29:28.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:28 smithi073 bash[18997]: cluster 2024-02-11T17:29:27.673502+0000 mgr.smithi029.rubqla (mgr.14180) 1304 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:29:28.900 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:28 smithi029 bash[14177]: cluster 2024-02-11T17:29:27.673502+0000 mgr.smithi029.rubqla (mgr.14180) 1304 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:29:29.313 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:29:29.314 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:27:15.789605Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.rhgjhb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:28:20.731796Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bhsrtv on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bhsrtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bhsrtv\nDeploy daemon haproxy.nfs.foo.smithi073.bhsrtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:28:25.347405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.lxxpjm on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-lxxpjm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.lxxpjm\nDeploy daemon haproxy.nfs.foo.smithi029.lxxpjm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:28:25.351078Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wwnvzn on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:28:25.353335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayjfzf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:29:29.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:29 smithi073 bash[18997]: audit 2024-02-11T17:29:29.653455+0000 mon.smithi029 (mon.0) 1014 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.mzpgbd"}]: dispatch 2024-02-11T17:29:29.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:29 smithi029 bash[14177]: audit 2024-02-11T17:29:29.653455+0000 mon.smithi029 (mon.0) 1014 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.mzpgbd"}]: dispatch 2024-02-11T17:29:30.512 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:29:30.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: audit 2024-02-11T17:29:29.305124+0000 mgr.smithi029.rubqla (mgr.14180) 1305 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:29:30.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: cephadm 2024-02-11T17:29:29.652304+0000 mgr.smithi029.rubqla (mgr.14180) 1306 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd 2024-02-11T17:29:30.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:29:30.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd 2024-02-11T17:29:30.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd 2024-02-11T17:29:30.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:29:30.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd 2024-02-11T17:29:30.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.mzpgbd ... 2024-02-11T17:29:30.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:29:30.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:29:30.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:29:30.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:29:30.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:29:30.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:29:30.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:29:30.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:29:30.937 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:29:30.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:29:30.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd 2024-02-11T17:29:30.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:29:30.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd 2024-02-11T17:29:30.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd 2024-02-11T17:29:30.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:29:30.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd 2024-02-11T17:29:30.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.mzpgbd ... 2024-02-11T17:29:30.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:29:30.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:29:30.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:29:30.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:29:30.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:29:30.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: cephadm 2024-02-11T17:29:29.652777+0000 mgr.smithi029.rubqla (mgr.14180) 1307 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.mzpgbd 2024-02-11T17:29:30.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: cephadm 2024-02-11T17:29:29.655039+0000 mgr.smithi029.rubqla (mgr.14180) 1308 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.mzpgbd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd 2024-02-11T17:29:30.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:29:30.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd 2024-02-11T17:29:30.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd 2024-02-11T17:29:30.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:29:30.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd 2024-02-11T17:29:30.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.mzpgbd ... 2024-02-11T17:29:30.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:29:30.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:29:30.941 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:29:30.941 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:29:30.941 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:29:30.941 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: cephadm 2024-02-11T17:29:29.659455+0000 mgr.smithi029.rubqla (mgr.14180) 1309 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.trpuwa on smithi029 2024-02-11T17:29:30.941 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:30 smithi029 bash[14177]: cluster 2024-02-11T17:29:29.674112+0000 mgr.smithi029.rubqla (mgr.14180) 1310 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:29:31.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: audit 2024-02-11T17:29:29.305124+0000 mgr.smithi029.rubqla (mgr.14180) 1305 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:29:31.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: cephadm 2024-02-11T17:29:29.652304+0000 mgr.smithi029.rubqla (mgr.14180) 1306 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd 2024-02-11T17:29:31.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:29:31.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd 2024-02-11T17:29:31.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd 2024-02-11T17:29:31.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:29:31.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd 2024-02-11T17:29:31.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.mzpgbd ... 2024-02-11T17:29:31.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:29:31.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:29:31.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:29:31.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:29:31.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:29:31.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:29:31.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:29:31.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:29:31.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:29:31.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:29:31.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd 2024-02-11T17:29:31.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:29:31.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd 2024-02-11T17:29:31.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd 2024-02-11T17:29:31.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:29:31.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd 2024-02-11T17:29:31.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.mzpgbd ... 2024-02-11T17:29:31.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:29:31.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:29:31.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:29:31.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:29:31.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:29:31.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: cephadm 2024-02-11T17:29:29.652777+0000 mgr.smithi029.rubqla (mgr.14180) 1307 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.mzpgbd 2024-02-11T17:29:31.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: cephadm 2024-02-11T17:29:29.655039+0000 mgr.smithi029.rubqla (mgr.14180) 1308 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.mzpgbd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd 2024-02-11T17:29:31.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:29:31.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd 2024-02-11T17:29:31.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd 2024-02-11T17:29:31.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:29:31.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd 2024-02-11T17:29:31.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.mzpgbd ... 2024-02-11T17:29:31.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:29:31.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:29:31.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:29:31.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:29:31.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:29:31.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: cephadm 2024-02-11T17:29:29.659455+0000 mgr.smithi029.rubqla (mgr.14180) 1309 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.trpuwa on smithi029 2024-02-11T17:29:31.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:30 smithi073 bash[18997]: cluster 2024-02-11T17:29:29.674112+0000 mgr.smithi029.rubqla (mgr.14180) 1310 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:29:31.512 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:29:33.243 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:33 smithi029 bash[14177]: cluster 2024-02-11T17:29:31.674832+0000 mgr.smithi029.rubqla (mgr.14180) 1311 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:29:33.243 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:33 smithi029 bash[14177]: audit 2024-02-11T17:29:32.081927+0000 mon.smithi029 (mon.0) 1015 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:29:33.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:33 smithi073 bash[18997]: cluster 2024-02-11T17:29:31.674832+0000 mgr.smithi029.rubqla (mgr.14180) 1311 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:29:33.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:33 smithi073 bash[18997]: audit 2024-02-11T17:29:32.081927+0000 mon.smithi029 (mon.0) 1015 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:29:35.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:35 smithi029 bash[14177]: cluster 2024-02-11T17:29:33.675805+0000 mgr.smithi029.rubqla (mgr.14180) 1312 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:29:35.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:35 smithi029 bash[14177]: audit 2024-02-11T17:29:34.342491+0000 mon.smithi029 (mon.0) 1016 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.trpuwa"}]: dispatch 2024-02-11T17:29:35.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:35 smithi073 bash[18997]: cluster 2024-02-11T17:29:33.675805+0000 mgr.smithi029.rubqla (mgr.14180) 1312 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:29:35.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:35 smithi073 bash[18997]: audit 2024-02-11T17:29:34.342491+0000 mon.smithi029 (mon.0) 1016 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.trpuwa"}]: dispatch 2024-02-11T17:29:36.078 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:29:36.078 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:28:25.353335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayjfzf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:29:29.654778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.mzpgbd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd\nDeploy daemon haproxy.nfs.foo.smithi073.mzpgbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:29:34.343812Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.trpuwa on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa\nDeploy daemon haproxy.nfs.foo.smithi029.trpuwa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:29:34.347506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.reghwa on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:29:34.350972Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iuxzcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:29:36.389 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: cephadm 2024-02-11T17:29:34.341425+0000 mgr.smithi029.rubqla (mgr.14180) 1313 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa 2024-02-11T17:29:36.389 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:29:36.389 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa 2024-02-11T17:29:36.389 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa 2024-02-11T17:29:36.389 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:29:36.389 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa 2024-02-11T17:29:36.390 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.trpuwa ... 2024-02-11T17:29:36.390 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:29:36.390 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:29:36.390 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:29:36.390 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:29:36.390 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:29:36.390 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:29:36.390 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:29:36.390 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:29:36.390 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:29:36.390 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:29:36.390 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa 2024-02-11T17:29:36.390 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:29:36.390 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa 2024-02-11T17:29:36.391 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa 2024-02-11T17:29:36.391 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:29:36.391 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa 2024-02-11T17:29:36.391 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.trpuwa ... 2024-02-11T17:29:36.391 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:29:36.391 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:29:36.391 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:29:36.391 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:29:36.391 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:29:36.391 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: cephadm 2024-02-11T17:29:34.341873+0000 mgr.smithi029.rubqla (mgr.14180) 1314 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.trpuwa 2024-02-11T17:29:36.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: cephadm 2024-02-11T17:29:34.344057+0000 mgr.smithi029.rubqla (mgr.14180) 1315 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.trpuwa on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa 2024-02-11T17:29:36.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:29:36.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa 2024-02-11T17:29:36.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa 2024-02-11T17:29:36.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:29:36.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa 2024-02-11T17:29:36.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.trpuwa ... 2024-02-11T17:29:36.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:29:36.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:29:36.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:29:36.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:29:36.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:29:36.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: cephadm 2024-02-11T17:29:34.347699+0000 mgr.smithi029.rubqla (mgr.14180) 1316 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.reghwa on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:29:36.393 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: cephadm 2024-02-11T17:29:34.351135+0000 mgr.smithi029.rubqla (mgr.14180) 1317 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.iuxzcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:29:36.393 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: cluster 2024-02-11T17:29:34.351945+0000 mgr.smithi029.rubqla (mgr.14180) 1318 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 228 B/s rd, 0 op/s 2024-02-11T17:29:36.393 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:36 smithi029 bash[14177]: cluster 2024-02-11T17:29:35.083140+0000 mon.smithi029 (mon.0) 1017 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:29:36.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: cephadm 2024-02-11T17:29:34.341425+0000 mgr.smithi029.rubqla (mgr.14180) 1313 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa 2024-02-11T17:29:36.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:29:36.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa 2024-02-11T17:29:36.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa 2024-02-11T17:29:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:29:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa 2024-02-11T17:29:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.trpuwa ... 2024-02-11T17:29:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:29:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:29:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:29:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:29:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:29:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:29:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:29:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:29:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:29:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:29:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa 2024-02-11T17:29:36.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:29:36.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa 2024-02-11T17:29:36.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa 2024-02-11T17:29:36.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:29:36.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa 2024-02-11T17:29:36.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.trpuwa ... 2024-02-11T17:29:36.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:29:36.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:29:36.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:29:36.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:29:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:29:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: cephadm 2024-02-11T17:29:34.341873+0000 mgr.smithi029.rubqla (mgr.14180) 1314 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.trpuwa 2024-02-11T17:29:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: cephadm 2024-02-11T17:29:34.344057+0000 mgr.smithi029.rubqla (mgr.14180) 1315 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.trpuwa on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa 2024-02-11T17:29:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:29:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa 2024-02-11T17:29:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa 2024-02-11T17:29:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:29:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa 2024-02-11T17:29:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.trpuwa ... 2024-02-11T17:29:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:29:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:29:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:29:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:29:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:29:36.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: cephadm 2024-02-11T17:29:34.347699+0000 mgr.smithi029.rubqla (mgr.14180) 1316 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.reghwa on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:29:36.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: cephadm 2024-02-11T17:29:34.351135+0000 mgr.smithi029.rubqla (mgr.14180) 1317 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.iuxzcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:29:36.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: cluster 2024-02-11T17:29:34.351945+0000 mgr.smithi029.rubqla (mgr.14180) 1318 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 228 B/s rd, 0 op/s 2024-02-11T17:29:36.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:36 smithi073 bash[18997]: cluster 2024-02-11T17:29:35.083140+0000 mon.smithi029 (mon.0) 1017 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:29:37.149 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:29:37.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:37 smithi029 bash[14177]: audit 2024-02-11T17:29:36.064683+0000 mgr.smithi029.rubqla (mgr.14180) 1319 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:29:37.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:37 smithi073 bash[18997]: audit 2024-02-11T17:29:36.064683+0000 mgr.smithi029.rubqla (mgr.14180) 1319 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:29:38.150 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:29:38.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:38 smithi029 bash[14177]: cluster 2024-02-11T17:29:36.353227+0000 mgr.smithi029.rubqla (mgr.14180) 1320 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-11T17:29:38.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:38 smithi073 bash[18997]: cluster 2024-02-11T17:29:36.353227+0000 mgr.smithi029.rubqla (mgr.14180) 1320 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-11T17:29:39.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:39 smithi029 bash[14177]: audit 2024-02-11T17:29:38.223257+0000 mon.smithi029 (mon.0) 1018 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:29:39.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:39 smithi073 bash[18997]: audit 2024-02-11T17:29:38.223257+0000 mon.smithi029 (mon.0) 1018 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:29:40.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:40 smithi029 bash[14177]: cluster 2024-02-11T17:29:38.354116+0000 mgr.smithi029.rubqla (mgr.14180) 1321 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-11T17:29:40.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:40 smithi073 bash[18997]: cluster 2024-02-11T17:29:38.354116+0000 mgr.smithi029.rubqla (mgr.14180) 1321 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-11T17:29:42.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:42 smithi029 bash[14177]: cluster 2024-02-11T17:29:40.355172+0000 mgr.smithi029.rubqla (mgr.14180) 1322 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-11T17:29:42.577 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:29:42.577 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:28:25.353335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayjfzf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:29:29.654778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.mzpgbd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd\nDeploy daemon haproxy.nfs.foo.smithi073.mzpgbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:29:34.343812Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.trpuwa on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa\nDeploy daemon haproxy.nfs.foo.smithi029.trpuwa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:29:34.347506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.reghwa on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:29:34.350972Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iuxzcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:29:42.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:42 smithi073 bash[18997]: cluster 2024-02-11T17:29:40.355172+0000 mgr.smithi029.rubqla (mgr.14180) 1322 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-11T17:29:43.616 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:29:44.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:44 smithi073 bash[18997]: cluster 2024-02-11T17:29:42.356053+0000 mgr.smithi029.rubqla (mgr.14180) 1323 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-11T17:29:44.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:44 smithi073 bash[18997]: audit 2024-02-11T17:29:42.563528+0000 mgr.smithi029.rubqla (mgr.14180) 1324 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:29:44.616 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:29:44.630 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:44 smithi029 bash[14177]: cluster 2024-02-11T17:29:42.356053+0000 mgr.smithi029.rubqla (mgr.14180) 1323 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-11T17:29:44.630 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:44 smithi029 bash[14177]: audit 2024-02-11T17:29:42.563528+0000 mgr.smithi029.rubqla (mgr.14180) 1324 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:29:46.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:46 smithi073 bash[18997]: cluster 2024-02-11T17:29:44.357135+0000 mgr.smithi029.rubqla (mgr.14180) 1325 : cluster [DBG] pgmap v913: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-11T17:29:46.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:46 smithi029 bash[14177]: cluster 2024-02-11T17:29:44.357135+0000 mgr.smithi029.rubqla (mgr.14180) 1325 : cluster [DBG] pgmap v913: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-11T17:29:48.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:48 smithi073 bash[18997]: cluster 2024-02-11T17:29:46.358128+0000 mgr.smithi029.rubqla (mgr.14180) 1326 : 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-02-11T17:29:48.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:48 smithi073 bash[18997]: audit 2024-02-11T17:29:47.083252+0000 mon.smithi029 (mon.0) 1019 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:29:48.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:48 smithi029 bash[14177]: cluster 2024-02-11T17:29:46.358128+0000 mgr.smithi029.rubqla (mgr.14180) 1326 : 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-02-11T17:29:48.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:48 smithi029 bash[14177]: audit 2024-02-11T17:29:47.083252+0000 mon.smithi029 (mon.0) 1019 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:29:48.668 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:29:48.668 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:28:25.353335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayjfzf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:29:29.654778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.mzpgbd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd\nDeploy daemon haproxy.nfs.foo.smithi073.mzpgbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:29:34.343812Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.trpuwa on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa\nDeploy daemon haproxy.nfs.foo.smithi029.trpuwa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:29:34.347506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.reghwa on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:29:34.350972Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iuxzcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:29:49.713 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:29:50.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:50 smithi073 bash[18997]: cluster 2024-02-11T17:29:48.359237+0000 mgr.smithi029.rubqla (mgr.14180) 1327 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:50.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:50 smithi073 bash[18997]: audit 2024-02-11T17:29:48.659611+0000 mgr.smithi029.rubqla (mgr.14180) 1328 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:29:50.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:50 smithi029 bash[14177]: cluster 2024-02-11T17:29:48.359237+0000 mgr.smithi029.rubqla (mgr.14180) 1327 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:50.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:50 smithi029 bash[14177]: audit 2024-02-11T17:29:48.659611+0000 mgr.smithi029.rubqla (mgr.14180) 1328 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:29:50.714 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:29:52.414 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:52 smithi029 bash[14177]: cluster 2024-02-11T17:29:50.360357+0000 mgr.smithi029.rubqla (mgr.14180) 1329 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:52.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:52 smithi073 bash[18997]: cluster 2024-02-11T17:29:50.360357+0000 mgr.smithi029.rubqla (mgr.14180) 1329 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:54.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:54 smithi029 bash[14177]: cluster 2024-02-11T17:29:52.361473+0000 mgr.smithi029.rubqla (mgr.14180) 1330 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:54.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:54 smithi073 bash[18997]: cluster 2024-02-11T17:29:52.361473+0000 mgr.smithi029.rubqla (mgr.14180) 1330 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:29:54.915 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:29:54.916 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:28:25.353335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayjfzf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:29:29.654778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.mzpgbd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd\nDeploy daemon haproxy.nfs.foo.smithi073.mzpgbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:29:34.343812Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.trpuwa on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa\nDeploy daemon haproxy.nfs.foo.smithi029.trpuwa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:29:34.347506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.reghwa on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:29:34.350972Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iuxzcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:29:55.958 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:29:56.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:56 smithi029 bash[14177]: cluster 2024-02-11T17:29:54.362651+0000 mgr.smithi029.rubqla (mgr.14180) 1331 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:29:56.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:56 smithi029 bash[14177]: audit 2024-02-11T17:29:54.901832+0000 mgr.smithi029.rubqla (mgr.14180) 1332 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:29:56.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:56 smithi073 bash[18997]: cluster 2024-02-11T17:29:54.362651+0000 mgr.smithi029.rubqla (mgr.14180) 1331 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:29:56.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:56 smithi073 bash[18997]: audit 2024-02-11T17:29:54.901832+0000 mgr.smithi029.rubqla (mgr.14180) 1332 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:29:56.959 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:29:58.404 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:29:58 smithi029 bash[14177]: cluster 2024-02-11T17:29:56.363878+0000 mgr.smithi029.rubqla (mgr.14180) 1333 : 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-02-11T17:29:58.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:29:58 smithi073 bash[18997]: cluster 2024-02-11T17:29:56.363878+0000 mgr.smithi029.rubqla (mgr.14180) 1333 : 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-02-11T17:30:00.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:00 smithi029 bash[14177]: cluster 2024-02-11T17:29:58.365187+0000 mgr.smithi029.rubqla (mgr.14180) 1334 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:30:00.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:00 smithi029 bash[14177]: cluster 2024-02-11T17:30:00.000154+0000 mon.smithi029 (mon.0) 1020 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-02-11T17:30:00.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:00 smithi073 bash[18997]: cluster 2024-02-11T17:29:58.365187+0000 mgr.smithi029.rubqla (mgr.14180) 1334 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:30:00.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:00 smithi073 bash[18997]: cluster 2024-02-11T17:30:00.000154+0000 mon.smithi029 (mon.0) 1020 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-02-11T17:30:01.262 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:30:01.262 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:28:25.353335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayjfzf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:29:29.654778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.mzpgbd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd\nDeploy daemon haproxy.nfs.foo.smithi073.mzpgbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:29:34.343812Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.trpuwa on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa\nDeploy daemon haproxy.nfs.foo.smithi029.trpuwa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:29:34.347506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.reghwa on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:29:34.350972Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iuxzcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:30:02.358 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:30:02.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:02 smithi029 bash[14177]: cluster 2024-02-11T17:30:00.366283+0000 mgr.smithi029.rubqla (mgr.14180) 1335 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:30:02.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:02 smithi029 bash[14177]: audit 2024-02-11T17:30:01.249944+0000 mgr.smithi029.rubqla (mgr.14180) 1336 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:30:02.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:02 smithi073 bash[18997]: cluster 2024-02-11T17:30:00.366283+0000 mgr.smithi029.rubqla (mgr.14180) 1335 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:30:02.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:02 smithi073 bash[18997]: audit 2024-02-11T17:30:01.249944+0000 mgr.smithi029.rubqla (mgr.14180) 1336 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:30:03.360 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:30:04.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:04 smithi029 bash[14177]: cluster 2024-02-11T17:30:02.367508+0000 mgr.smithi029.rubqla (mgr.14180) 1337 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:30:04.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:04 smithi073 bash[18997]: cluster 2024-02-11T17:30:02.367508+0000 mgr.smithi029.rubqla (mgr.14180) 1337 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:30:06.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:06 smithi029 bash[14177]: cluster 2024-02-11T17:30:04.368682+0000 mgr.smithi029.rubqla (mgr.14180) 1338 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:30:06.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:06 smithi073 bash[18997]: cluster 2024-02-11T17:30:04.368682+0000 mgr.smithi029.rubqla (mgr.14180) 1338 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:30:07.670 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:30:07.671 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:28:25.353335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayjfzf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:29:29.654778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.mzpgbd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd\nDeploy daemon haproxy.nfs.foo.smithi073.mzpgbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:29:34.343812Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.trpuwa on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa\nDeploy daemon haproxy.nfs.foo.smithi029.trpuwa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:29:34.347506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.reghwa on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:29:34.350972Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iuxzcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:30:08.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:08 smithi029 bash[14177]: cluster 2024-02-11T17:30:06.369938+0000 mgr.smithi029.rubqla (mgr.14180) 1339 : 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-02-11T17:30:08.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:08 smithi073 bash[18997]: cluster 2024-02-11T17:30:06.369938+0000 mgr.smithi029.rubqla (mgr.14180) 1339 : 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-02-11T17:30:08.617 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:30:09.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:09 smithi029 bash[14177]: audit 2024-02-11T17:30:07.657823+0000 mgr.smithi029.rubqla (mgr.14180) 1340 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:30:09.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:09 smithi073 bash[18997]: audit 2024-02-11T17:30:07.657823+0000 mgr.smithi029.rubqla (mgr.14180) 1340 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:30:09.617 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:30:10.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:10 smithi029 bash[14177]: cluster 2024-02-11T17:30:08.370753+0000 mgr.smithi029.rubqla (mgr.14180) 1341 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:30:10.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:10 smithi073 bash[18997]: cluster 2024-02-11T17:30:08.370753+0000 mgr.smithi029.rubqla (mgr.14180) 1341 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:30:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:12 smithi029 bash[14177]: cluster 2024-02-11T17:30:10.371456+0000 mgr.smithi029.rubqla (mgr.14180) 1342 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:30:12.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:12 smithi073 bash[18997]: cluster 2024-02-11T17:30:10.371456+0000 mgr.smithi029.rubqla (mgr.14180) 1342 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:30:14.230 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:30:14.230 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:28:25.353335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayjfzf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:29:29.654778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.mzpgbd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd\nDeploy daemon haproxy.nfs.foo.smithi073.mzpgbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:29:34.343812Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.trpuwa on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa\nDeploy daemon haproxy.nfs.foo.smithi029.trpuwa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:29:34.347506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.reghwa on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:29:34.350972Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iuxzcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:30:14.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:14 smithi029 bash[14177]: cluster 2024-02-11T17:30:12.372880+0000 mgr.smithi029.rubqla (mgr.14180) 1343 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:30:14.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:14 smithi073 bash[18997]: cluster 2024-02-11T17:30:12.372880+0000 mgr.smithi029.rubqla (mgr.14180) 1343 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:30:15.246 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:30:15.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:15 smithi029 bash[14177]: audit 2024-02-11T17:30:14.216636+0000 mgr.smithi029.rubqla (mgr.14180) 1344 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:30:15.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:15 smithi073 bash[18997]: audit 2024-02-11T17:30:14.216636+0000 mgr.smithi029.rubqla (mgr.14180) 1344 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:30:16.247 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:30:16.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:16 smithi029 bash[14177]: cluster 2024-02-11T17:30:14.373888+0000 mgr.smithi029.rubqla (mgr.14180) 1345 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:30:16.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:16 smithi073 bash[18997]: cluster 2024-02-11T17:30:14.373888+0000 mgr.smithi029.rubqla (mgr.14180) 1345 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:30:18.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:18 smithi029 bash[14177]: cluster 2024-02-11T17:30:16.374664+0000 mgr.smithi029.rubqla (mgr.14180) 1346 : 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-02-11T17:30:18.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:18 smithi073 bash[18997]: cluster 2024-02-11T17:30:16.374664+0000 mgr.smithi029.rubqla (mgr.14180) 1346 : 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-02-11T17:30:20.432 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:30:20.432 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:28:25.353335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayjfzf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:29:29.654778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.mzpgbd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd\nDeploy daemon haproxy.nfs.foo.smithi073.mzpgbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:29:34.343812Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.trpuwa on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa\nDeploy daemon haproxy.nfs.foo.smithi029.trpuwa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:29:34.347506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.reghwa on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:29:34.350972Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iuxzcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:30:20.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:20 smithi029 bash[14177]: cluster 2024-02-11T17:30:18.375866+0000 mgr.smithi029.rubqla (mgr.14180) 1347 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:30:20.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:20 smithi073 bash[18997]: cluster 2024-02-11T17:30:18.375866+0000 mgr.smithi029.rubqla (mgr.14180) 1347 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:30:21.469 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:30:22.470 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:30:22.482 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:22 smithi029 bash[14177]: cluster 2024-02-11T17:30:20.376915+0000 mgr.smithi029.rubqla (mgr.14180) 1348 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:30:22.482 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:22 smithi029 bash[14177]: audit 2024-02-11T17:30:20.418986+0000 mgr.smithi029.rubqla (mgr.14180) 1349 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:30:22.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:22 smithi073 bash[18997]: cluster 2024-02-11T17:30:20.376915+0000 mgr.smithi029.rubqla (mgr.14180) 1348 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:30:22.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:22 smithi073 bash[18997]: audit 2024-02-11T17:30:20.418986+0000 mgr.smithi029.rubqla (mgr.14180) 1349 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:30:24.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:24 smithi073 bash[18997]: cluster 2024-02-11T17:30:22.378224+0000 mgr.smithi029.rubqla (mgr.14180) 1350 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:30:24.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:24 smithi029 bash[14177]: cluster 2024-02-11T17:30:22.378224+0000 mgr.smithi029.rubqla (mgr.14180) 1350 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:30:26.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:26 smithi029 bash[14177]: cluster 2024-02-11T17:30:24.379337+0000 mgr.smithi029.rubqla (mgr.14180) 1351 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:30:26.531 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:30:26.531 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:28:25.353335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayjfzf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:29:29.654778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.mzpgbd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd\nDeploy daemon haproxy.nfs.foo.smithi073.mzpgbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:29:34.343812Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.trpuwa on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa\nDeploy daemon haproxy.nfs.foo.smithi029.trpuwa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:29:34.347506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.reghwa on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:29:34.350972Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iuxzcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:30:26.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:26 smithi073 bash[18997]: cluster 2024-02-11T17:30:24.379337+0000 mgr.smithi029.rubqla (mgr.14180) 1351 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:30:27.549 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:30:28.550 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:30:28.563 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:28 smithi029 bash[14177]: cluster 2024-02-11T17:30:26.380538+0000 mgr.smithi029.rubqla (mgr.14180) 1352 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:30:28.564 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:28 smithi029 bash[14177]: audit 2024-02-11T17:30:26.517473+0000 mgr.smithi029.rubqla (mgr.14180) 1353 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:30:28.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:28 smithi073 bash[18997]: cluster 2024-02-11T17:30:26.380538+0000 mgr.smithi029.rubqla (mgr.14180) 1352 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:30:28.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:28 smithi073 bash[18997]: audit 2024-02-11T17:30:26.517473+0000 mgr.smithi029.rubqla (mgr.14180) 1353 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:30:30.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:30 smithi029 bash[14177]: cluster 2024-02-11T17:30:28.381772+0000 mgr.smithi029.rubqla (mgr.14180) 1354 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:30:30.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:30 smithi073 bash[18997]: cluster 2024-02-11T17:30:28.381772+0000 mgr.smithi029.rubqla (mgr.14180) 1354 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:30:32.586 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:32 smithi029 bash[14177]: cluster 2024-02-11T17:30:30.382844+0000 mgr.smithi029.rubqla (mgr.14180) 1355 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:30:32.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:32 smithi073 bash[18997]: cluster 2024-02-11T17:30:30.382844+0000 mgr.smithi029.rubqla (mgr.14180) 1355 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:30:33.016 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:30:33.016 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:28:25.353335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayjfzf on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:29:29.654778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.mzpgbd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd\nDeploy daemon haproxy.nfs.foo.smithi073.mzpgbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:29:34.343812Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.trpuwa on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa\nDeploy daemon haproxy.nfs.foo.smithi029.trpuwa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:29:34.347506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.reghwa on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:29:34.350972Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iuxzcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:30:34.129 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:30:34.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:34 smithi029 bash[14177]: cluster 2024-02-11T17:30:32.384198+0000 mgr.smithi029.rubqla (mgr.14180) 1356 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:30:34.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:34 smithi029 bash[14177]: audit 2024-02-11T17:30:33.002132+0000 mgr.smithi029.rubqla (mgr.14180) 1357 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:30:34.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:34 smithi073 bash[18997]: cluster 2024-02-11T17:30:32.384198+0000 mgr.smithi029.rubqla (mgr.14180) 1356 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:30:34.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:34 smithi073 bash[18997]: audit 2024-02-11T17:30:33.002132+0000 mgr.smithi029.rubqla (mgr.14180) 1357 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:30:35.130 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:30:35.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:35 smithi029 bash[14177]: audit 2024-02-11T17:30:34.355281+0000 mon.smithi029 (mon.0) 1021 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:30:35.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:35 smithi029 bash[14177]: audit 2024-02-11T17:30:34.637213+0000 mon.smithi029 (mon.0) 1022 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:30:35.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:35 smithi029 bash[14177]: audit 2024-02-11T17:30:34.913104+0000 mon.smithi029 (mon.0) 1023 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:30:35.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:35 smithi029 bash[14177]: audit 2024-02-11T17:30:34.914508+0000 mon.smithi029 (mon.0) 1024 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:30:35.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:35 smithi029 bash[14177]: audit 2024-02-11T17:30:34.922626+0000 mon.smithi029 (mon.0) 1025 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:30:35.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:35 smithi029 bash[14177]: audit 2024-02-11T17:30:34.930220+0000 mon.smithi029 (mon.0) 1026 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:30:35.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:35 smithi029 bash[14177]: audit 2024-02-11T17:30:34.945088+0000 mon.smithi029 (mon.0) 1027 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:30:35.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:35 smithi073 bash[18997]: audit 2024-02-11T17:30:34.355281+0000 mon.smithi029 (mon.0) 1021 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:30:35.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:35 smithi073 bash[18997]: audit 2024-02-11T17:30:34.637213+0000 mon.smithi029 (mon.0) 1022 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:30:35.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:35 smithi073 bash[18997]: audit 2024-02-11T17:30:34.913104+0000 mon.smithi029 (mon.0) 1023 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:30:35.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:35 smithi073 bash[18997]: audit 2024-02-11T17:30:34.914508+0000 mon.smithi029 (mon.0) 1024 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:30:35.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:35 smithi073 bash[18997]: audit 2024-02-11T17:30:34.922626+0000 mon.smithi029 (mon.0) 1025 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:30:35.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:35 smithi073 bash[18997]: audit 2024-02-11T17:30:34.930220+0000 mon.smithi029 (mon.0) 1026 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:30:35.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:35 smithi073 bash[18997]: audit 2024-02-11T17:30:34.945088+0000 mon.smithi029 (mon.0) 1027 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:30:36.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:36 smithi073 bash[18997]: cluster 2024-02-11T17:30:34.385314+0000 mgr.smithi029.rubqla (mgr.14180) 1358 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:30:36.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:36 smithi073 bash[18997]: cluster 2024-02-11T17:30:34.923537+0000 mgr.smithi029.rubqla (mgr.14180) 1359 : cluster [DBG] pgmap v939: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-11T17:30:36.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:36 smithi073 bash[18997]: cephadm 2024-02-11T17:30:34.949388+0000 mgr.smithi029.rubqla (mgr.14180) 1360 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.xavsaj on smithi073 2024-02-11T17:30:36.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:36 smithi073 bash[18997]: cluster 2024-02-11T17:30:35.226521+0000 mon.smithi029 (mon.0) 1028 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:30:36.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:36 smithi073 bash[18997]: cluster 2024-02-11T17:30:35.226579+0000 mon.smithi029 (mon.0) 1029 : cluster [INF] Cluster is now healthy 2024-02-11T17:30:36.621 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:36 smithi029 bash[14177]: cluster 2024-02-11T17:30:34.385314+0000 mgr.smithi029.rubqla (mgr.14180) 1358 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:30:36.621 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:36 smithi029 bash[14177]: cluster 2024-02-11T17:30:34.923537+0000 mgr.smithi029.rubqla (mgr.14180) 1359 : cluster [DBG] pgmap v939: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-11T17:30:36.621 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:36 smithi029 bash[14177]: cephadm 2024-02-11T17:30:34.949388+0000 mgr.smithi029.rubqla (mgr.14180) 1360 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.xavsaj on smithi073 2024-02-11T17:30:36.622 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:36 smithi029 bash[14177]: cluster 2024-02-11T17:30:35.226521+0000 mon.smithi029 (mon.0) 1028 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:30:36.622 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:36 smithi029 bash[14177]: cluster 2024-02-11T17:30:35.226579+0000 mon.smithi029 (mon.0) 1029 : cluster [INF] Cluster is now healthy 2024-02-11T17:30:38.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:38 smithi073 bash[18997]: cluster 2024-02-11T17:30:36.924297+0000 mgr.smithi029.rubqla (mgr.14180) 1361 : cluster [DBG] pgmap v940: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-11T17:30:38.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:38 smithi029 bash[14177]: cluster 2024-02-11T17:30:36.924297+0000 mgr.smithi029.rubqla (mgr.14180) 1361 : cluster [DBG] pgmap v940: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-11T17:30:39.261 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:30:39.261 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:29:29.654778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.mzpgbd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-mzpgbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.mzpgbd\nDeploy daemon haproxy.nfs.foo.smithi073.mzpgbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:29:34.343812Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.trpuwa on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-trpuwa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.trpuwa\nDeploy daemon haproxy.nfs.foo.smithi029.trpuwa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:29:34.347506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.reghwa on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:29:34.350972Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iuxzcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:30:39.043778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xavsaj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj\nDeploy daemon haproxy.nfs.foo.smithi073.xavsaj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -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.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:30:39.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:39 smithi029 bash[14177]: audit 2024-02-11T17:30:39.042761+0000 mon.smithi029 (mon.0) 1030 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.xavsaj"}]: dispatch 2024-02-11T17:30:39.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:39 smithi073 bash[18997]: audit 2024-02-11T17:30:39.042761+0000 mon.smithi029 (mon.0) 1030 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.xavsaj"}]: dispatch 2024-02-11T17:30:40.388 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:30:40.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: cluster 2024-02-11T17:30:38.925088+0000 mgr.smithi029.rubqla (mgr.14180) 1362 : cluster [DBG] pgmap v941: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-11T17:30:40.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: cephadm 2024-02-11T17:30:39.041905+0000 mgr.smithi029.rubqla (mgr.14180) 1363 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj 2024-02-11T17:30:40.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:30:40.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj 2024-02-11T17:30:40.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj 2024-02-11T17:30:40.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:30:40.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj 2024-02-11T17:30:40.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.xavsaj ... 2024-02-11T17:30:40.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:30:40.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:30:40.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:30:40.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:30:40.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:30:40.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:30:40.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:30:40.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:30:40.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:30:40.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:30:40.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj 2024-02-11T17:30:40.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:30:40.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj 2024-02-11T17:30:40.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj 2024-02-11T17:30:40.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:30:40.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj 2024-02-11T17:30:40.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.xavsaj ... 2024-02-11T17:30:40.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:30:40.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:30:40.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:30:40.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:30:40.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:30:40.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: cephadm 2024-02-11T17:30:39.042313+0000 mgr.smithi029.rubqla (mgr.14180) 1364 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.xavsaj 2024-02-11T17:30:40.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: cephadm 2024-02-11T17:30:39.043963+0000 mgr.smithi029.rubqla (mgr.14180) 1365 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.xavsaj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj 2024-02-11T17:30:40.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:30:40.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj 2024-02-11T17:30:40.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj 2024-02-11T17:30:40.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:30:40.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj 2024-02-11T17:30:40.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.xavsaj ... 2024-02-11T17:30:40.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:30:40.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:30:40.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:30:40.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:30:40.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:30:40.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: cephadm 2024-02-11T17:30:39.047473+0000 mgr.smithi029.rubqla (mgr.14180) 1366 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.nheysb on smithi029 2024-02-11T17:30:40.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:40 smithi073 bash[18997]: audit 2024-02-11T17:30:39.249780+0000 mgr.smithi029.rubqla (mgr.14180) 1367 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:30:40.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: cluster 2024-02-11T17:30:38.925088+0000 mgr.smithi029.rubqla (mgr.14180) 1362 : cluster [DBG] pgmap v941: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-11T17:30:40.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: cephadm 2024-02-11T17:30:39.041905+0000 mgr.smithi029.rubqla (mgr.14180) 1363 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj 2024-02-11T17:30:40.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:30:40.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj 2024-02-11T17:30:40.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj 2024-02-11T17:30:40.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:30:40.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj 2024-02-11T17:30:40.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.xavsaj ... 2024-02-11T17:30:40.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:30:40.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:30:40.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:30:40.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:30:40.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:30:40.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:30:40.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:30:40.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:30:40.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:30:40.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:30:40.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj 2024-02-11T17:30:40.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:30:40.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj 2024-02-11T17:30:40.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj 2024-02-11T17:30:40.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:30:40.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj 2024-02-11T17:30:40.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.xavsaj ... 2024-02-11T17:30:40.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:30:40.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:30:40.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:30:40.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:30:40.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:30:40.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: cephadm 2024-02-11T17:30:39.042313+0000 mgr.smithi029.rubqla (mgr.14180) 1364 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.xavsaj 2024-02-11T17:30:40.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: cephadm 2024-02-11T17:30:39.043963+0000 mgr.smithi029.rubqla (mgr.14180) 1365 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.xavsaj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj 2024-02-11T17:30:40.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:30:40.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj 2024-02-11T17:30:40.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj 2024-02-11T17:30:40.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:30:40.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj 2024-02-11T17:30:40.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.xavsaj ... 2024-02-11T17:30:40.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:30:40.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:30:40.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:30:40.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:30:40.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:30:40.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: cephadm 2024-02-11T17:30:39.047473+0000 mgr.smithi029.rubqla (mgr.14180) 1366 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.nheysb on smithi029 2024-02-11T17:30:40.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:40 smithi029 bash[14177]: audit 2024-02-11T17:30:39.249780+0000 mgr.smithi029.rubqla (mgr.14180) 1367 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:30:41.389 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:30:42.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:42 smithi073 bash[18997]: cluster 2024-02-11T17:30:40.925949+0000 mgr.smithi029.rubqla (mgr.14180) 1368 : cluster [DBG] pgmap v942: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-11T17:30:42.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:42 smithi029 bash[14177]: cluster 2024-02-11T17:30:40.925949+0000 mgr.smithi029.rubqla (mgr.14180) 1368 : cluster [DBG] pgmap v942: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-11T17:30:43.564 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:43 smithi029 bash[14177]: audit 2024-02-11T17:30:43.060814+0000 mon.smithi029 (mon.0) 1031 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.nheysb"}]: dispatch 2024-02-11T17:30:43.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:43 smithi073 bash[18997]: audit 2024-02-11T17:30:43.060814+0000 mon.smithi029 (mon.0) 1031 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.nheysb"}]: dispatch 2024-02-11T17:30:44.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: cluster 2024-02-11T17:30:42.927079+0000 mgr.smithi029.rubqla (mgr.14180) 1369 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-11T17:30:44.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: cephadm 2024-02-11T17:30:43.059550+0000 mgr.smithi029.rubqla (mgr.14180) 1370 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb 2024-02-11T17:30:44.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:30:44.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb 2024-02-11T17:30:44.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb 2024-02-11T17:30:44.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:30:44.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb 2024-02-11T17:30:44.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.nheysb ... 2024-02-11T17:30:44.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:30:44.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:30:44.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:30:44.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:30:44.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:30:44.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:30:44.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:30:44.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:30:44.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:30:44.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:30:44.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb 2024-02-11T17:30:44.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:30:44.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb 2024-02-11T17:30:44.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb 2024-02-11T17:30:44.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:30:44.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb 2024-02-11T17:30:44.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.nheysb ... 2024-02-11T17:30:44.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:30:44.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:30:44.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:30:44.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:30:44.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:30:44.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: cephadm 2024-02-11T17:30:43.060176+0000 mgr.smithi029.rubqla (mgr.14180) 1371 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.nheysb 2024-02-11T17:30:44.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: cephadm 2024-02-11T17:30:43.062071+0000 mgr.smithi029.rubqla (mgr.14180) 1372 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.nheysb on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb 2024-02-11T17:30:44.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:30:44.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb 2024-02-11T17:30:44.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb 2024-02-11T17:30:44.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:30:44.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb 2024-02-11T17:30:44.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.nheysb ... 2024-02-11T17:30:44.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:30:44.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:30:44.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:30:44.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:30:44.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:30:44.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: cephadm 2024-02-11T17:30:43.066618+0000 mgr.smithi029.rubqla (mgr.14180) 1373 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.ggsxqq on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:30:44.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: cephadm 2024-02-11T17:30:43.068968+0000 mgr.smithi029.rubqla (mgr.14180) 1374 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.qsndsn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:30:44.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: cluster 2024-02-11T17:30:43.069921+0000 mgr.smithi029.rubqla (mgr.14180) 1375 : cluster [DBG] pgmap v944: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 235 B/s rd, 0 op/s 2024-02-11T17:30:44.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: cluster 2024-02-11T17:30:43.261442+0000 mon.smithi029 (mon.0) 1032 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:30:44.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:44 smithi073 bash[18997]: audit 2024-02-11T17:30:43.274330+0000 mon.smithi029 (mon.0) 1033 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:30:44.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: cluster 2024-02-11T17:30:42.927079+0000 mgr.smithi029.rubqla (mgr.14180) 1369 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-02-11T17:30:44.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: cephadm 2024-02-11T17:30:43.059550+0000 mgr.smithi029.rubqla (mgr.14180) 1370 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb 2024-02-11T17:30:44.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:30:44.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb 2024-02-11T17:30:44.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb 2024-02-11T17:30:44.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:30:44.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb 2024-02-11T17:30:44.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.nheysb ... 2024-02-11T17:30:44.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:30:44.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:30:44.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:30:44.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:30:44.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:30:44.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:30:44.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:30:44.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:30:44.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:30:44.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:30:44.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb 2024-02-11T17:30:44.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:30:44.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb 2024-02-11T17:30:44.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb 2024-02-11T17:30:44.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:30:44.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb 2024-02-11T17:30:44.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.nheysb ... 2024-02-11T17:30:44.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:30:44.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:30:44.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:30:44.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:30:44.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:30:44.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: cephadm 2024-02-11T17:30:43.060176+0000 mgr.smithi029.rubqla (mgr.14180) 1371 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.nheysb 2024-02-11T17:30:44.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: cephadm 2024-02-11T17:30:43.062071+0000 mgr.smithi029.rubqla (mgr.14180) 1372 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.nheysb on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb 2024-02-11T17:30:44.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:30:44.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb 2024-02-11T17:30:44.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb 2024-02-11T17:30:44.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:30:44.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb 2024-02-11T17:30:44.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.nheysb ... 2024-02-11T17:30:44.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:30:44.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:30:44.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:30:44.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:30:44.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:30:44.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: cephadm 2024-02-11T17:30:43.066618+0000 mgr.smithi029.rubqla (mgr.14180) 1373 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.ggsxqq on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:30:44.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: cephadm 2024-02-11T17:30:43.068968+0000 mgr.smithi029.rubqla (mgr.14180) 1374 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.qsndsn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:30:44.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: cluster 2024-02-11T17:30:43.069921+0000 mgr.smithi029.rubqla (mgr.14180) 1375 : cluster [DBG] pgmap v944: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 235 B/s rd, 0 op/s 2024-02-11T17:30:44.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: cluster 2024-02-11T17:30:43.261442+0000 mon.smithi029 (mon.0) 1032 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:30:44.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:44 smithi029 bash[14177]: audit 2024-02-11T17:30:43.274330+0000 mon.smithi029 (mon.0) 1033 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:30:46.112 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:30:46.113 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:29:34.350972Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iuxzcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:30:39.043778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xavsaj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj\nDeploy daemon haproxy.nfs.foo.smithi073.xavsaj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:30:43.061919Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.nheysb on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb\nDeploy daemon haproxy.nfs.foo.smithi029.nheysb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:30:43.066356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ggsxqq on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:30:43.068844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsndsn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:30:46.422 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:46 smithi029 bash[14177]: cluster 2024-02-11T17:30:45.070833+0000 mgr.smithi029.rubqla (mgr.14180) 1376 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:30:46.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:46 smithi073 bash[18997]: cluster 2024-02-11T17:30:45.070833+0000 mgr.smithi029.rubqla (mgr.14180) 1376 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:30:47.140 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:30:47.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:47 smithi029 bash[14177]: audit 2024-02-11T17:30:46.097779+0000 mgr.smithi029.rubqla (mgr.14180) 1377 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:30:47.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:47 smithi073 bash[18997]: audit 2024-02-11T17:30:46.097779+0000 mgr.smithi029.rubqla (mgr.14180) 1377 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:30:48.140 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:30:48.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:48 smithi029 bash[14177]: cluster 2024-02-11T17:30:47.072069+0000 mgr.smithi029.rubqla (mgr.14180) 1378 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:30:48.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:48 smithi073 bash[18997]: cluster 2024-02-11T17:30:47.072069+0000 mgr.smithi029.rubqla (mgr.14180) 1378 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:30:50.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:50 smithi029 bash[14177]: cluster 2024-02-11T17:30:49.072781+0000 mgr.smithi029.rubqla (mgr.14180) 1379 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:30:50.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:50 smithi073 bash[18997]: cluster 2024-02-11T17:30:49.072781+0000 mgr.smithi029.rubqla (mgr.14180) 1379 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:30:52.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:52 smithi029 bash[14177]: cluster 2024-02-11T17:30:51.073977+0000 mgr.smithi029.rubqla (mgr.14180) 1380 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:30:52.551 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:30:52.551 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:29:34.350972Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iuxzcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:30:39.043778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xavsaj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj\nDeploy daemon haproxy.nfs.foo.smithi073.xavsaj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:30:43.061919Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.nheysb on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb\nDeploy daemon haproxy.nfs.foo.smithi029.nheysb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:30:43.066356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ggsxqq on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:30:43.068844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsndsn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:30:52.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:52 smithi073 bash[18997]: cluster 2024-02-11T17:30:51.073977+0000 mgr.smithi029.rubqla (mgr.14180) 1380 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:30:53.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:30:54.586 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:30:54.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:54 smithi073 bash[18997]: audit 2024-02-11T17:30:52.537569+0000 mgr.smithi029.rubqla (mgr.14180) 1381 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:30:54.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:54 smithi073 bash[18997]: cluster 2024-02-11T17:30:53.075139+0000 mgr.smithi029.rubqla (mgr.14180) 1382 : cluster [DBG] pgmap v949: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:30:54.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:54 smithi029 bash[14177]: audit 2024-02-11T17:30:52.537569+0000 mgr.smithi029.rubqla (mgr.14180) 1381 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:30:54.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:54 smithi029 bash[14177]: cluster 2024-02-11T17:30:53.075139+0000 mgr.smithi029.rubqla (mgr.14180) 1382 : cluster [DBG] pgmap v949: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-11T17:30:56.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:56 smithi029 bash[14177]: cluster 2024-02-11T17:30:55.075784+0000 mgr.smithi029.rubqla (mgr.14180) 1383 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:30:56.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:56 smithi073 bash[18997]: cluster 2024-02-11T17:30:55.075784+0000 mgr.smithi029.rubqla (mgr.14180) 1383 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:30:58.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:58 smithi073 bash[18997]: cluster 2024-02-11T17:30:57.077025+0000 mgr.smithi029.rubqla (mgr.14180) 1384 : 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-02-11T17:30:58.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:58 smithi029 bash[14177]: cluster 2024-02-11T17:30:57.077025+0000 mgr.smithi029.rubqla (mgr.14180) 1384 : 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-02-11T17:30:58.688 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:30:58.689 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:29:34.350972Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iuxzcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:30:39.043778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xavsaj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj\nDeploy daemon haproxy.nfs.foo.smithi073.xavsaj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:30:43.061919Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.nheysb on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb\nDeploy daemon haproxy.nfs.foo.smithi029.nheysb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:30:43.066356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ggsxqq on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:30:43.068844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsndsn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:30:59.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:59 smithi029 bash[14177]: audit 2024-02-11T17:30:58.677241+0000 mgr.smithi029.rubqla (mgr.14180) 1385 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:30:59.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:30:59 smithi029 bash[14177]: cluster 2024-02-11T17:30:59.078250+0000 mgr.smithi029.rubqla (mgr.14180) 1386 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:30:59.796 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:30:59.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:59 smithi073 bash[18997]: audit 2024-02-11T17:30:58.677241+0000 mgr.smithi029.rubqla (mgr.14180) 1385 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:30:59.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:30:59 smithi073 bash[18997]: cluster 2024-02-11T17:30:59.078250+0000 mgr.smithi029.rubqla (mgr.14180) 1386 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:00.797 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:31:02.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:02 smithi029 bash[14177]: cluster 2024-02-11T17:31:01.079513+0000 mgr.smithi029.rubqla (mgr.14180) 1387 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:02.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:02 smithi073 bash[18997]: cluster 2024-02-11T17:31:01.079513+0000 mgr.smithi029.rubqla (mgr.14180) 1387 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:04.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:04 smithi029 bash[14177]: cluster 2024-02-11T17:31:03.080713+0000 mgr.smithi029.rubqla (mgr.14180) 1388 : cluster [DBG] pgmap v954: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:31:04.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:04 smithi073 bash[18997]: cluster 2024-02-11T17:31:03.080713+0000 mgr.smithi029.rubqla (mgr.14180) 1388 : cluster [DBG] pgmap v954: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:31:04.910 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:31:04.910 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:29:34.350972Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iuxzcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:30:39.043778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xavsaj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj\nDeploy daemon haproxy.nfs.foo.smithi073.xavsaj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:30:43.061919Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.nheysb on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb\nDeploy daemon haproxy.nfs.foo.smithi029.nheysb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:30:43.066356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ggsxqq on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:30:43.068844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsndsn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:31:05.993 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:31:06.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:06 smithi029 bash[14177]: audit 2024-02-11T17:31:04.896320+0000 mgr.smithi029.rubqla (mgr.14180) 1389 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:31:06.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:06 smithi029 bash[14177]: cluster 2024-02-11T17:31:05.081446+0000 mgr.smithi029.rubqla (mgr.14180) 1390 : cluster [DBG] pgmap v955: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:06.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:06 smithi073 bash[18997]: audit 2024-02-11T17:31:04.896320+0000 mgr.smithi029.rubqla (mgr.14180) 1389 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:31:06.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:06 smithi073 bash[18997]: cluster 2024-02-11T17:31:05.081446+0000 mgr.smithi029.rubqla (mgr.14180) 1390 : cluster [DBG] pgmap v955: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:06.994 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:31:08.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:08 smithi029 bash[14177]: cluster 2024-02-11T17:31:07.082571+0000 mgr.smithi029.rubqla (mgr.14180) 1391 : 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-02-11T17:31:08.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:08 smithi073 bash[18997]: cluster 2024-02-11T17:31:07.082571+0000 mgr.smithi029.rubqla (mgr.14180) 1391 : 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-02-11T17:31:10.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:10 smithi029 bash[14177]: cluster 2024-02-11T17:31:09.083640+0000 mgr.smithi029.rubqla (mgr.14180) 1392 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:10.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:10 smithi073 bash[18997]: cluster 2024-02-11T17:31:09.083640+0000 mgr.smithi029.rubqla (mgr.14180) 1392 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:11.086 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:31:11.087 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:29:34.350972Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iuxzcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:30:39.043778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xavsaj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj\nDeploy daemon haproxy.nfs.foo.smithi073.xavsaj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:30:43.061919Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.nheysb on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb\nDeploy daemon haproxy.nfs.foo.smithi029.nheysb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:30:43.066356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ggsxqq on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:30:43.068844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsndsn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:31:12.081 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:31:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:12 smithi029 bash[14177]: audit 2024-02-11T17:31:11.077277+0000 mgr.smithi029.rubqla (mgr.14180) 1393 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:31:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:12 smithi029 bash[14177]: cluster 2024-02-11T17:31:11.084722+0000 mgr.smithi029.rubqla (mgr.14180) 1394 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:12.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:12 smithi073 bash[18997]: audit 2024-02-11T17:31:11.077277+0000 mgr.smithi029.rubqla (mgr.14180) 1393 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:31:12.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:12 smithi073 bash[18997]: cluster 2024-02-11T17:31:11.084722+0000 mgr.smithi029.rubqla (mgr.14180) 1394 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:13.083 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:31:14.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:14 smithi029 bash[14177]: cluster 2024-02-11T17:31:13.085842+0000 mgr.smithi029.rubqla (mgr.14180) 1395 : cluster [DBG] pgmap v959: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:31:14.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:14 smithi073 bash[18997]: cluster 2024-02-11T17:31:13.085842+0000 mgr.smithi029.rubqla (mgr.14180) 1395 : cluster [DBG] pgmap v959: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:31:16.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:16 smithi029 bash[14177]: cluster 2024-02-11T17:31:15.086861+0000 mgr.smithi029.rubqla (mgr.14180) 1396 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:16.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:16 smithi073 bash[18997]: cluster 2024-02-11T17:31:15.086861+0000 mgr.smithi029.rubqla (mgr.14180) 1396 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:17.035 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:31:17.035 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:29:34.350972Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iuxzcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:30:39.043778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xavsaj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj\nDeploy daemon haproxy.nfs.foo.smithi073.xavsaj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:30:43.061919Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.nheysb on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb\nDeploy daemon haproxy.nfs.foo.smithi029.nheysb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:30:43.066356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ggsxqq on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:30:43.068844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsndsn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:31:18.018 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:31:18.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:18 smithi029 bash[14177]: audit 2024-02-11T17:31:17.022349+0000 mgr.smithi029.rubqla (mgr.14180) 1397 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:31:18.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:18 smithi029 bash[14177]: cluster 2024-02-11T17:31:17.091462+0000 mgr.smithi029.rubqla (mgr.14180) 1398 : 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-02-11T17:31:18.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:18 smithi073 bash[18997]: audit 2024-02-11T17:31:17.022349+0000 mgr.smithi029.rubqla (mgr.14180) 1397 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:31:18.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:18 smithi073 bash[18997]: cluster 2024-02-11T17:31:17.091462+0000 mgr.smithi029.rubqla (mgr.14180) 1398 : 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-02-11T17:31:19.019 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:31:20.477 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:20 smithi029 bash[14177]: cluster 2024-02-11T17:31:19.092708+0000 mgr.smithi029.rubqla (mgr.14180) 1399 : cluster [DBG] pgmap v962: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:20.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:20 smithi073 bash[18997]: cluster 2024-02-11T17:31:19.092708+0000 mgr.smithi029.rubqla (mgr.14180) 1399 : cluster [DBG] pgmap v962: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:22.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:22 smithi073 bash[18997]: cluster 2024-02-11T17:31:21.093442+0000 mgr.smithi029.rubqla (mgr.14180) 1400 : cluster [DBG] pgmap v963: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:22.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:22 smithi029 bash[14177]: cluster 2024-02-11T17:31:21.093442+0000 mgr.smithi029.rubqla (mgr.14180) 1400 : cluster [DBG] pgmap v963: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:23.201 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:31:23.201 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:29:34.350972Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iuxzcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:30:39.043778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xavsaj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj\nDeploy daemon haproxy.nfs.foo.smithi073.xavsaj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:30:43.061919Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.nheysb on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb\nDeploy daemon haproxy.nfs.foo.smithi029.nheysb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:30:43.066356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ggsxqq on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:30:43.068844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsndsn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:31:24.283 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:31:24.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:24 smithi073 bash[18997]: cluster 2024-02-11T17:31:23.094384+0000 mgr.smithi029.rubqla (mgr.14180) 1401 : cluster [DBG] pgmap v964: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:31:24.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:24 smithi073 bash[18997]: audit 2024-02-11T17:31:23.188244+0000 mgr.smithi029.rubqla (mgr.14180) 1402 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:31:24.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:24 smithi029 bash[14177]: cluster 2024-02-11T17:31:23.094384+0000 mgr.smithi029.rubqla (mgr.14180) 1401 : cluster [DBG] pgmap v964: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:31:24.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:24 smithi029 bash[14177]: audit 2024-02-11T17:31:23.188244+0000 mgr.smithi029.rubqla (mgr.14180) 1402 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:31:25.284 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:31:26.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:26 smithi073 bash[18997]: cluster 2024-02-11T17:31:25.095467+0000 mgr.smithi029.rubqla (mgr.14180) 1403 : cluster [DBG] pgmap v965: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:26.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:26 smithi029 bash[14177]: cluster 2024-02-11T17:31:25.095467+0000 mgr.smithi029.rubqla (mgr.14180) 1403 : cluster [DBG] pgmap v965: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:28.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:28 smithi029 bash[14177]: cluster 2024-02-11T17:31:27.096617+0000 mgr.smithi029.rubqla (mgr.14180) 1404 : 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-02-11T17:31:28.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:28 smithi073 bash[18997]: cluster 2024-02-11T17:31:27.096617+0000 mgr.smithi029.rubqla (mgr.14180) 1404 : 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-02-11T17:31:29.512 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:31:29.512 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:29:34.350972Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iuxzcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:30:39.043778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xavsaj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj\nDeploy daemon haproxy.nfs.foo.smithi073.xavsaj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:30:43.061919Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.nheysb on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb\nDeploy daemon haproxy.nfs.foo.smithi029.nheysb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:30:43.066356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ggsxqq on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:30:43.068844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsndsn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:31:30.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:30 smithi073 bash[18997]: cluster 2024-02-11T17:31:29.097365+0000 mgr.smithi029.rubqla (mgr.14180) 1405 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:30.625 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:30 smithi029 bash[14177]: cluster 2024-02-11T17:31:29.097365+0000 mgr.smithi029.rubqla (mgr.14180) 1405 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:30.626 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:31:31.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:31 smithi073 bash[18997]: audit 2024-02-11T17:31:29.500591+0000 mgr.smithi029.rubqla (mgr.14180) 1406 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:31:31.627 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:31:31.639 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:31 smithi029 bash[14177]: audit 2024-02-11T17:31:29.500591+0000 mgr.smithi029.rubqla (mgr.14180) 1406 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:31:32.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:32 smithi073 bash[18997]: cluster 2024-02-11T17:31:31.098613+0000 mgr.smithi029.rubqla (mgr.14180) 1407 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:32.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:32 smithi029 bash[14177]: cluster 2024-02-11T17:31:31.098613+0000 mgr.smithi029.rubqla (mgr.14180) 1407 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:34.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:34 smithi073 bash[18997]: cluster 2024-02-11T17:31:33.099902+0000 mgr.smithi029.rubqla (mgr.14180) 1408 : cluster [DBG] pgmap v969: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:31:34.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:34 smithi029 bash[14177]: cluster 2024-02-11T17:31:33.099902+0000 mgr.smithi029.rubqla (mgr.14180) 1408 : cluster [DBG] pgmap v969: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:31:35.938 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:31:35.938 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:29:34.350972Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iuxzcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:30:39.043778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xavsaj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj\nDeploy daemon haproxy.nfs.foo.smithi073.xavsaj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:30:43.061919Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.nheysb on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb\nDeploy daemon haproxy.nfs.foo.smithi029.nheysb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:30:43.066356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ggsxqq on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:30:43.068844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsndsn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:31:36.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:36 smithi029 bash[14177]: cluster 2024-02-11T17:31:35.100960+0000 mgr.smithi029.rubqla (mgr.14180) 1409 : cluster [DBG] pgmap v970: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:36.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:36 smithi073 bash[18997]: cluster 2024-02-11T17:31:35.100960+0000 mgr.smithi029.rubqla (mgr.14180) 1409 : cluster [DBG] pgmap v970: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:36.952 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:31:37.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:37 smithi073 bash[18997]: audit 2024-02-11T17:31:35.925102+0000 mgr.smithi029.rubqla (mgr.14180) 1410 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:31:37.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:37 smithi029 bash[14177]: audit 2024-02-11T17:31:35.925102+0000 mgr.smithi029.rubqla (mgr.14180) 1410 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:31:37.954 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:31:38.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:38 smithi029 bash[14177]: cluster 2024-02-11T17:31:37.102221+0000 mgr.smithi029.rubqla (mgr.14180) 1411 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:38.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:38 smithi073 bash[18997]: cluster 2024-02-11T17:31:37.102221+0000 mgr.smithi029.rubqla (mgr.14180) 1411 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:40.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:40 smithi073 bash[18997]: cluster 2024-02-11T17:31:39.103473+0000 mgr.smithi029.rubqla (mgr.14180) 1412 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:40.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:40 smithi029 bash[14177]: cluster 2024-02-11T17:31:39.103473+0000 mgr.smithi029.rubqla (mgr.14180) 1412 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:42.091 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:31:42.091 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:29:34.350972Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iuxzcp on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:30:39.043778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xavsaj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj\nDeploy daemon haproxy.nfs.foo.smithi073.xavsaj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:30:43.061919Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.nheysb on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb\nDeploy daemon haproxy.nfs.foo.smithi029.nheysb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:30:43.066356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ggsxqq on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:30:43.068844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsndsn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:31:42.559 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:42 smithi029 bash[14177]: cluster 2024-02-11T17:31:41.104281+0000 mgr.smithi029.rubqla (mgr.14180) 1413 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:42.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:42 smithi073 bash[18997]: cluster 2024-02-11T17:31:41.104281+0000 mgr.smithi029.rubqla (mgr.14180) 1413 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:31:43.386 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:31:43.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:43 smithi073 bash[18997]: audit 2024-02-11T17:31:42.077551+0000 mgr.smithi029.rubqla (mgr.14180) 1414 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:31:43.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:43 smithi073 bash[18997]: audit 2024-02-11T17:31:43.074726+0000 mon.smithi029 (mon.0) 1034 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:31:43.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:43 smithi029 bash[14177]: audit 2024-02-11T17:31:42.077551+0000 mgr.smithi029.rubqla (mgr.14180) 1414 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:31:43.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:43 smithi029 bash[14177]: audit 2024-02-11T17:31:43.074726+0000 mon.smithi029 (mon.0) 1034 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:31:44.387 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:31:44.591 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:44 smithi029 bash[14177]: cluster 2024-02-11T17:31:43.105193+0000 mgr.smithi029.rubqla (mgr.14180) 1415 : cluster [DBG] pgmap v974: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:31:44.591 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:44 smithi029 bash[14177]: audit 2024-02-11T17:31:43.380766+0000 mon.smithi029 (mon.0) 1035 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:31:44.591 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:44 smithi029 bash[14177]: audit 2024-02-11T17:31:43.382042+0000 mon.smithi029 (mon.0) 1036 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:31:44.591 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:44 smithi029 bash[14177]: audit 2024-02-11T17:31:43.389130+0000 mon.smithi029 (mon.0) 1037 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:31:44.592 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:44 smithi029 bash[14177]: audit 2024-02-11T17:31:43.398126+0000 mon.smithi029 (mon.0) 1038 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:31:44.592 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:44 smithi029 bash[14177]: audit 2024-02-11T17:31:43.413516+0000 mon.smithi029 (mon.0) 1039 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:31:44.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:44 smithi073 bash[18997]: cluster 2024-02-11T17:31:43.105193+0000 mgr.smithi029.rubqla (mgr.14180) 1415 : cluster [DBG] pgmap v974: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:31:44.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:44 smithi073 bash[18997]: audit 2024-02-11T17:31:43.380766+0000 mon.smithi029 (mon.0) 1035 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:31:44.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:44 smithi073 bash[18997]: audit 2024-02-11T17:31:43.382042+0000 mon.smithi029 (mon.0) 1036 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:31:44.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:44 smithi073 bash[18997]: audit 2024-02-11T17:31:43.389130+0000 mon.smithi029 (mon.0) 1037 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:31:44.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:44 smithi073 bash[18997]: audit 2024-02-11T17:31:43.398126+0000 mon.smithi029 (mon.0) 1038 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:31:44.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:44 smithi073 bash[18997]: audit 2024-02-11T17:31:43.413516+0000 mon.smithi029 (mon.0) 1039 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:31:45.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:45 smithi073 bash[18997]: cluster 2024-02-11T17:31:43.390089+0000 mgr.smithi029.rubqla (mgr.14180) 1416 : cluster [DBG] pgmap v975: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:31:45.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:45 smithi073 bash[18997]: cephadm 2024-02-11T17:31:43.417945+0000 mgr.smithi029.rubqla (mgr.14180) 1417 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.teozep on smithi073 2024-02-11T17:31:45.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:45 smithi073 bash[18997]: cluster 2024-02-11T17:31:44.386289+0000 mon.smithi029 (mon.0) 1040 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:31:45.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:45 smithi073 bash[18997]: cluster 2024-02-11T17:31:44.386339+0000 mon.smithi029 (mon.0) 1041 : cluster [INF] Cluster is now healthy 2024-02-11T17:31:45.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:45 smithi029 bash[14177]: cluster 2024-02-11T17:31:43.390089+0000 mgr.smithi029.rubqla (mgr.14180) 1416 : cluster [DBG] pgmap v975: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:31:45.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:45 smithi029 bash[14177]: cephadm 2024-02-11T17:31:43.417945+0000 mgr.smithi029.rubqla (mgr.14180) 1417 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.teozep on smithi073 2024-02-11T17:31:45.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:45 smithi029 bash[14177]: cluster 2024-02-11T17:31:44.386289+0000 mon.smithi029 (mon.0) 1040 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:31:45.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:45 smithi029 bash[14177]: cluster 2024-02-11T17:31:44.386339+0000 mon.smithi029 (mon.0) 1041 : cluster [INF] Cluster is now healthy 2024-02-11T17:31:47.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:47 smithi073 bash[18997]: cluster 2024-02-11T17:31:45.390856+0000 mgr.smithi029.rubqla (mgr.14180) 1418 : cluster [DBG] pgmap v976: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:31:47.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:47 smithi073 bash[18997]: audit 2024-02-11T17:31:47.085809+0000 mon.smithi029 (mon.0) 1042 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:31:47.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:47 smithi073 bash[18997]: audit 2024-02-11T17:31:47.260053+0000 mon.smithi029 (mon.0) 1043 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.teozep"}]: dispatch 2024-02-11T17:31:47.722 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:47 smithi029 bash[14177]: cluster 2024-02-11T17:31:45.390856+0000 mgr.smithi029.rubqla (mgr.14180) 1418 : cluster [DBG] pgmap v976: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:31:47.722 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:47 smithi029 bash[14177]: audit 2024-02-11T17:31:47.085809+0000 mon.smithi029 (mon.0) 1042 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:31:47.722 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:47 smithi029 bash[14177]: audit 2024-02-11T17:31:47.260053+0000 mon.smithi029 (mon.0) 1043 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.teozep"}]: dispatch 2024-02-11T17:31:48.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: cephadm 2024-02-11T17:31:47.259212+0000 mgr.smithi029.rubqla (mgr.14180) 1419 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep 2024-02-11T17:31:48.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:31:48.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep 2024-02-11T17:31:48.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep 2024-02-11T17:31:48.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:31:48.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep 2024-02-11T17:31:48.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.teozep ... 2024-02-11T17:31:48.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:31:48.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:31:48.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:31:48.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:31:48.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:31:48.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:31:48.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:31:48.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:31:48.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:31:48.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:31:48.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep 2024-02-11T17:31:48.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:31:48.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep 2024-02-11T17:31:48.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep 2024-02-11T17:31:48.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:31:48.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep 2024-02-11T17:31:48.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.teozep ... 2024-02-11T17:31:48.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:31:48.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:31:48.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:31:48.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:31:48.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:31:48.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: cephadm 2024-02-11T17:31:47.259517+0000 mgr.smithi029.rubqla (mgr.14180) 1420 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.teozep 2024-02-11T17:31:48.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: cephadm 2024-02-11T17:31:47.261619+0000 mgr.smithi029.rubqla (mgr.14180) 1421 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.teozep on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep 2024-02-11T17:31:48.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:31:48.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep 2024-02-11T17:31:48.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep 2024-02-11T17:31:48.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:31:48.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep 2024-02-11T17:31:48.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.teozep ... 2024-02-11T17:31:48.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:31:48.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:31:48.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:31:48.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:31:48.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:31:48.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:48 smithi073 bash[18997]: cephadm 2024-02-11T17:31:47.266719+0000 mgr.smithi029.rubqla (mgr.14180) 1422 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.qejanh on smithi029 2024-02-11T17:31:48.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: cephadm 2024-02-11T17:31:47.259212+0000 mgr.smithi029.rubqla (mgr.14180) 1419 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep 2024-02-11T17:31:48.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:31:48.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep 2024-02-11T17:31:48.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep 2024-02-11T17:31:48.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:31:48.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep 2024-02-11T17:31:48.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.teozep ... 2024-02-11T17:31:48.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:31:48.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:31:48.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:31:48.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:31:48.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:31:48.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:31:48.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:31:48.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:31:48.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:31:48.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:31:48.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep 2024-02-11T17:31:48.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:31:48.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep 2024-02-11T17:31:48.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep 2024-02-11T17:31:48.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:31:48.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep 2024-02-11T17:31:48.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.teozep ... 2024-02-11T17:31:48.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:31:48.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:31:48.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:31:48.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:31:48.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:31:48.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: cephadm 2024-02-11T17:31:47.259517+0000 mgr.smithi029.rubqla (mgr.14180) 1420 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.teozep 2024-02-11T17:31:48.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: cephadm 2024-02-11T17:31:47.261619+0000 mgr.smithi029.rubqla (mgr.14180) 1421 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.teozep on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep 2024-02-11T17:31:48.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:31:48.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep 2024-02-11T17:31:48.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep 2024-02-11T17:31:48.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:31:48.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep 2024-02-11T17:31:48.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.teozep ... 2024-02-11T17:31:48.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:31:48.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:31:48.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:31:48.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:31:48.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:31:48.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:48 smithi029 bash[14177]: cephadm 2024-02-11T17:31:47.266719+0000 mgr.smithi029.rubqla (mgr.14180) 1422 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.qejanh on smithi029 2024-02-11T17:31:48.784 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:31:48.784 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:30:39.043778Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.xavsaj on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-xavsaj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.xavsaj\nDeploy daemon haproxy.nfs.foo.smithi073.xavsaj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:30:43.061919Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.nheysb on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-nheysb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.nheysb\nDeploy daemon haproxy.nfs.foo.smithi029.nheysb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:30:43.066356Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.ggsxqq on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:30:43.068844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsndsn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:31:47.261305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.teozep on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep\nDeploy daemon haproxy.nfs.foo.smithi073.teozep ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -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.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:31:49.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:49 smithi029 bash[14177]: cluster 2024-02-11T17:31:47.391467+0000 mgr.smithi029.rubqla (mgr.14180) 1423 : cluster [DBG] pgmap v977: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:31:49.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:49 smithi073 bash[18997]: cluster 2024-02-11T17:31:47.391467+0000 mgr.smithi029.rubqla (mgr.14180) 1423 : cluster [DBG] pgmap v977: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:31:49.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:31:50.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:50 smithi073 bash[18997]: audit 2024-02-11T17:31:48.770354+0000 mgr.smithi029.rubqla (mgr.14180) 1424 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:31:50.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:50 smithi029 bash[14177]: audit 2024-02-11T17:31:48.770354+0000 mgr.smithi029.rubqla (mgr.14180) 1424 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:31:50.892 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:31:51.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:51 smithi029 bash[14177]: cluster 2024-02-11T17:31:49.391934+0000 mgr.smithi029.rubqla (mgr.14180) 1425 : cluster [DBG] pgmap v978: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:31:51.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:51 smithi073 bash[18997]: cluster 2024-02-11T17:31:49.391934+0000 mgr.smithi029.rubqla (mgr.14180) 1425 : cluster [DBG] pgmap v978: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:31:52.590 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:52 smithi029 bash[14177]: audit 2024-02-11T17:31:51.751395+0000 mon.smithi029 (mon.0) 1044 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.qejanh"}]: dispatch 2024-02-11T17:31:52.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:52 smithi073 bash[18997]: audit 2024-02-11T17:31:51.751395+0000 mon.smithi029 (mon.0) 1044 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.qejanh"}]: dispatch 2024-02-11T17:31:53.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: cluster 2024-02-11T17:31:51.392704+0000 mgr.smithi029.rubqla (mgr.14180) 1426 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:31:53.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: cephadm 2024-02-11T17:31:51.750557+0000 mgr.smithi029.rubqla (mgr.14180) 1427 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh 2024-02-11T17:31:53.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:31:53.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh 2024-02-11T17:31:53.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh 2024-02-11T17:31:53.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:31:53.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh 2024-02-11T17:31:53.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.qejanh ... 2024-02-11T17:31:53.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:31:53.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:31:53.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:31:53.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:31:53.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:31:53.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:31:53.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:31:53.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:31:53.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:31:53.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:31:53.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh 2024-02-11T17:31:53.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:31:53.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh 2024-02-11T17:31:53.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh 2024-02-11T17:31:53.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:31:53.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh 2024-02-11T17:31:53.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.qejanh ... 2024-02-11T17:31:53.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:31:53.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:31:53.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:31:53.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:31:53.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:31:53.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: cephadm 2024-02-11T17:31:51.750875+0000 mgr.smithi029.rubqla (mgr.14180) 1428 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.qejanh 2024-02-11T17:31:53.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: cephadm 2024-02-11T17:31:51.752509+0000 mgr.smithi029.rubqla (mgr.14180) 1429 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.qejanh on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh 2024-02-11T17:31:53.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:31:53.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh 2024-02-11T17:31:53.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh 2024-02-11T17:31:53.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:31:53.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh 2024-02-11T17:31:53.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.qejanh ... 2024-02-11T17:31:53.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:31:53.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:31:53.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:31:53.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:31:53.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:31:53.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: cephadm 2024-02-11T17:31:51.754724+0000 mgr.smithi029.rubqla (mgr.14180) 1430 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.sunzpb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:31:53.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: cephadm 2024-02-11T17:31:51.756868+0000 mgr.smithi029.rubqla (mgr.14180) 1431 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.iimgju on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:31:53.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: cluster 2024-02-11T17:31:51.757693+0000 mgr.smithi029.rubqla (mgr.14180) 1432 : cluster [DBG] pgmap v980: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:31:53.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: cluster 2024-02-11T17:31:52.311820+0000 mon.smithi029 (mon.0) 1045 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:31:53.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:53 smithi073 bash[18997]: audit 2024-02-11T17:31:53.317692+0000 mon.smithi029 (mon.0) 1046 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:31:53.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: cluster 2024-02-11T17:31:51.392704+0000 mgr.smithi029.rubqla (mgr.14180) 1426 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:31:53.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: cephadm 2024-02-11T17:31:51.750557+0000 mgr.smithi029.rubqla (mgr.14180) 1427 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh 2024-02-11T17:31:53.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:31:53.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh 2024-02-11T17:31:53.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh 2024-02-11T17:31:53.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:31:53.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh 2024-02-11T17:31:53.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.qejanh ... 2024-02-11T17:31:53.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:31:53.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:31:53.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:31:53.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:31:53.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:31:53.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:31:53.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:31:53.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:31:53.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:31:53.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:31:53.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh 2024-02-11T17:31:53.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:31:53.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh 2024-02-11T17:31:53.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh 2024-02-11T17:31:53.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:31:53.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh 2024-02-11T17:31:53.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.qejanh ... 2024-02-11T17:31:53.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:31:53.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:31:53.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:31:53.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:31:53.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:31:53.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: cephadm 2024-02-11T17:31:51.750875+0000 mgr.smithi029.rubqla (mgr.14180) 1428 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.qejanh 2024-02-11T17:31:53.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: cephadm 2024-02-11T17:31:51.752509+0000 mgr.smithi029.rubqla (mgr.14180) 1429 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.qejanh on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh 2024-02-11T17:31:53.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:31:53.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh 2024-02-11T17:31:53.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh 2024-02-11T17:31:53.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:31:53.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh 2024-02-11T17:31:53.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.qejanh ... 2024-02-11T17:31:53.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:31:53.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:31:53.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:31:53.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:31:53.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:31:53.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: cephadm 2024-02-11T17:31:51.754724+0000 mgr.smithi029.rubqla (mgr.14180) 1430 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.sunzpb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:31:53.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: cephadm 2024-02-11T17:31:51.756868+0000 mgr.smithi029.rubqla (mgr.14180) 1431 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.iimgju on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:31:53.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: cluster 2024-02-11T17:31:51.757693+0000 mgr.smithi029.rubqla (mgr.14180) 1432 : cluster [DBG] pgmap v980: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:31:53.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: cluster 2024-02-11T17:31:52.311820+0000 mon.smithi029 (mon.0) 1045 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:31:53.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:53 smithi029 bash[14177]: audit 2024-02-11T17:31:53.317692+0000 mon.smithi029 (mon.0) 1046 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:31:55.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:55 smithi029 bash[14177]: cluster 2024-02-11T17:31:53.759027+0000 mgr.smithi029.rubqla (mgr.14180) 1433 : cluster [DBG] pgmap v981: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-11T17:31:55.533 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:31:55.533 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:30:43.068844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsndsn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:31:47.261305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.teozep on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep\nDeploy daemon haproxy.nfs.foo.smithi073.teozep ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:31:51.752385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.qejanh on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh\nDeploy daemon haproxy.nfs.foo.smithi029.qejanh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:31:51.754608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.sunzpb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:31:51.756744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iimgju on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:31:55.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:55 smithi073 bash[18997]: cluster 2024-02-11T17:31:53.759027+0000 mgr.smithi029.rubqla (mgr.14180) 1433 : cluster [DBG] pgmap v981: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-11T17:31:56.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:56 smithi029 bash[14177]: audit 2024-02-11T17:31:55.518819+0000 mgr.smithi029.rubqla (mgr.14180) 1434 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:31:56.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:56 smithi029 bash[14177]: cluster 2024-02-11T17:31:55.760168+0000 mgr.smithi029.rubqla (mgr.14180) 1435 : cluster [DBG] pgmap v982: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-11T17:31:56.695 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:31:56.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:56 smithi073 bash[18997]: audit 2024-02-11T17:31:55.518819+0000 mgr.smithi029.rubqla (mgr.14180) 1434 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:31:56.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:56 smithi073 bash[18997]: cluster 2024-02-11T17:31:55.760168+0000 mgr.smithi029.rubqla (mgr.14180) 1435 : cluster [DBG] pgmap v982: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-11T17:31:57.696 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:31:59.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:31:58 smithi073 bash[18997]: cluster 2024-02-11T17:31:57.761099+0000 mgr.smithi029.rubqla (mgr.14180) 1436 : cluster [DBG] pgmap v983: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-11T17:31:59.110 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:31:58 smithi029 bash[14177]: cluster 2024-02-11T17:31:57.761099+0000 mgr.smithi029.rubqla (mgr.14180) 1436 : cluster [DBG] pgmap v983: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-11T17:32:01.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:00 smithi073 bash[18997]: cluster 2024-02-11T17:31:59.762168+0000 mgr.smithi029.rubqla (mgr.14180) 1437 : cluster [DBG] pgmap v984: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-11T17:32:01.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:00 smithi029 bash[14177]: cluster 2024-02-11T17:31:59.762168+0000 mgr.smithi029.rubqla (mgr.14180) 1437 : cluster [DBG] pgmap v984: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-11T17:32:01.769 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:32:01.770 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:30:43.068844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsndsn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:31:47.261305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.teozep on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep\nDeploy daemon haproxy.nfs.foo.smithi073.teozep ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:31:51.752385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.qejanh on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh\nDeploy daemon haproxy.nfs.foo.smithi029.qejanh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:31:51.754608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.sunzpb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:31:51.756744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iimgju on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:32:02.841 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:32:03.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:03 smithi029 bash[14177]: audit 2024-02-11T17:32:01.755391+0000 mgr.smithi029.rubqla (mgr.14180) 1438 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:32:03.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:03 smithi029 bash[14177]: cluster 2024-02-11T17:32:01.763304+0000 mgr.smithi029.rubqla (mgr.14180) 1439 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-11T17:32:03.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:03 smithi029 bash[14177]: audit 2024-02-11T17:32:02.084989+0000 mon.smithi029 (mon.0) 1047 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:32:03.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:03 smithi073 bash[18997]: audit 2024-02-11T17:32:01.755391+0000 mgr.smithi029.rubqla (mgr.14180) 1438 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:32:03.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:03 smithi073 bash[18997]: cluster 2024-02-11T17:32:01.763304+0000 mgr.smithi029.rubqla (mgr.14180) 1439 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-11T17:32:03.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:03 smithi073 bash[18997]: audit 2024-02-11T17:32:02.084989+0000 mon.smithi029 (mon.0) 1047 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:32:03.843 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:32:05.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:05 smithi029 bash[14177]: cluster 2024-02-11T17:32:03.764467+0000 mgr.smithi029.rubqla (mgr.14180) 1440 : cluster [DBG] pgmap v986: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:32:05.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:05 smithi073 bash[18997]: cluster 2024-02-11T17:32:03.764467+0000 mgr.smithi029.rubqla (mgr.14180) 1440 : cluster [DBG] pgmap v986: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:32:07.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:07 smithi029 bash[14177]: cluster 2024-02-11T17:32:05.765629+0000 mgr.smithi029.rubqla (mgr.14180) 1441 : 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-02-11T17:32:07.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:07 smithi073 bash[18997]: cluster 2024-02-11T17:32:05.765629+0000 mgr.smithi029.rubqla (mgr.14180) 1441 : 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-02-11T17:32:08.153 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:32:08.153 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:30:43.068844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsndsn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:31:47.261305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.teozep on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep\nDeploy daemon haproxy.nfs.foo.smithi073.teozep ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:31:51.752385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.qejanh on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh\nDeploy daemon haproxy.nfs.foo.smithi029.qejanh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:31:51.754608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.sunzpb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:31:51.756744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iimgju on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:32:09.229 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:32:09.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:09 smithi029 bash[14177]: cluster 2024-02-11T17:32:07.767067+0000 mgr.smithi029.rubqla (mgr.14180) 1442 : cluster [DBG] pgmap v988: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:09.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:09 smithi029 bash[14177]: audit 2024-02-11T17:32:08.139316+0000 mgr.smithi029.rubqla (mgr.14180) 1443 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:32:09.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:09 smithi073 bash[18997]: cluster 2024-02-11T17:32:07.767067+0000 mgr.smithi029.rubqla (mgr.14180) 1442 : cluster [DBG] pgmap v988: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:09.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:09 smithi073 bash[18997]: audit 2024-02-11T17:32:08.139316+0000 mgr.smithi029.rubqla (mgr.14180) 1443 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:32:10.231 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:32:11.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:11 smithi029 bash[14177]: cluster 2024-02-11T17:32:09.768152+0000 mgr.smithi029.rubqla (mgr.14180) 1444 : cluster [DBG] pgmap v989: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:11.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:11 smithi073 bash[18997]: cluster 2024-02-11T17:32:09.768152+0000 mgr.smithi029.rubqla (mgr.14180) 1444 : cluster [DBG] pgmap v989: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:13.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:13 smithi029 bash[14177]: cluster 2024-02-11T17:32:11.769329+0000 mgr.smithi029.rubqla (mgr.14180) 1445 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:13.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:13 smithi073 bash[18997]: cluster 2024-02-11T17:32:11.769329+0000 mgr.smithi029.rubqla (mgr.14180) 1445 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:14.600 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:32:14.600 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:30:43.068844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsndsn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:31:47.261305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.teozep on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep\nDeploy daemon haproxy.nfs.foo.smithi073.teozep ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:31:51.752385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.qejanh on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh\nDeploy daemon haproxy.nfs.foo.smithi029.qejanh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:31:51.754608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.sunzpb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:31:51.756744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iimgju on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:32:15.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:15 smithi029 bash[14177]: cluster 2024-02-11T17:32:13.770608+0000 mgr.smithi029.rubqla (mgr.14180) 1446 : cluster [DBG] pgmap v991: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:32:15.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:15 smithi073 bash[18997]: cluster 2024-02-11T17:32:13.770608+0000 mgr.smithi029.rubqla (mgr.14180) 1446 : cluster [DBG] pgmap v991: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:32:15.676 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:32:16.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:16 smithi029 bash[14177]: audit 2024-02-11T17:32:14.585043+0000 mgr.smithi029.rubqla (mgr.14180) 1447 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:32:16.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:16 smithi073 bash[18997]: audit 2024-02-11T17:32:14.585043+0000 mgr.smithi029.rubqla (mgr.14180) 1447 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:32:16.676 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:32:17.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:17 smithi029 bash[14177]: cluster 2024-02-11T17:32:15.771693+0000 mgr.smithi029.rubqla (mgr.14180) 1448 : 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-02-11T17:32:17.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:17 smithi073 bash[18997]: cluster 2024-02-11T17:32:15.771693+0000 mgr.smithi029.rubqla (mgr.14180) 1448 : 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-02-11T17:32:19.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:19 smithi029 bash[14177]: cluster 2024-02-11T17:32:17.773128+0000 mgr.smithi029.rubqla (mgr.14180) 1449 : cluster [DBG] pgmap v993: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:19.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:19 smithi073 bash[18997]: cluster 2024-02-11T17:32:17.773128+0000 mgr.smithi029.rubqla (mgr.14180) 1449 : cluster [DBG] pgmap v993: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:21.121 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:32:21.122 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:30:43.068844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsndsn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:31:47.261305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.teozep on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep\nDeploy daemon haproxy.nfs.foo.smithi073.teozep ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:31:51.752385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.qejanh on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh\nDeploy daemon haproxy.nfs.foo.smithi029.qejanh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:31:51.754608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.sunzpb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:31:51.756744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iimgju on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:32:21.440 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:21 smithi029 bash[14177]: cluster 2024-02-11T17:32:19.774142+0000 mgr.smithi029.rubqla (mgr.14180) 1450 : cluster [DBG] pgmap v994: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:21.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:21 smithi073 bash[18997]: cluster 2024-02-11T17:32:19.774142+0000 mgr.smithi029.rubqla (mgr.14180) 1450 : cluster [DBG] pgmap v994: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:22.189 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:32:22.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:22 smithi029 bash[14177]: audit 2024-02-11T17:32:21.107921+0000 mgr.smithi029.rubqla (mgr.14180) 1451 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:32:22.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:22 smithi073 bash[18997]: audit 2024-02-11T17:32:21.107921+0000 mgr.smithi029.rubqla (mgr.14180) 1451 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:32:23.190 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:32:23.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:23 smithi029 bash[14177]: cluster 2024-02-11T17:32:21.775337+0000 mgr.smithi029.rubqla (mgr.14180) 1452 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:23.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:23 smithi073 bash[18997]: cluster 2024-02-11T17:32:21.775337+0000 mgr.smithi029.rubqla (mgr.14180) 1452 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:25.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:25 smithi029 bash[14177]: cluster 2024-02-11T17:32:23.776641+0000 mgr.smithi029.rubqla (mgr.14180) 1453 : cluster [DBG] pgmap v996: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:32:25.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:25 smithi073 bash[18997]: cluster 2024-02-11T17:32:23.776641+0000 mgr.smithi029.rubqla (mgr.14180) 1453 : cluster [DBG] pgmap v996: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:32:27.220 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:32:27.220 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:30:43.068844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsndsn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:31:47.261305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.teozep on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep\nDeploy daemon haproxy.nfs.foo.smithi073.teozep ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:31:51.752385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.qejanh on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh\nDeploy daemon haproxy.nfs.foo.smithi029.qejanh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:31:51.754608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.sunzpb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:31:51.756744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iimgju on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:32:27.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:27 smithi029 bash[14177]: cluster 2024-02-11T17:32:25.777716+0000 mgr.smithi029.rubqla (mgr.14180) 1454 : 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-02-11T17:32:27.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:27 smithi073 bash[18997]: cluster 2024-02-11T17:32:25.777716+0000 mgr.smithi029.rubqla (mgr.14180) 1454 : 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-02-11T17:32:28.263 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:32:28.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:28 smithi073 bash[18997]: audit 2024-02-11T17:32:27.205929+0000 mgr.smithi029.rubqla (mgr.14180) 1455 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:32:28.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:28 smithi029 bash[14177]: audit 2024-02-11T17:32:27.205929+0000 mgr.smithi029.rubqla (mgr.14180) 1455 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:32:29.264 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:32:29.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:29 smithi029 bash[14177]: cluster 2024-02-11T17:32:27.779113+0000 mgr.smithi029.rubqla (mgr.14180) 1456 : cluster [DBG] pgmap v998: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:29.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:29 smithi073 bash[18997]: cluster 2024-02-11T17:32:27.779113+0000 mgr.smithi029.rubqla (mgr.14180) 1456 : cluster [DBG] pgmap v998: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:31.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:31 smithi073 bash[18997]: cluster 2024-02-11T17:32:29.780187+0000 mgr.smithi029.rubqla (mgr.14180) 1457 : cluster [DBG] pgmap v999: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:31.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:31 smithi029 bash[14177]: cluster 2024-02-11T17:32:29.780187+0000 mgr.smithi029.rubqla (mgr.14180) 1457 : cluster [DBG] pgmap v999: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:33.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:33 smithi073 bash[18997]: cluster 2024-02-11T17:32:31.781453+0000 mgr.smithi029.rubqla (mgr.14180) 1458 : cluster [DBG] pgmap v1000: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:33.651 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:32:33.651 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:30:43.068844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsndsn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:31:47.261305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.teozep on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep\nDeploy daemon haproxy.nfs.foo.smithi073.teozep ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:31:51.752385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.qejanh on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh\nDeploy daemon haproxy.nfs.foo.smithi029.qejanh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:31:51.754608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.sunzpb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:31:51.756744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iimgju on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:32:33.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:33 smithi029 bash[14177]: cluster 2024-02-11T17:32:31.781453+0000 mgr.smithi029.rubqla (mgr.14180) 1458 : cluster [DBG] pgmap v1000: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:34.740 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:32:35.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:35 smithi073 bash[18997]: audit 2024-02-11T17:32:33.638492+0000 mgr.smithi029.rubqla (mgr.14180) 1459 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:32:35.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:35 smithi073 bash[18997]: cluster 2024-02-11T17:32:33.782621+0000 mgr.smithi029.rubqla (mgr.14180) 1460 : cluster [DBG] pgmap v1001: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:32:35.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:35 smithi029 bash[14177]: audit 2024-02-11T17:32:33.638492+0000 mgr.smithi029.rubqla (mgr.14180) 1459 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:32:35.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:35 smithi029 bash[14177]: cluster 2024-02-11T17:32:33.782621+0000 mgr.smithi029.rubqla (mgr.14180) 1460 : cluster [DBG] pgmap v1001: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:32:35.743 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:32:37.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:37 smithi029 bash[14177]: cluster 2024-02-11T17:32:35.783634+0000 mgr.smithi029.rubqla (mgr.14180) 1461 : 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-02-11T17:32:37.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:37 smithi073 bash[18997]: cluster 2024-02-11T17:32:35.783634+0000 mgr.smithi029.rubqla (mgr.14180) 1461 : 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-02-11T17:32:39.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:39 smithi029 bash[14177]: cluster 2024-02-11T17:32:37.785032+0000 mgr.smithi029.rubqla (mgr.14180) 1462 : cluster [DBG] pgmap v1003: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:39.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:39 smithi073 bash[18997]: cluster 2024-02-11T17:32:37.785032+0000 mgr.smithi029.rubqla (mgr.14180) 1462 : cluster [DBG] pgmap v1003: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:39.676 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:32:39.677 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:30:43.068844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsndsn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:31:47.261305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.teozep on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep\nDeploy daemon haproxy.nfs.foo.smithi073.teozep ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:31:51.752385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.qejanh on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh\nDeploy daemon haproxy.nfs.foo.smithi029.qejanh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:31:51.754608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.sunzpb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:31:51.756744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iimgju on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:32:40.679 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:32:41.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:41 smithi073 bash[18997]: audit 2024-02-11T17:32:39.661732+0000 mgr.smithi029.rubqla (mgr.14180) 1463 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:32:41.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:41 smithi073 bash[18997]: cluster 2024-02-11T17:32:39.786060+0000 mgr.smithi029.rubqla (mgr.14180) 1464 : cluster [DBG] pgmap v1004: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:41.680 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:32:41.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:41 smithi029 bash[14177]: audit 2024-02-11T17:32:39.661732+0000 mgr.smithi029.rubqla (mgr.14180) 1463 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:32:41.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:41 smithi029 bash[14177]: cluster 2024-02-11T17:32:39.786060+0000 mgr.smithi029.rubqla (mgr.14180) 1464 : cluster [DBG] pgmap v1004: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:43.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:43 smithi029 bash[14177]: cluster 2024-02-11T17:32:41.787230+0000 mgr.smithi029.rubqla (mgr.14180) 1465 : cluster [DBG] pgmap v1005: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:43.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:43 smithi073 bash[18997]: cluster 2024-02-11T17:32:41.787230+0000 mgr.smithi029.rubqla (mgr.14180) 1465 : cluster [DBG] pgmap v1005: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:45.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:45 smithi073 bash[18997]: cluster 2024-02-11T17:32:43.788562+0000 mgr.smithi029.rubqla (mgr.14180) 1466 : cluster [DBG] pgmap v1006: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:32:45.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:45 smithi029 bash[14177]: cluster 2024-02-11T17:32:43.788562+0000 mgr.smithi029.rubqla (mgr.14180) 1466 : cluster [DBG] pgmap v1006: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:32:45.827 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:32:45.827 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:30:43.068844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsndsn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:31:47.261305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.teozep on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep\nDeploy daemon haproxy.nfs.foo.smithi073.teozep ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:31:51.752385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.qejanh on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh\nDeploy daemon haproxy.nfs.foo.smithi029.qejanh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:31:51.754608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.sunzpb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:31:51.756744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iimgju on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:32:46.842 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:32:47.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:47 smithi073 bash[18997]: cluster 2024-02-11T17:32:45.789613+0000 mgr.smithi029.rubqla (mgr.14180) 1467 : cluster [DBG] pgmap v1007: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:47.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:47 smithi073 bash[18997]: audit 2024-02-11T17:32:45.813999+0000 mgr.smithi029.rubqla (mgr.14180) 1468 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:32:47.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:47 smithi029 bash[14177]: cluster 2024-02-11T17:32:45.789613+0000 mgr.smithi029.rubqla (mgr.14180) 1467 : cluster [DBG] pgmap v1007: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:47.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:47 smithi029 bash[14177]: audit 2024-02-11T17:32:45.813999+0000 mgr.smithi029.rubqla (mgr.14180) 1468 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:32:47.843 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:32:49.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:49 smithi029 bash[14177]: cluster 2024-02-11T17:32:47.790993+0000 mgr.smithi029.rubqla (mgr.14180) 1469 : cluster [DBG] pgmap v1008: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:49.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:49 smithi073 bash[18997]: cluster 2024-02-11T17:32:47.790993+0000 mgr.smithi029.rubqla (mgr.14180) 1469 : cluster [DBG] pgmap v1008: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:51.534 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:51 smithi029 bash[14177]: cluster 2024-02-11T17:32:49.791700+0000 mgr.smithi029.rubqla (mgr.14180) 1470 : cluster [DBG] pgmap v1009: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:51.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:51 smithi073 bash[18997]: cluster 2024-02-11T17:32:49.791700+0000 mgr.smithi029.rubqla (mgr.14180) 1470 : cluster [DBG] pgmap v1009: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:51.945 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:32:51.945 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:32.780485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:30:43.068844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsndsn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:31:47.261305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.teozep on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep\nDeploy daemon haproxy.nfs.foo.smithi073.teozep ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:31:51.752385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.qejanh on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh\nDeploy daemon haproxy.nfs.foo.smithi029.qejanh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:31:51.754608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.sunzpb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:31:51.756744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iimgju on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:32.781776Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:32.780713Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:32.780868Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:32.781936Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:32.781019Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:32.781167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:32:52.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:52 smithi073 bash[18997]: audit 2024-02-11T17:32:51.760565+0000 mon.smithi029 (mon.0) 1048 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:32:52.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:52 smithi073 bash[18997]: audit 2024-02-11T17:32:52.042312+0000 mon.smithi029 (mon.0) 1049 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:32:52.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:52 smithi029 bash[14177]: audit 2024-02-11T17:32:51.760565+0000 mon.smithi029 (mon.0) 1048 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:32:52.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:52 smithi029 bash[14177]: audit 2024-02-11T17:32:52.042312+0000 mon.smithi029 (mon.0) 1049 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:32:53.236 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:32:53.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:53 smithi073 bash[18997]: cluster 2024-02-11T17:32:51.792550+0000 mgr.smithi029.rubqla (mgr.14180) 1471 : cluster [DBG] pgmap v1010: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:53.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:53 smithi073 bash[18997]: audit 2024-02-11T17:32:51.931036+0000 mgr.smithi029.rubqla (mgr.14180) 1472 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:32:53.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:53 smithi029 bash[14177]: cluster 2024-02-11T17:32:51.792550+0000 mgr.smithi029.rubqla (mgr.14180) 1471 : cluster [DBG] pgmap v1010: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:53.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:53 smithi029 bash[14177]: audit 2024-02-11T17:32:51.931036+0000 mgr.smithi029.rubqla (mgr.14180) 1472 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:32:54.238 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:32:55.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:55 smithi073 bash[18997]: cluster 2024-02-11T17:32:53.793780+0000 mgr.smithi029.rubqla (mgr.14180) 1473 : cluster [DBG] pgmap v1011: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:32:55.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:55 smithi029 bash[14177]: cluster 2024-02-11T17:32:53.793780+0000 mgr.smithi029.rubqla (mgr.14180) 1473 : cluster [DBG] pgmap v1011: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:32:57.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:57 smithi073 bash[18997]: cluster 2024-02-11T17:32:55.794436+0000 mgr.smithi029.rubqla (mgr.14180) 1474 : cluster [DBG] pgmap v1012: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:57.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:57 smithi029 bash[14177]: cluster 2024-02-11T17:32:55.794436+0000 mgr.smithi029.rubqla (mgr.14180) 1474 : cluster [DBG] pgmap v1012: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:58.517 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:32:58.517 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:22:33.267673Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:22:33.267911Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:22:33.268188Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:30:43.068844Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.qsndsn on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:31:47.261305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.teozep on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep\nDeploy daemon haproxy.nfs.foo.smithi073.teozep ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:31:51.752385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.qejanh on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh\nDeploy daemon haproxy.nfs.foo.smithi029.qejanh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:31:51.754608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.sunzpb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:31:51.756744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iimgju on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:22:33.269860Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:22:33.267424Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:22:33.267070Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:22:33.269997Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:22:33.268422Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:22:33.268886Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:22:33.268654Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:32:58.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:58 smithi029 bash[14177]: audit 2024-02-11T17:32:57.638694+0000 mon.smithi029 (mon.0) 1050 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:32:58.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:58 smithi029 bash[14177]: cluster 2024-02-11T17:32:57.795167+0000 mgr.smithi029.rubqla (mgr.14180) 1475 : cluster [DBG] pgmap v1013: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:58.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:58 smithi029 bash[14177]: audit 2024-02-11T17:32:58.610106+0000 mon.smithi029 (mon.0) 1051 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:32:59.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:58 smithi073 bash[18997]: audit 2024-02-11T17:32:57.638694+0000 mon.smithi029 (mon.0) 1050 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:32:59.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:58 smithi073 bash[18997]: cluster 2024-02-11T17:32:57.795167+0000 mgr.smithi029.rubqla (mgr.14180) 1475 : cluster [DBG] pgmap v1013: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:32:59.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:58 smithi073 bash[18997]: audit 2024-02-11T17:32:58.610106+0000 mon.smithi029 (mon.0) 1051 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:32:59.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:32:59.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:59 smithi029 bash[14177]: audit 2024-02-11T17:32:58.508804+0000 mgr.smithi029.rubqla (mgr.14180) 1476 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:32:59.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:59 smithi029 bash[14177]: audit 2024-02-11T17:32:58.899527+0000 mon.smithi029 (mon.0) 1052 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:32:59.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:59 smithi029 bash[14177]: audit 2024-02-11T17:32:58.900610+0000 mon.smithi029 (mon.0) 1053 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:32:59.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:59 smithi029 bash[14177]: audit 2024-02-11T17:32:58.908044+0000 mon.smithi029 (mon.0) 1054 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:32:59.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:59 smithi029 bash[14177]: cluster 2024-02-11T17:32:58.908983+0000 mgr.smithi029.rubqla (mgr.14180) 1477 : cluster [DBG] pgmap v1014: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2024-02-11T17:32:59.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:59 smithi029 bash[14177]: audit 2024-02-11T17:32:58.916917+0000 mon.smithi029 (mon.0) 1055 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:32:59.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:59 smithi029 bash[14177]: audit 2024-02-11T17:32:58.928760+0000 mon.smithi029 (mon.0) 1056 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:32:59.936 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:32:59 smithi029 bash[14177]: cephadm 2024-02-11T17:32:58.933421+0000 mgr.smithi029.rubqla (mgr.14180) 1478 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.ypmhmd on smithi073 2024-02-11T17:33:00.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:59 smithi073 bash[18997]: audit 2024-02-11T17:32:58.508804+0000 mgr.smithi029.rubqla (mgr.14180) 1476 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:33:00.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:59 smithi073 bash[18997]: audit 2024-02-11T17:32:58.899527+0000 mon.smithi029 (mon.0) 1052 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:33:00.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:59 smithi073 bash[18997]: audit 2024-02-11T17:32:58.900610+0000 mon.smithi029 (mon.0) 1053 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:33:00.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:59 smithi073 bash[18997]: audit 2024-02-11T17:32:58.908044+0000 mon.smithi029 (mon.0) 1054 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:33:00.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:59 smithi073 bash[18997]: cluster 2024-02-11T17:32:58.908983+0000 mgr.smithi029.rubqla (mgr.14180) 1477 : cluster [DBG] pgmap v1014: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2024-02-11T17:33:00.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:59 smithi073 bash[18997]: audit 2024-02-11T17:32:58.916917+0000 mon.smithi029 (mon.0) 1055 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:33:00.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:59 smithi073 bash[18997]: audit 2024-02-11T17:32:58.928760+0000 mon.smithi029 (mon.0) 1056 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:33:00.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:32:59 smithi073 bash[18997]: cephadm 2024-02-11T17:32:58.933421+0000 mgr.smithi029.rubqla (mgr.14180) 1478 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.ypmhmd on smithi073 2024-02-11T17:33:00.667 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:33:00.961 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:00 smithi029 bash[14177]: cluster 2024-02-11T17:32:59.904402+0000 mon.smithi029 (mon.0) 1057 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:33:00.961 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:00 smithi029 bash[14177]: cluster 2024-02-11T17:32:59.904470+0000 mon.smithi029 (mon.0) 1058 : cluster [INF] Cluster is now healthy 2024-02-11T17:33:01.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:00 smithi073 bash[18997]: cluster 2024-02-11T17:32:59.904402+0000 mon.smithi029 (mon.0) 1057 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:33:01.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:00 smithi073 bash[18997]: cluster 2024-02-11T17:32:59.904470+0000 mon.smithi029 (mon.0) 1058 : cluster [INF] Cluster is now healthy 2024-02-11T17:33:01.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:01 smithi029 bash[14177]: cluster 2024-02-11T17:33:00.909851+0000 mgr.smithi029.rubqla (mgr.14180) 1479 : cluster [DBG] pgmap v1015: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2024-02-11T17:33:02.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:01 smithi073 bash[18997]: cluster 2024-02-11T17:33:00.909851+0000 mgr.smithi029.rubqla (mgr.14180) 1479 : cluster [DBG] pgmap v1015: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2024-02-11T17:33:03.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:03 smithi029 bash[14177]: audit 2024-02-11T17:33:02.087536+0000 mon.smithi029 (mon.0) 1059 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:33:03.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:03 smithi029 bash[14177]: audit 2024-02-11T17:33:02.829860+0000 mon.smithi029 (mon.0) 1060 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.ypmhmd"}]: dispatch 2024-02-11T17:33:03.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:03 smithi073 bash[18997]: audit 2024-02-11T17:33:02.087536+0000 mon.smithi029 (mon.0) 1059 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:33:03.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:03 smithi073 bash[18997]: audit 2024-02-11T17:33:02.829860+0000 mon.smithi029 (mon.0) 1060 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.ypmhmd"}]: dispatch 2024-02-11T17:33:04.416 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: cephadm 2024-02-11T17:33:02.829083+0000 mgr.smithi029.rubqla (mgr.14180) 1480 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd 2024-02-11T17:33:04.416 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:33:04.416 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd 2024-02-11T17:33:04.416 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd 2024-02-11T17:33:04.416 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:33:04.416 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd 2024-02-11T17:33:04.416 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.ypmhmd ... 2024-02-11T17:33:04.416 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:33:04.416 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:33:04.416 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:33:04.416 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:33:04.416 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:33:04.417 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:33:04.417 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:33:04.417 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:33:04.417 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:33:04.417 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:33:04.417 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd 2024-02-11T17:33:04.417 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:33:04.417 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd 2024-02-11T17:33:04.417 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd 2024-02-11T17:33:04.417 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:33:04.417 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd 2024-02-11T17:33:04.417 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.ypmhmd ... 2024-02-11T17:33:04.417 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:33:04.418 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:33:04.418 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:33:04.418 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:33:04.418 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:33:04.418 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: cephadm 2024-02-11T17:33:02.829422+0000 mgr.smithi029.rubqla (mgr.14180) 1481 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.ypmhmd 2024-02-11T17:33:04.418 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: cephadm 2024-02-11T17:33:02.831062+0000 mgr.smithi029.rubqla (mgr.14180) 1482 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.ypmhmd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd 2024-02-11T17:33:04.418 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:33:04.418 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd 2024-02-11T17:33:04.418 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd 2024-02-11T17:33:04.418 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:33:04.418 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd 2024-02-11T17:33:04.418 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.ypmhmd ... 2024-02-11T17:33:04.418 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:33:04.418 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:33:04.418 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:33:04.419 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:33:04.419 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:33:04.419 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: cephadm 2024-02-11T17:33:02.833342+0000 mgr.smithi029.rubqla (mgr.14180) 1483 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.vxjiea on smithi029 2024-02-11T17:33:04.419 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:04 smithi029 bash[14177]: cluster 2024-02-11T17:33:02.910651+0000 mgr.smithi029.rubqla (mgr.14180) 1484 : cluster [DBG] pgmap v1016: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 368 B/s rd, 0 op/s 2024-02-11T17:33:04.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: cephadm 2024-02-11T17:33:02.829083+0000 mgr.smithi029.rubqla (mgr.14180) 1480 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd 2024-02-11T17:33:04.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:33:04.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd 2024-02-11T17:33:04.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd 2024-02-11T17:33:04.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:33:04.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd 2024-02-11T17:33:04.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.ypmhmd ... 2024-02-11T17:33:04.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:33:04.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:33:04.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:33:04.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:33:04.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:33:04.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:33:04.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:33:04.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:33:04.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:33:04.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:33:04.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd 2024-02-11T17:33:04.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:33:04.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd 2024-02-11T17:33:04.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd 2024-02-11T17:33:04.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:33:04.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd 2024-02-11T17:33:04.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.ypmhmd ... 2024-02-11T17:33:04.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:33:04.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:33:04.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:33:04.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:33:04.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:33:04.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: cephadm 2024-02-11T17:33:02.829422+0000 mgr.smithi029.rubqla (mgr.14180) 1481 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.ypmhmd 2024-02-11T17:33:04.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: cephadm 2024-02-11T17:33:02.831062+0000 mgr.smithi029.rubqla (mgr.14180) 1482 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.ypmhmd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd 2024-02-11T17:33:04.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:33:04.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd 2024-02-11T17:33:04.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd 2024-02-11T17:33:04.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:33:04.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd 2024-02-11T17:33:04.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.ypmhmd ... 2024-02-11T17:33:04.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:33:04.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:33:04.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:33:04.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:33:04.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:33:04.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: cephadm 2024-02-11T17:33:02.833342+0000 mgr.smithi029.rubqla (mgr.14180) 1483 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.vxjiea on smithi029 2024-02-11T17:33:04.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:04 smithi073 bash[18997]: cluster 2024-02-11T17:33:02.910651+0000 mgr.smithi029.rubqla (mgr.14180) 1484 : cluster [DBG] pgmap v1016: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 368 B/s rd, 0 op/s 2024-02-11T17:33:04.852 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:33:04.853 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:31:47.261305Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.teozep on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-teozep\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.teozep\nDeploy daemon haproxy.nfs.foo.smithi073.teozep ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:31:51.752385Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.qejanh on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-qejanh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.qejanh\nDeploy daemon haproxy.nfs.foo.smithi029.qejanh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:31:51.754608Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.sunzpb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:31:51.756744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iimgju on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:33:02.830928Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ypmhmd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd\nDeploy daemon haproxy.nfs.foo.smithi073.ypmhmd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -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.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:33:05.866 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:33:06.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:06 smithi029 bash[14177]: audit 2024-02-11T17:33:04.837909+0000 mgr.smithi029.rubqla (mgr.14180) 1485 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:33:06.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:06 smithi029 bash[14177]: cluster 2024-02-11T17:33:04.911644+0000 mgr.smithi029.rubqla (mgr.14180) 1486 : cluster [DBG] pgmap v1017: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2024-02-11T17:33:06.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:06 smithi073 bash[18997]: audit 2024-02-11T17:33:04.837909+0000 mgr.smithi029.rubqla (mgr.14180) 1485 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:33:06.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:06 smithi073 bash[18997]: cluster 2024-02-11T17:33:04.911644+0000 mgr.smithi029.rubqla (mgr.14180) 1486 : cluster [DBG] pgmap v1017: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2024-02-11T17:33:06.867 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:33:07.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:07 smithi029 bash[14177]: audit 2024-02-11T17:33:06.630565+0000 mon.smithi029 (mon.0) 1061 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.vxjiea"}]: dispatch 2024-02-11T17:33:07.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:07 smithi073 bash[18997]: audit 2024-02-11T17:33:06.630565+0000 mon.smithi029 (mon.0) 1061 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.vxjiea"}]: dispatch 2024-02-11T17:33:08.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: cephadm 2024-02-11T17:33:06.629325+0000 mgr.smithi029.rubqla (mgr.14180) 1487 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea 2024-02-11T17:33:08.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:33:08.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea 2024-02-11T17:33:08.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea 2024-02-11T17:33:08.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:33:08.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea 2024-02-11T17:33:08.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.vxjiea ... 2024-02-11T17:33:08.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:33:08.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:33:08.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:33:08.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:33:08.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:33:08.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:33:08.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:33:08.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:33:08.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:33:08.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:33:08.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea 2024-02-11T17:33:08.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:33:08.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea 2024-02-11T17:33:08.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea 2024-02-11T17:33:08.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:33:08.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea 2024-02-11T17:33:08.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.vxjiea ... 2024-02-11T17:33:08.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:33:08.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:33:08.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:33:08.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:33:08.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:33:08.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: cephadm 2024-02-11T17:33:06.629854+0000 mgr.smithi029.rubqla (mgr.14180) 1488 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.vxjiea 2024-02-11T17:33:08.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: cephadm 2024-02-11T17:33:06.632001+0000 mgr.smithi029.rubqla (mgr.14180) 1489 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.vxjiea on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea 2024-02-11T17:33:08.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:33:08.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea 2024-02-11T17:33:08.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea 2024-02-11T17:33:08.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:33:08.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea 2024-02-11T17:33:08.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.vxjiea ... 2024-02-11T17:33:08.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:33:08.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:33:08.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:33:08.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:33:08.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:33:08.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: cephadm 2024-02-11T17:33:06.637034+0000 mgr.smithi029.rubqla (mgr.14180) 1490 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.dgvuwr on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:33:08.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: cephadm 2024-02-11T17:33:06.638798+0000 mgr.smithi029.rubqla (mgr.14180) 1491 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.ayrkes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:33:08.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: cluster 2024-02-11T17:33:06.640107+0000 mgr.smithi029.rubqla (mgr.14180) 1492 : cluster [DBG] pgmap v1018: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-11T17:33:08.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:08 smithi029 bash[14177]: cluster 2024-02-11T17:33:07.101936+0000 mon.smithi029 (mon.0) 1062 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:33:08.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: cephadm 2024-02-11T17:33:06.629325+0000 mgr.smithi029.rubqla (mgr.14180) 1487 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea 2024-02-11T17:33:08.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:33:08.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea 2024-02-11T17:33:08.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea 2024-02-11T17:33:08.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:33:08.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea 2024-02-11T17:33:08.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.vxjiea ... 2024-02-11T17:33:08.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:33:08.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:33:08.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:33:08.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:33:08.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:33:08.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:33:08.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:33:08.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:33:08.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:33:08.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:33:08.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea 2024-02-11T17:33:08.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:33:08.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea 2024-02-11T17:33:08.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea 2024-02-11T17:33:08.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:33:08.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea 2024-02-11T17:33:08.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.vxjiea ... 2024-02-11T17:33:08.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:33:08.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:33:08.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:33:08.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:33:08.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:33:08.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: cephadm 2024-02-11T17:33:06.629854+0000 mgr.smithi029.rubqla (mgr.14180) 1488 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.vxjiea 2024-02-11T17:33:08.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: cephadm 2024-02-11T17:33:06.632001+0000 mgr.smithi029.rubqla (mgr.14180) 1489 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.vxjiea on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea 2024-02-11T17:33:08.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:33:08.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea 2024-02-11T17:33:08.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea 2024-02-11T17:33:08.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:33:08.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea 2024-02-11T17:33:08.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.vxjiea ... 2024-02-11T17:33:08.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:33:08.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:33:08.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:33:08.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:33:08.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:33:08.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: cephadm 2024-02-11T17:33:06.637034+0000 mgr.smithi029.rubqla (mgr.14180) 1490 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.dgvuwr on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:33:08.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: cephadm 2024-02-11T17:33:06.638798+0000 mgr.smithi029.rubqla (mgr.14180) 1491 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.ayrkes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:33:08.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: cluster 2024-02-11T17:33:06.640107+0000 mgr.smithi029.rubqla (mgr.14180) 1492 : cluster [DBG] pgmap v1018: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-11T17:33:08.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:08 smithi073 bash[18997]: cluster 2024-02-11T17:33:07.101936+0000 mon.smithi029 (mon.0) 1062 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:33:09.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:09 smithi029 bash[14177]: audit 2024-02-11T17:33:08.369744+0000 mon.smithi029 (mon.0) 1063 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:33:09.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:09 smithi029 bash[14177]: cluster 2024-02-11T17:33:08.641073+0000 mgr.smithi029.rubqla (mgr.14180) 1493 : cluster [DBG] pgmap v1019: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-11T17:33:09.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:09 smithi073 bash[18997]: audit 2024-02-11T17:33:08.369744+0000 mon.smithi029 (mon.0) 1063 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:33:09.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:09 smithi073 bash[18997]: cluster 2024-02-11T17:33:08.641073+0000 mgr.smithi029.rubqla (mgr.14180) 1493 : cluster [DBG] pgmap v1019: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-11T17:33:11.445 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:33:11.445 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:31:51.756744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iimgju on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:33:02.830928Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ypmhmd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd\nDeploy daemon haproxy.nfs.foo.smithi073.ypmhmd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:33:06.631676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.vxjiea on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea\nDeploy daemon haproxy.nfs.foo.smithi029.vxjiea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:33:06.636927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dgvuwr on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:33:06.638691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayrkes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:33:11.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:11 smithi029 bash[14177]: cluster 2024-02-11T17:33:10.642168+0000 mgr.smithi029.rubqla (mgr.14180) 1494 : cluster [DBG] pgmap v1020: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-11T17:33:11.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:11 smithi073 bash[18997]: cluster 2024-02-11T17:33:10.642168+0000 mgr.smithi029.rubqla (mgr.14180) 1494 : cluster [DBG] pgmap v1020: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-11T17:33:12.481 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:33:12.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:12 smithi029 bash[14177]: audit 2024-02-11T17:33:11.432570+0000 mgr.smithi029.rubqla (mgr.14180) 1495 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:33:12.727 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:12 smithi073 bash[18997]: audit 2024-02-11T17:33:11.432570+0000 mgr.smithi029.rubqla (mgr.14180) 1495 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:33:13.482 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:33:13.676 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:13 smithi029 bash[14177]: cluster 2024-02-11T17:33:12.643682+0000 mgr.smithi029.rubqla (mgr.14180) 1496 : cluster [DBG] pgmap v1021: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 349 B/s rd, 0 op/s 2024-02-11T17:33:13.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:13 smithi073 bash[18997]: cluster 2024-02-11T17:33:12.643682+0000 mgr.smithi029.rubqla (mgr.14180) 1496 : cluster [DBG] pgmap v1021: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 349 B/s rd, 0 op/s 2024-02-11T17:33:16.034 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:15 smithi029 bash[14177]: cluster 2024-02-11T17:33:14.644801+0000 mgr.smithi029.rubqla (mgr.14180) 1497 : cluster [DBG] pgmap v1022: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-11T17:33:16.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:15 smithi073 bash[18997]: cluster 2024-02-11T17:33:14.644801+0000 mgr.smithi029.rubqla (mgr.14180) 1497 : cluster [DBG] pgmap v1022: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-11T17:33:17.612 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:33:17.612 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:31:51.756744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iimgju on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:33:02.830928Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ypmhmd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd\nDeploy daemon haproxy.nfs.foo.smithi073.ypmhmd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:33:06.631676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.vxjiea on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea\nDeploy daemon haproxy.nfs.foo.smithi029.vxjiea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:33:06.636927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dgvuwr on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:33:06.638691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayrkes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:33:18.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:18 smithi029 bash[14177]: cluster 2024-02-11T17:33:16.646047+0000 mgr.smithi029.rubqla (mgr.14180) 1498 : cluster [DBG] pgmap v1023: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-11T17:33:18.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:18 smithi029 bash[14177]: audit 2024-02-11T17:33:17.087606+0000 mon.smithi029 (mon.0) 1064 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:33:18.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:18 smithi073 bash[18997]: cluster 2024-02-11T17:33:16.646047+0000 mgr.smithi029.rubqla (mgr.14180) 1498 : cluster [DBG] pgmap v1023: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-11T17:33:18.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:18 smithi073 bash[18997]: audit 2024-02-11T17:33:17.087606+0000 mon.smithi029 (mon.0) 1064 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:33:18.673 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:33:19.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:19 smithi029 bash[14177]: audit 2024-02-11T17:33:17.603877+0000 mgr.smithi029.rubqla (mgr.14180) 1499 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:33:19.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:19 smithi073 bash[18997]: audit 2024-02-11T17:33:17.603877+0000 mgr.smithi029.rubqla (mgr.14180) 1499 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:33:19.674 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:33:20.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:20 smithi029 bash[14177]: cluster 2024-02-11T17:33:18.647238+0000 mgr.smithi029.rubqla (mgr.14180) 1500 : cluster [DBG] pgmap v1024: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:33:20.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:20 smithi073 bash[18997]: cluster 2024-02-11T17:33:18.647238+0000 mgr.smithi029.rubqla (mgr.14180) 1500 : cluster [DBG] pgmap v1024: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:33:22.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:22 smithi029 bash[14177]: cluster 2024-02-11T17:33:20.648403+0000 mgr.smithi029.rubqla (mgr.14180) 1501 : cluster [DBG] pgmap v1025: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:33:22.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:22 smithi073 bash[18997]: cluster 2024-02-11T17:33:20.648403+0000 mgr.smithi029.rubqla (mgr.14180) 1501 : cluster [DBG] pgmap v1025: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:33:24.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:24 smithi029 bash[14177]: cluster 2024-02-11T17:33:22.649732+0000 mgr.smithi029.rubqla (mgr.14180) 1502 : cluster [DBG] pgmap v1026: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:33:24.332 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:33:24.332 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:31:51.756744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iimgju on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:33:02.830928Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ypmhmd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd\nDeploy daemon haproxy.nfs.foo.smithi073.ypmhmd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:33:06.631676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.vxjiea on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea\nDeploy daemon haproxy.nfs.foo.smithi029.vxjiea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:33:06.636927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dgvuwr on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:33:06.638691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayrkes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:33:24.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:24 smithi073 bash[18997]: cluster 2024-02-11T17:33:22.649732+0000 mgr.smithi029.rubqla (mgr.14180) 1502 : cluster [DBG] pgmap v1026: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:33:25.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:33:25.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:25 smithi029 bash[14177]: audit 2024-02-11T17:33:24.319407+0000 mgr.smithi029.rubqla (mgr.14180) 1503 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:33:25.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:25 smithi073 bash[18997]: audit 2024-02-11T17:33:24.319407+0000 mgr.smithi029.rubqla (mgr.14180) 1503 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:33:26.375 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:33:26.389 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:26 smithi029 bash[14177]: cluster 2024-02-11T17:33:24.650819+0000 mgr.smithi029.rubqla (mgr.14180) 1504 : cluster [DBG] pgmap v1027: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:33:26.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:26 smithi073 bash[18997]: cluster 2024-02-11T17:33:24.650819+0000 mgr.smithi029.rubqla (mgr.14180) 1504 : cluster [DBG] pgmap v1027: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:33:28.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:28 smithi029 bash[14177]: cluster 2024-02-11T17:33:26.652118+0000 mgr.smithi029.rubqla (mgr.14180) 1505 : 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-02-11T17:33:28.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:28 smithi073 bash[18997]: cluster 2024-02-11T17:33:26.652118+0000 mgr.smithi029.rubqla (mgr.14180) 1505 : 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-02-11T17:33:30.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:30 smithi029 bash[14177]: cluster 2024-02-11T17:33:28.653171+0000 mgr.smithi029.rubqla (mgr.14180) 1506 : cluster [DBG] pgmap v1029: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:33:30.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:30 smithi073 bash[18997]: cluster 2024-02-11T17:33:28.653171+0000 mgr.smithi029.rubqla (mgr.14180) 1506 : cluster [DBG] pgmap v1029: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:33:30.613 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:33:30.613 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:31:51.756744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iimgju on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:33:02.830928Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ypmhmd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd\nDeploy daemon haproxy.nfs.foo.smithi073.ypmhmd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:33:06.631676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.vxjiea on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea\nDeploy daemon haproxy.nfs.foo.smithi029.vxjiea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:33:06.636927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dgvuwr on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:33:06.638691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayrkes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:33:31.674 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:33:32.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:32 smithi029 bash[14177]: audit 2024-02-11T17:33:30.600478+0000 mgr.smithi029.rubqla (mgr.14180) 1507 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:33:32.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:32 smithi029 bash[14177]: cluster 2024-02-11T17:33:30.653998+0000 mgr.smithi029.rubqla (mgr.14180) 1508 : cluster [DBG] pgmap v1030: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:33:32.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:32 smithi073 bash[18997]: audit 2024-02-11T17:33:30.600478+0000 mgr.smithi029.rubqla (mgr.14180) 1507 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:33:32.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:32 smithi073 bash[18997]: cluster 2024-02-11T17:33:30.653998+0000 mgr.smithi029.rubqla (mgr.14180) 1508 : cluster [DBG] pgmap v1030: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:33:32.674 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:33:34.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:34 smithi029 bash[14177]: cluster 2024-02-11T17:33:32.655345+0000 mgr.smithi029.rubqla (mgr.14180) 1509 : cluster [DBG] pgmap v1031: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:33:34.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:34 smithi073 bash[18997]: cluster 2024-02-11T17:33:32.655345+0000 mgr.smithi029.rubqla (mgr.14180) 1509 : cluster [DBG] pgmap v1031: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:33:36.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:36 smithi029 bash[14177]: cluster 2024-02-11T17:33:34.656458+0000 mgr.smithi029.rubqla (mgr.14180) 1510 : cluster [DBG] pgmap v1032: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:33:36.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:36 smithi073 bash[18997]: cluster 2024-02-11T17:33:34.656458+0000 mgr.smithi029.rubqla (mgr.14180) 1510 : cluster [DBG] pgmap v1032: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:33:36.909 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:33:36.909 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:31:51.756744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iimgju on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:33:02.830928Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ypmhmd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd\nDeploy daemon haproxy.nfs.foo.smithi073.ypmhmd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:33:06.631676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.vxjiea on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea\nDeploy daemon haproxy.nfs.foo.smithi029.vxjiea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:33:06.636927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dgvuwr on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:33:06.638691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayrkes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:33:38.005 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:33:38.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:38 smithi029 bash[14177]: cluster 2024-02-11T17:33:36.657652+0000 mgr.smithi029.rubqla (mgr.14180) 1511 : 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-02-11T17:33:38.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:38 smithi029 bash[14177]: audit 2024-02-11T17:33:36.895373+0000 mgr.smithi029.rubqla (mgr.14180) 1512 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:33:38.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:38 smithi073 bash[18997]: cluster 2024-02-11T17:33:36.657652+0000 mgr.smithi029.rubqla (mgr.14180) 1511 : 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-02-11T17:33:38.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:38 smithi073 bash[18997]: audit 2024-02-11T17:33:36.895373+0000 mgr.smithi029.rubqla (mgr.14180) 1512 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:33:39.005 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:33:40.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:40 smithi029 bash[14177]: cluster 2024-02-11T17:33:38.658892+0000 mgr.smithi029.rubqla (mgr.14180) 1513 : cluster [DBG] pgmap v1034: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:33:40.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:40 smithi073 bash[18997]: cluster 2024-02-11T17:33:38.658892+0000 mgr.smithi029.rubqla (mgr.14180) 1513 : cluster [DBG] pgmap v1034: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:33:41.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:41 smithi029 bash[14177]: cluster 2024-02-11T17:33:40.659892+0000 mgr.smithi029.rubqla (mgr.14180) 1514 : cluster [DBG] pgmap v1035: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:33:41.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:41 smithi073 bash[18997]: cluster 2024-02-11T17:33:40.659892+0000 mgr.smithi029.rubqla (mgr.14180) 1514 : cluster [DBG] pgmap v1035: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:33:43.262 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:33:43.262 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:31:51.756744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iimgju on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:33:02.830928Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ypmhmd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd\nDeploy daemon haproxy.nfs.foo.smithi073.ypmhmd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:33:06.631676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.vxjiea on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea\nDeploy daemon haproxy.nfs.foo.smithi029.vxjiea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:33:06.636927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dgvuwr on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:33:06.638691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayrkes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:33:43.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:43 smithi029 bash[14177]: cluster 2024-02-11T17:33:42.661265+0000 mgr.smithi029.rubqla (mgr.14180) 1515 : cluster [DBG] pgmap v1036: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:33:43.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:43 smithi029 bash[14177]: audit 2024-02-11T17:33:43.248490+0000 mgr.smithi029.rubqla (mgr.14180) 1516 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:33:44.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:43 smithi073 bash[18997]: cluster 2024-02-11T17:33:42.661265+0000 mgr.smithi029.rubqla (mgr.14180) 1515 : cluster [DBG] pgmap v1036: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:33:44.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:43 smithi073 bash[18997]: audit 2024-02-11T17:33:43.248490+0000 mgr.smithi029.rubqla (mgr.14180) 1516 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:33:44.377 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:33:45.378 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:33:46.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:45 smithi073 bash[18997]: cluster 2024-02-11T17:33:44.662358+0000 mgr.smithi029.rubqla (mgr.14180) 1517 : cluster [DBG] pgmap v1037: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:33:46.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:45 smithi029 bash[14177]: cluster 2024-02-11T17:33:44.662358+0000 mgr.smithi029.rubqla (mgr.14180) 1517 : cluster [DBG] pgmap v1037: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:33:48.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:47 smithi073 bash[18997]: cluster 2024-02-11T17:33:46.663642+0000 mgr.smithi029.rubqla (mgr.14180) 1518 : 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-02-11T17:33:48.099 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:47 smithi029 bash[14177]: cluster 2024-02-11T17:33:46.663642+0000 mgr.smithi029.rubqla (mgr.14180) 1518 : 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-02-11T17:33:49.851 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:33:49.851 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:31:51.756744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iimgju on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:33:02.830928Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ypmhmd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd\nDeploy daemon haproxy.nfs.foo.smithi073.ypmhmd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:33:06.631676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.vxjiea on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea\nDeploy daemon haproxy.nfs.foo.smithi029.vxjiea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:33:06.636927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dgvuwr on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:33:06.638691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayrkes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:33:50.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:49 smithi073 bash[18997]: cluster 2024-02-11T17:33:48.664796+0000 mgr.smithi029.rubqla (mgr.14180) 1519 : cluster [DBG] pgmap v1039: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:33:50.142 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:49 smithi029 bash[14177]: cluster 2024-02-11T17:33:48.664796+0000 mgr.smithi029.rubqla (mgr.14180) 1519 : cluster [DBG] pgmap v1039: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:33:50.906 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:33:51.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:50 smithi073 bash[18997]: audit 2024-02-11T17:33:49.838086+0000 mgr.smithi029.rubqla (mgr.14180) 1520 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:33:51.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:50 smithi029 bash[14177]: audit 2024-02-11T17:33:49.838086+0000 mgr.smithi029.rubqla (mgr.14180) 1520 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:33:51.907 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:33:52.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:51 smithi073 bash[18997]: cluster 2024-02-11T17:33:50.665845+0000 mgr.smithi029.rubqla (mgr.14180) 1521 : cluster [DBG] pgmap v1040: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:33:52.115 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:51 smithi029 bash[14177]: cluster 2024-02-11T17:33:50.665845+0000 mgr.smithi029.rubqla (mgr.14180) 1521 : cluster [DBG] pgmap v1040: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:33:53.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:53 smithi029 bash[14177]: cluster 2024-02-11T17:33:52.667224+0000 mgr.smithi029.rubqla (mgr.14180) 1522 : cluster [DBG] pgmap v1041: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:33:54.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:53 smithi073 bash[18997]: cluster 2024-02-11T17:33:52.667224+0000 mgr.smithi029.rubqla (mgr.14180) 1522 : cluster [DBG] pgmap v1041: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:33:55.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:55 smithi029 bash[14177]: cluster 2024-02-11T17:33:54.668098+0000 mgr.smithi029.rubqla (mgr.14180) 1523 : cluster [DBG] pgmap v1042: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:33:56.061 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:33:56.061 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:31:51.756744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iimgju on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:33:02.830928Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ypmhmd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd\nDeploy daemon haproxy.nfs.foo.smithi073.ypmhmd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:33:06.631676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.vxjiea on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea\nDeploy daemon haproxy.nfs.foo.smithi029.vxjiea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:33:06.636927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dgvuwr on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:33:06.638691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayrkes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:33:56.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:55 smithi073 bash[18997]: cluster 2024-02-11T17:33:54.668098+0000 mgr.smithi029.rubqla (mgr.14180) 1523 : cluster [DBG] pgmap v1042: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:33:57.052 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:56 smithi029 bash[14177]: audit 2024-02-11T17:33:56.052066+0000 mgr.smithi029.rubqla (mgr.14180) 1524 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:33:57.053 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:33:57.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:56 smithi073 bash[18997]: audit 2024-02-11T17:33:56.052066+0000 mgr.smithi029.rubqla (mgr.14180) 1524 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:33:58.054 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:33:58.066 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:57 smithi029 bash[14177]: cluster 2024-02-11T17:33:56.669028+0000 mgr.smithi029.rubqla (mgr.14180) 1525 : cluster [DBG] pgmap v1043: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:33:58.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:57 smithi073 bash[18997]: cluster 2024-02-11T17:33:56.669028+0000 mgr.smithi029.rubqla (mgr.14180) 1525 : cluster [DBG] pgmap v1043: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:33:59.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:33:59 smithi029 bash[14177]: cluster 2024-02-11T17:33:58.669752+0000 mgr.smithi029.rubqla (mgr.14180) 1526 : cluster [DBG] pgmap v1044: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:34:00.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:33:59 smithi073 bash[18997]: cluster 2024-02-11T17:33:58.669752+0000 mgr.smithi029.rubqla (mgr.14180) 1526 : cluster [DBG] pgmap v1044: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:34:02.039 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:01 smithi029 bash[14177]: cluster 2024-02-11T17:34:00.670925+0000 mgr.smithi029.rubqla (mgr.14180) 1527 : cluster [DBG] pgmap v1045: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:34:02.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:01 smithi073 bash[18997]: cluster 2024-02-11T17:34:00.670925+0000 mgr.smithi029.rubqla (mgr.14180) 1527 : cluster [DBG] pgmap v1045: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:34:02.427 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:34:02.427 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:31:51.756744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iimgju on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:33:02.830928Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ypmhmd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd\nDeploy daemon haproxy.nfs.foo.smithi073.ypmhmd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:33:06.631676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.vxjiea on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea\nDeploy daemon haproxy.nfs.foo.smithi029.vxjiea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:33:06.636927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dgvuwr on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:33:06.638691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayrkes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:34:03.566 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:34:03.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:03 smithi029 bash[14177]: audit 2024-02-11T17:34:02.414343+0000 mgr.smithi029.rubqla (mgr.14180) 1528 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:34:03.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:03 smithi029 bash[14177]: cluster 2024-02-11T17:34:02.671821+0000 mgr.smithi029.rubqla (mgr.14180) 1529 : cluster [DBG] pgmap v1046: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:34:04.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:03 smithi073 bash[18997]: audit 2024-02-11T17:34:02.414343+0000 mgr.smithi029.rubqla (mgr.14180) 1528 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:34:04.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:03 smithi073 bash[18997]: cluster 2024-02-11T17:34:02.671821+0000 mgr.smithi029.rubqla (mgr.14180) 1529 : cluster [DBG] pgmap v1046: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:34:04.566 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:34:06.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:05 smithi073 bash[18997]: cluster 2024-02-11T17:34:04.672875+0000 mgr.smithi029.rubqla (mgr.14180) 1530 : cluster [DBG] pgmap v1047: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:34:06.152 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:05 smithi029 bash[14177]: cluster 2024-02-11T17:34:04.672875+0000 mgr.smithi029.rubqla (mgr.14180) 1530 : cluster [DBG] pgmap v1047: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:34:07.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:06 smithi073 bash[18997]: audit 2024-02-11T17:34:06.643276+0000 mon.smithi029 (mon.0) 1065 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:34:07.154 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:06 smithi029 bash[14177]: audit 2024-02-11T17:34:06.643276+0000 mon.smithi029 (mon.0) 1065 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:34:08.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:07 smithi073 bash[18997]: cluster 2024-02-11T17:34:06.673775+0000 mgr.smithi029.rubqla (mgr.14180) 1531 : cluster [DBG] pgmap v1048: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:34:08.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:07 smithi073 bash[18997]: audit 2024-02-11T17:34:06.944319+0000 mon.smithi029 (mon.0) 1066 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:34:08.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:07 smithi073 bash[18997]: audit 2024-02-11T17:34:06.945470+0000 mon.smithi029 (mon.0) 1067 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:34:08.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:07 smithi073 bash[18997]: audit 2024-02-11T17:34:06.953327+0000 mon.smithi029 (mon.0) 1068 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:34:08.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:07 smithi073 bash[18997]: cluster 2024-02-11T17:34:06.954194+0000 mgr.smithi029.rubqla (mgr.14180) 1532 : cluster [DBG] pgmap v1049: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:34:08.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:07 smithi073 bash[18997]: audit 2024-02-11T17:34:06.963091+0000 mon.smithi029 (mon.0) 1069 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:34:08.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:07 smithi073 bash[18997]: audit 2024-02-11T17:34:06.976581+0000 mon.smithi029 (mon.0) 1070 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:34:08.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:07 smithi073 bash[18997]: cephadm 2024-02-11T17:34:06.980694+0000 mgr.smithi029.rubqla (mgr.14180) 1533 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.pdekdl on smithi073 2024-02-11T17:34:08.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:07 smithi029 bash[14177]: cluster 2024-02-11T17:34:06.673775+0000 mgr.smithi029.rubqla (mgr.14180) 1531 : cluster [DBG] pgmap v1048: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:34:08.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:07 smithi029 bash[14177]: audit 2024-02-11T17:34:06.944319+0000 mon.smithi029 (mon.0) 1066 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:34:08.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:07 smithi029 bash[14177]: audit 2024-02-11T17:34:06.945470+0000 mon.smithi029 (mon.0) 1067 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:34:08.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:07 smithi029 bash[14177]: audit 2024-02-11T17:34:06.953327+0000 mon.smithi029 (mon.0) 1068 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:34:08.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:07 smithi029 bash[14177]: cluster 2024-02-11T17:34:06.954194+0000 mgr.smithi029.rubqla (mgr.14180) 1532 : cluster [DBG] pgmap v1049: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:34:08.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:07 smithi029 bash[14177]: audit 2024-02-11T17:34:06.963091+0000 mon.smithi029 (mon.0) 1069 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:34:08.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:07 smithi029 bash[14177]: audit 2024-02-11T17:34:06.976581+0000 mon.smithi029 (mon.0) 1070 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:34:08.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:07 smithi029 bash[14177]: cephadm 2024-02-11T17:34:06.980694+0000 mgr.smithi029.rubqla (mgr.14180) 1533 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.pdekdl on smithi073 2024-02-11T17:34:08.718 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:34:08.719 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:31:51.756744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.iimgju on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:33:02.830928Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.ypmhmd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-ypmhmd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.ypmhmd\nDeploy daemon haproxy.nfs.foo.smithi073.ypmhmd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:33:06.631676Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.vxjiea on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-vxjiea\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.vxjiea\nDeploy daemon haproxy.nfs.foo.smithi029.vxjiea ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:33:06.636927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dgvuwr on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:33:06.638691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayrkes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:34:09.040 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:08 smithi029 bash[14177]: cluster 2024-02-11T17:34:07.949520+0000 mon.smithi029 (mon.0) 1071 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:34:09.040 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:08 smithi029 bash[14177]: cluster 2024-02-11T17:34:07.949579+0000 mon.smithi029 (mon.0) 1072 : cluster [INF] Cluster is now healthy 2024-02-11T17:34:09.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:08 smithi073 bash[18997]: cluster 2024-02-11T17:34:07.949520+0000 mon.smithi029 (mon.0) 1071 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:34:09.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:08 smithi073 bash[18997]: cluster 2024-02-11T17:34:07.949579+0000 mon.smithi029 (mon.0) 1072 : cluster [INF] Cluster is now healthy 2024-02-11T17:34:09.878 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:34:10.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:09 smithi073 bash[18997]: audit 2024-02-11T17:34:08.705027+0000 mgr.smithi029.rubqla (mgr.14180) 1534 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:34:10.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:09 smithi073 bash[18997]: cluster 2024-02-11T17:34:08.955152+0000 mgr.smithi029.rubqla (mgr.14180) 1535 : cluster [DBG] pgmap v1050: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:34:10.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:09 smithi029 bash[14177]: audit 2024-02-11T17:34:08.705027+0000 mgr.smithi029.rubqla (mgr.14180) 1534 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:34:10.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:09 smithi029 bash[14177]: cluster 2024-02-11T17:34:08.955152+0000 mgr.smithi029.rubqla (mgr.14180) 1535 : cluster [DBG] pgmap v1050: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:34:10.879 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:34:11.081 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:10 smithi029 bash[14177]: audit 2024-02-11T17:34:10.802108+0000 mon.smithi029 (mon.0) 1073 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.pdekdl"}]: dispatch 2024-02-11T17:34:11.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:10 smithi073 bash[18997]: audit 2024-02-11T17:34:10.802108+0000 mon.smithi029 (mon.0) 1073 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.pdekdl"}]: dispatch 2024-02-11T17:34:12.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: cephadm 2024-02-11T17:34:10.800936+0000 mgr.smithi029.rubqla (mgr.14180) 1536 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl 2024-02-11T17:34:12.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:34:12.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl 2024-02-11T17:34:12.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl 2024-02-11T17:34:12.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:34:12.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl 2024-02-11T17:34:12.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.pdekdl ... 2024-02-11T17:34:12.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:34:12.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:34:12.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:34:12.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:34:12.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:34:12.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:34:12.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:34:12.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:34:12.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:34:12.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:34:12.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl 2024-02-11T17:34:12.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:34:12.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl 2024-02-11T17:34:12.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl 2024-02-11T17:34:12.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:34:12.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl 2024-02-11T17:34:12.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.pdekdl ... 2024-02-11T17:34:12.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:34:12.096 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:34:12.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:34:12.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:34:12.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:34:12.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: cephadm 2024-02-11T17:34:10.801471+0000 mgr.smithi029.rubqla (mgr.14180) 1537 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.pdekdl 2024-02-11T17:34:12.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: cephadm 2024-02-11T17:34:10.803663+0000 mgr.smithi029.rubqla (mgr.14180) 1538 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.pdekdl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl 2024-02-11T17:34:12.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:34:12.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl 2024-02-11T17:34:12.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl 2024-02-11T17:34:12.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:34:12.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl 2024-02-11T17:34:12.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.pdekdl ... 2024-02-11T17:34:12.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:34:12.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:34:12.097 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:34:12.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:34:12.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:34:12.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: cephadm 2024-02-11T17:34:10.808191+0000 mgr.smithi029.rubqla (mgr.14180) 1539 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.iwksjw on smithi029 2024-02-11T17:34:12.098 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:11 smithi073 bash[18997]: cluster 2024-02-11T17:34:10.955810+0000 mgr.smithi029.rubqla (mgr.14180) 1540 : cluster [DBG] pgmap v1051: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:34:12.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: cephadm 2024-02-11T17:34:10.800936+0000 mgr.smithi029.rubqla (mgr.14180) 1536 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl 2024-02-11T17:34:12.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:34:12.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl 2024-02-11T17:34:12.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl 2024-02-11T17:34:12.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:34:12.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl 2024-02-11T17:34:12.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.pdekdl ... 2024-02-11T17:34:12.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:34:12.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:34:12.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:34:12.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:34:12.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:34:12.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:34:12.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:34:12.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:34:12.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:34:12.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:34:12.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl 2024-02-11T17:34:12.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:34:12.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl 2024-02-11T17:34:12.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl 2024-02-11T17:34:12.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:34:12.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl 2024-02-11T17:34:12.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.pdekdl ... 2024-02-11T17:34:12.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:34:12.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:34:12.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:34:12.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:34:12.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:34:12.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: cephadm 2024-02-11T17:34:10.801471+0000 mgr.smithi029.rubqla (mgr.14180) 1537 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.pdekdl 2024-02-11T17:34:12.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: cephadm 2024-02-11T17:34:10.803663+0000 mgr.smithi029.rubqla (mgr.14180) 1538 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.pdekdl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl 2024-02-11T17:34:12.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:34:12.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl 2024-02-11T17:34:12.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl 2024-02-11T17:34:12.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:34:12.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl 2024-02-11T17:34:12.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.pdekdl ... 2024-02-11T17:34:12.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:34:12.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:34:12.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:34:12.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:34:12.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:34:12.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: cephadm 2024-02-11T17:34:10.808191+0000 mgr.smithi029.rubqla (mgr.14180) 1539 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.iwksjw on smithi029 2024-02-11T17:34:12.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:11 smithi029 bash[14177]: cluster 2024-02-11T17:34:10.955810+0000 mgr.smithi029.rubqla (mgr.14180) 1540 : cluster [DBG] pgmap v1051: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:34:14.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:14 smithi073 bash[18997]: cluster 2024-02-11T17:34:12.956760+0000 mgr.smithi029.rubqla (mgr.14180) 1541 : cluster [DBG] pgmap v1052: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:34:14.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:14 smithi029 bash[14177]: cluster 2024-02-11T17:34:12.956760+0000 mgr.smithi029.rubqla (mgr.14180) 1541 : cluster [DBG] pgmap v1052: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:34:14.924 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:34:14.924 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:33:06.638691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayrkes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:34:10.803416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pdekdl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl\nDeploy daemon haproxy.nfs.foo.smithi073.pdekdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:34:14.751837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.iwksjw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw\nDeploy daemon haproxy.nfs.foo.smithi029.iwksjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:34:14.754292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.whbmwh on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:34:14.756418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.alekbw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:34:15.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:15 smithi073 bash[18997]: audit 2024-02-11T17:34:14.750679+0000 mon.smithi029 (mon.0) 1074 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.iwksjw"}]: dispatch 2024-02-11T17:34:15.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:15 smithi029 bash[14177]: audit 2024-02-11T17:34:14.750679+0000 mon.smithi029 (mon.0) 1074 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.iwksjw"}]: dispatch 2024-02-11T17:34:16.006 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:34:16.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: cephadm 2024-02-11T17:34:14.749469+0000 mgr.smithi029.rubqla (mgr.14180) 1542 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw 2024-02-11T17:34:16.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:34:16.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw 2024-02-11T17:34:16.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw 2024-02-11T17:34:16.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:34:16.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw 2024-02-11T17:34:16.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.iwksjw ... 2024-02-11T17:34:16.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:34:16.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:34:16.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:34:16.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:34:16.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:34:16.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:34:16.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:34:16.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:34:16.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:34:16.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:34:16.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw 2024-02-11T17:34:16.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:34:16.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw 2024-02-11T17:34:16.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw 2024-02-11T17:34:16.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:34:16.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw 2024-02-11T17:34:16.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.iwksjw ... 2024-02-11T17:34:16.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:34:16.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:34:16.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:34:16.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:34:16.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:34:16.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: cephadm 2024-02-11T17:34:14.750000+0000 mgr.smithi029.rubqla (mgr.14180) 1543 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.iwksjw 2024-02-11T17:34:16.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: cephadm 2024-02-11T17:34:14.751977+0000 mgr.smithi029.rubqla (mgr.14180) 1544 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.iwksjw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw 2024-02-11T17:34:16.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:34:16.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw 2024-02-11T17:34:16.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw 2024-02-11T17:34:16.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:34:16.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw 2024-02-11T17:34:16.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.iwksjw ... 2024-02-11T17:34:16.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:34:16.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:34:16.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:34:16.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:34:16.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:34:16.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: cephadm 2024-02-11T17:34:14.754412+0000 mgr.smithi029.rubqla (mgr.14180) 1545 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.whbmwh on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:34:16.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: cephadm 2024-02-11T17:34:14.756543+0000 mgr.smithi029.rubqla (mgr.14180) 1546 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.alekbw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:34:16.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: cluster 2024-02-11T17:34:14.757732+0000 mgr.smithi029.rubqla (mgr.14180) 1547 : cluster [DBG] pgmap v1053: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-11T17:34:16.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: audit 2024-02-11T17:34:14.910861+0000 mgr.smithi029.rubqla (mgr.14180) 1548 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:34:16.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:16 smithi073 bash[18997]: cluster 2024-02-11T17:34:15.013623+0000 mon.smithi029 (mon.0) 1075 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:34:16.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: cephadm 2024-02-11T17:34:14.749469+0000 mgr.smithi029.rubqla (mgr.14180) 1542 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw 2024-02-11T17:34:16.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:34:16.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw 2024-02-11T17:34:16.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw 2024-02-11T17:34:16.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:34:16.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw 2024-02-11T17:34:16.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.iwksjw ... 2024-02-11T17:34:16.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:34:16.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:34:16.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:34:16.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:34:16.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:34:16.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:34:16.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:34:16.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:34:16.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:34:16.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:34:16.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw 2024-02-11T17:34:16.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:34:16.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw 2024-02-11T17:34:16.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw 2024-02-11T17:34:16.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:34:16.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw 2024-02-11T17:34:16.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.iwksjw ... 2024-02-11T17:34:16.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:34:16.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:34:16.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:34:16.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:34:16.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:34:16.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: cephadm 2024-02-11T17:34:14.750000+0000 mgr.smithi029.rubqla (mgr.14180) 1543 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.iwksjw 2024-02-11T17:34:16.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: cephadm 2024-02-11T17:34:14.751977+0000 mgr.smithi029.rubqla (mgr.14180) 1544 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.iwksjw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw 2024-02-11T17:34:16.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:34:16.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw 2024-02-11T17:34:16.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw 2024-02-11T17:34:16.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:34:16.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw 2024-02-11T17:34:16.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.iwksjw ... 2024-02-11T17:34:16.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:34:16.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:34:16.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:34:16.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:34:16.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:34:16.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: cephadm 2024-02-11T17:34:14.754412+0000 mgr.smithi029.rubqla (mgr.14180) 1545 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.whbmwh on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:34:16.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: cephadm 2024-02-11T17:34:14.756543+0000 mgr.smithi029.rubqla (mgr.14180) 1546 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.alekbw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:34:16.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: cluster 2024-02-11T17:34:14.757732+0000 mgr.smithi029.rubqla (mgr.14180) 1547 : cluster [DBG] pgmap v1053: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-11T17:34:16.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: audit 2024-02-11T17:34:14.910861+0000 mgr.smithi029.rubqla (mgr.14180) 1548 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:34:16.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:16 smithi029 bash[14177]: cluster 2024-02-11T17:34:15.013623+0000 mon.smithi029 (mon.0) 1075 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:34:17.007 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:34:18.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:18 smithi073 bash[18997]: cluster 2024-02-11T17:34:16.759113+0000 mgr.smithi029.rubqla (mgr.14180) 1549 : cluster [DBG] pgmap v1054: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-11T17:34:18.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:18 smithi029 bash[14177]: cluster 2024-02-11T17:34:16.759113+0000 mgr.smithi029.rubqla (mgr.14180) 1549 : cluster [DBG] pgmap v1054: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-11T17:34:19.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:19 smithi029 bash[14177]: audit 2024-02-11T17:34:18.417927+0000 mon.smithi029 (mon.0) 1076 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:34:19.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:19 smithi029 bash[14177]: cluster 2024-02-11T17:34:18.760580+0000 mgr.smithi029.rubqla (mgr.14180) 1550 : cluster [DBG] pgmap v1055: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-11T17:34:19.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:19 smithi073 bash[18997]: audit 2024-02-11T17:34:18.417927+0000 mon.smithi029 (mon.0) 1076 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:34:19.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:19 smithi073 bash[18997]: cluster 2024-02-11T17:34:18.760580+0000 mgr.smithi029.rubqla (mgr.14180) 1550 : cluster [DBG] pgmap v1055: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-11T17:34:21.216 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:34:21.216 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:33:06.638691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayrkes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:34:10.803416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pdekdl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl\nDeploy daemon haproxy.nfs.foo.smithi073.pdekdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:34:14.751837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.iwksjw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw\nDeploy daemon haproxy.nfs.foo.smithi029.iwksjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:34:14.754292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.whbmwh on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:34:14.756418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.alekbw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:34:22.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:21 smithi073 bash[18997]: cluster 2024-02-11T17:34:20.761828+0000 mgr.smithi029.rubqla (mgr.14180) 1551 : cluster [DBG] pgmap v1056: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-11T17:34:22.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:21 smithi073 bash[18997]: audit 2024-02-11T17:34:21.201965+0000 mgr.smithi029.rubqla (mgr.14180) 1552 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:34:22.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:21 smithi029 bash[14177]: cluster 2024-02-11T17:34:20.761828+0000 mgr.smithi029.rubqla (mgr.14180) 1551 : cluster [DBG] pgmap v1056: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-11T17:34:22.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:21 smithi029 bash[14177]: audit 2024-02-11T17:34:21.201965+0000 mgr.smithi029.rubqla (mgr.14180) 1552 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:34:22.313 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:34:23.314 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:34:24.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:23 smithi073 bash[18997]: cluster 2024-02-11T17:34:22.763288+0000 mgr.smithi029.rubqla (mgr.14180) 1553 : cluster [DBG] pgmap v1057: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 346 B/s rd, 0 op/s 2024-02-11T17:34:24.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:23 smithi029 bash[14177]: cluster 2024-02-11T17:34:22.763288+0000 mgr.smithi029.rubqla (mgr.14180) 1553 : cluster [DBG] pgmap v1057: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 346 B/s rd, 0 op/s 2024-02-11T17:34:26.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:25 smithi073 bash[18997]: cluster 2024-02-11T17:34:24.764461+0000 mgr.smithi029.rubqla (mgr.14180) 1554 : cluster [DBG] pgmap v1058: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-11T17:34:26.143 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:25 smithi029 bash[14177]: cluster 2024-02-11T17:34:24.764461+0000 mgr.smithi029.rubqla (mgr.14180) 1554 : cluster [DBG] pgmap v1058: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-11T17:34:27.873 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:34:27.873 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:33:06.638691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayrkes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:34:10.803416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pdekdl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl\nDeploy daemon haproxy.nfs.foo.smithi073.pdekdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:34:14.751837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.iwksjw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw\nDeploy daemon haproxy.nfs.foo.smithi029.iwksjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:34:14.754292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.whbmwh on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:34:14.756418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.alekbw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:34:28.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:27 smithi073 bash[18997]: cluster 2024-02-11T17:34:26.765494+0000 mgr.smithi029.rubqla (mgr.14180) 1555 : 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-02-11T17:34:28.169 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:27 smithi029 bash[14177]: cluster 2024-02-11T17:34:26.765494+0000 mgr.smithi029.rubqla (mgr.14180) 1555 : 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-02-11T17:34:28.886 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:34:29.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:28 smithi029 bash[14177]: audit 2024-02-11T17:34:27.863100+0000 mgr.smithi029.rubqla (mgr.14180) 1556 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:34:29.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:28 smithi073 bash[18997]: audit 2024-02-11T17:34:27.863100+0000 mgr.smithi029.rubqla (mgr.14180) 1556 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:34:29.887 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:34:30.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:29 smithi029 bash[14177]: cluster 2024-02-11T17:34:28.766722+0000 mgr.smithi029.rubqla (mgr.14180) 1557 : cluster [DBG] pgmap v1060: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:34:30.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:29 smithi073 bash[18997]: cluster 2024-02-11T17:34:28.766722+0000 mgr.smithi029.rubqla (mgr.14180) 1557 : cluster [DBG] pgmap v1060: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:34:32.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:31 smithi029 bash[14177]: cluster 2024-02-11T17:34:30.767820+0000 mgr.smithi029.rubqla (mgr.14180) 1558 : cluster [DBG] pgmap v1061: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:34:32.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:31 smithi073 bash[18997]: cluster 2024-02-11T17:34:30.767820+0000 mgr.smithi029.rubqla (mgr.14180) 1558 : cluster [DBG] pgmap v1061: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:34:34.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:33 smithi029 bash[14177]: cluster 2024-02-11T17:34:32.769193+0000 mgr.smithi029.rubqla (mgr.14180) 1559 : 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-02-11T17:34:34.231 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:34:34.232 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:33:06.638691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayrkes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:34:10.803416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pdekdl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl\nDeploy daemon haproxy.nfs.foo.smithi073.pdekdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:34:14.751837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.iwksjw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw\nDeploy daemon haproxy.nfs.foo.smithi029.iwksjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:34:14.754292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.whbmwh on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:34:14.756418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.alekbw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:34:34.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:33 smithi073 bash[18997]: cluster 2024-02-11T17:34:32.769193+0000 mgr.smithi029.rubqla (mgr.14180) 1559 : 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-02-11T17:34:35.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:34 smithi029 bash[14177]: audit 2024-02-11T17:34:34.222894+0000 mgr.smithi029.rubqla (mgr.14180) 1560 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:34:35.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:34:35.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:34 smithi073 bash[18997]: audit 2024-02-11T17:34:34.222894+0000 mgr.smithi029.rubqla (mgr.14180) 1560 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:34:36.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:35 smithi029 bash[14177]: cluster 2024-02-11T17:34:34.770187+0000 mgr.smithi029.rubqla (mgr.14180) 1561 : cluster [DBG] pgmap v1063: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:34:36.274 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:34:36.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:35 smithi073 bash[18997]: cluster 2024-02-11T17:34:34.770187+0000 mgr.smithi029.rubqla (mgr.14180) 1561 : cluster [DBG] pgmap v1063: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:34:38.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:37 smithi029 bash[14177]: cluster 2024-02-11T17:34:36.771547+0000 mgr.smithi029.rubqla (mgr.14180) 1562 : 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-02-11T17:34:38.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:37 smithi073 bash[18997]: cluster 2024-02-11T17:34:36.771547+0000 mgr.smithi029.rubqla (mgr.14180) 1562 : 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-02-11T17:34:40.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:39 smithi029 bash[14177]: cluster 2024-02-11T17:34:38.772779+0000 mgr.smithi029.rubqla (mgr.14180) 1563 : cluster [DBG] pgmap v1065: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:34:40.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:39 smithi073 bash[18997]: cluster 2024-02-11T17:34:38.772779+0000 mgr.smithi029.rubqla (mgr.14180) 1563 : cluster [DBG] pgmap v1065: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:34:40.351 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:34:40.351 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:33:06.638691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayrkes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:34:10.803416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pdekdl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl\nDeploy daemon haproxy.nfs.foo.smithi073.pdekdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:34:14.751837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.iwksjw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw\nDeploy daemon haproxy.nfs.foo.smithi029.iwksjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:34:14.754292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.whbmwh on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:34:14.756418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.alekbw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:34:41.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:40 smithi029 bash[14177]: audit 2024-02-11T17:34:40.341066+0000 mgr.smithi029.rubqla (mgr.14180) 1564 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:34:41.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:40 smithi073 bash[18997]: audit 2024-02-11T17:34:40.341066+0000 mgr.smithi029.rubqla (mgr.14180) 1564 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:34:41.502 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:34:42.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:41 smithi029 bash[14177]: cluster 2024-02-11T17:34:40.773865+0000 mgr.smithi029.rubqla (mgr.14180) 1565 : cluster [DBG] pgmap v1066: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:34:42.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:41 smithi073 bash[18997]: cluster 2024-02-11T17:34:40.773865+0000 mgr.smithi029.rubqla (mgr.14180) 1565 : cluster [DBG] pgmap v1066: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:34:42.503 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:34:44.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:43 smithi029 bash[14177]: cluster 2024-02-11T17:34:42.775105+0000 mgr.smithi029.rubqla (mgr.14180) 1566 : 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-02-11T17:34:44.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:43 smithi073 bash[18997]: cluster 2024-02-11T17:34:42.775105+0000 mgr.smithi029.rubqla (mgr.14180) 1566 : 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-02-11T17:34:46.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:45 smithi029 bash[14177]: cluster 2024-02-11T17:34:44.775820+0000 mgr.smithi029.rubqla (mgr.14180) 1567 : 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-02-11T17:34:46.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:45 smithi073 bash[18997]: cluster 2024-02-11T17:34:44.775820+0000 mgr.smithi029.rubqla (mgr.14180) 1567 : 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-02-11T17:34:46.740 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:34:46.740 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:33:06.638691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayrkes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:34:10.803416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pdekdl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl\nDeploy daemon haproxy.nfs.foo.smithi073.pdekdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:34:14.751837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.iwksjw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw\nDeploy daemon haproxy.nfs.foo.smithi029.iwksjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:34:14.754292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.whbmwh on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:34:14.756418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.alekbw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:34:47.847 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:34:48.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:47 smithi029 bash[14177]: audit 2024-02-11T17:34:46.728456+0000 mgr.smithi029.rubqla (mgr.14180) 1568 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:34:48.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:47 smithi029 bash[14177]: cluster 2024-02-11T17:34:46.776957+0000 mgr.smithi029.rubqla (mgr.14180) 1569 : 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-02-11T17:34:48.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:47 smithi073 bash[18997]: audit 2024-02-11T17:34:46.728456+0000 mgr.smithi029.rubqla (mgr.14180) 1568 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:34:48.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:47 smithi073 bash[18997]: cluster 2024-02-11T17:34:46.776957+0000 mgr.smithi029.rubqla (mgr.14180) 1569 : 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-02-11T17:34:48.848 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:34:50.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:49 smithi029 bash[14177]: cluster 2024-02-11T17:34:48.778161+0000 mgr.smithi029.rubqla (mgr.14180) 1570 : 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-02-11T17:34:50.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:49 smithi073 bash[18997]: cluster 2024-02-11T17:34:48.778161+0000 mgr.smithi029.rubqla (mgr.14180) 1570 : 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-02-11T17:34:52.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:51 smithi029 bash[14177]: cluster 2024-02-11T17:34:50.779030+0000 mgr.smithi029.rubqla (mgr.14180) 1571 : 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-02-11T17:34:52.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:51 smithi073 bash[18997]: cluster 2024-02-11T17:34:50.779030+0000 mgr.smithi029.rubqla (mgr.14180) 1571 : 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-02-11T17:34:53.099 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:34:53.099 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:33:06.638691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayrkes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:34:10.803416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pdekdl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl\nDeploy daemon haproxy.nfs.foo.smithi073.pdekdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:34:14.751837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.iwksjw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw\nDeploy daemon haproxy.nfs.foo.smithi029.iwksjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:34:14.754292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.whbmwh on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:34:14.756418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.alekbw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:34:54.106 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:34:54.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:53 smithi073 bash[18997]: cluster 2024-02-11T17:34:52.780402+0000 mgr.smithi029.rubqla (mgr.14180) 1572 : 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-02-11T17:34:54.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:53 smithi073 bash[18997]: audit 2024-02-11T17:34:53.086632+0000 mgr.smithi029.rubqla (mgr.14180) 1573 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:34:54.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:53 smithi029 bash[14177]: cluster 2024-02-11T17:34:52.780402+0000 mgr.smithi029.rubqla (mgr.14180) 1572 : 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-02-11T17:34:54.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:53 smithi029 bash[14177]: audit 2024-02-11T17:34:53.086632+0000 mgr.smithi029.rubqla (mgr.14180) 1573 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:34:55.107 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:34:56.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:55 smithi073 bash[18997]: cluster 2024-02-11T17:34:54.781475+0000 mgr.smithi029.rubqla (mgr.14180) 1574 : 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-02-11T17:34:56.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:55 smithi029 bash[14177]: cluster 2024-02-11T17:34:54.781475+0000 mgr.smithi029.rubqla (mgr.14180) 1574 : 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-02-11T17:34:58.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:57 smithi073 bash[18997]: cluster 2024-02-11T17:34:56.782548+0000 mgr.smithi029.rubqla (mgr.14180) 1575 : 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-02-11T17:34:58.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:57 smithi029 bash[14177]: cluster 2024-02-11T17:34:56.782548+0000 mgr.smithi029.rubqla (mgr.14180) 1575 : 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-02-11T17:34:59.112 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:34:59.112 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:33:06.638691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayrkes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:34:10.803416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pdekdl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl\nDeploy daemon haproxy.nfs.foo.smithi073.pdekdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:34:14.751837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.iwksjw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw\nDeploy daemon haproxy.nfs.foo.smithi029.iwksjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:34:14.754292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.whbmwh on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:34:14.756418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.alekbw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:35:00.151 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:35:00.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:59 smithi073 bash[18997]: cluster 2024-02-11T17:34:58.783793+0000 mgr.smithi029.rubqla (mgr.14180) 1576 : 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-02-11T17:35:00.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:34:59 smithi073 bash[18997]: audit 2024-02-11T17:34:59.098333+0000 mgr.smithi029.rubqla (mgr.14180) 1577 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:35:00.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:59 smithi029 bash[14177]: cluster 2024-02-11T17:34:58.783793+0000 mgr.smithi029.rubqla (mgr.14180) 1576 : 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-02-11T17:35:00.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:34:59 smithi029 bash[14177]: audit 2024-02-11T17:34:59.098333+0000 mgr.smithi029.rubqla (mgr.14180) 1577 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:35:01.152 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:35:02.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:01 smithi073 bash[18997]: cluster 2024-02-11T17:35:00.784893+0000 mgr.smithi029.rubqla (mgr.14180) 1578 : 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-02-11T17:35:02.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:01 smithi029 bash[14177]: cluster 2024-02-11T17:35:00.784893+0000 mgr.smithi029.rubqla (mgr.14180) 1578 : 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-02-11T17:35:04.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:03 smithi029 bash[14177]: cluster 2024-02-11T17:35:02.786304+0000 mgr.smithi029.rubqla (mgr.14180) 1579 : 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-02-11T17:35:04.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:03 smithi073 bash[18997]: cluster 2024-02-11T17:35:02.786304+0000 mgr.smithi029.rubqla (mgr.14180) 1579 : 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-02-11T17:35:05.417 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:35:05.417 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:33:06.638691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayrkes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:34:10.803416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pdekdl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl\nDeploy daemon haproxy.nfs.foo.smithi073.pdekdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:34:14.751837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.iwksjw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw\nDeploy daemon haproxy.nfs.foo.smithi029.iwksjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:34:14.754292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.whbmwh on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:34:14.756418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.alekbw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:35:06.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:05 smithi029 bash[14177]: cluster 2024-02-11T17:35:04.787355+0000 mgr.smithi029.rubqla (mgr.14180) 1580 : 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-02-11T17:35:06.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:05 smithi073 bash[18997]: cluster 2024-02-11T17:35:04.787355+0000 mgr.smithi029.rubqla (mgr.14180) 1580 : 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-02-11T17:35:06.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:35:07.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:06 smithi073 bash[18997]: audit 2024-02-11T17:35:05.403446+0000 mgr.smithi029.rubqla (mgr.14180) 1581 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:35:07.418 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:35:07.431 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:06 smithi029 bash[14177]: audit 2024-02-11T17:35:05.403446+0000 mgr.smithi029.rubqla (mgr.14180) 1581 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:35:08.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:07 smithi073 bash[18997]: cluster 2024-02-11T17:35:06.788627+0000 mgr.smithi029.rubqla (mgr.14180) 1582 : cluster [DBG] pgmap v1079: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:35:08.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:07 smithi029 bash[14177]: cluster 2024-02-11T17:35:06.788627+0000 mgr.smithi029.rubqla (mgr.14180) 1582 : cluster [DBG] pgmap v1079: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:35:10.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:09 smithi073 bash[18997]: cluster 2024-02-11T17:35:08.789802+0000 mgr.smithi029.rubqla (mgr.14180) 1583 : cluster [DBG] pgmap v1080: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:35:10.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:09 smithi029 bash[14177]: cluster 2024-02-11T17:35:08.789802+0000 mgr.smithi029.rubqla (mgr.14180) 1583 : cluster [DBG] pgmap v1080: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:35:11.882 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:35:11.882 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:33:06.638691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayrkes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:34:10.803416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pdekdl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl\nDeploy daemon haproxy.nfs.foo.smithi073.pdekdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:34:14.751837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.iwksjw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw\nDeploy daemon haproxy.nfs.foo.smithi029.iwksjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:34:14.754292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.whbmwh on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:34:14.756418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.alekbw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:35:12.215 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:11 smithi029 bash[14177]: cluster 2024-02-11T17:35:10.790937+0000 mgr.smithi029.rubqla (mgr.14180) 1584 : cluster [DBG] pgmap v1081: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:35:12.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:11 smithi073 bash[18997]: cluster 2024-02-11T17:35:10.790937+0000 mgr.smithi029.rubqla (mgr.14180) 1584 : cluster [DBG] pgmap v1081: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:35:13.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:35:13.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:13 smithi073 bash[18997]: audit 2024-02-11T17:35:11.874475+0000 mgr.smithi029.rubqla (mgr.14180) 1585 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:35:13.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:13 smithi029 bash[14177]: audit 2024-02-11T17:35:11.874475+0000 mgr.smithi029.rubqla (mgr.14180) 1585 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:35:14.005 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:35:14.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:14 smithi073 bash[18997]: cluster 2024-02-11T17:35:12.791925+0000 mgr.smithi029.rubqla (mgr.14180) 1586 : cluster [DBG] pgmap v1082: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:35:14.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:14 smithi029 bash[14177]: cluster 2024-02-11T17:35:12.791925+0000 mgr.smithi029.rubqla (mgr.14180) 1586 : cluster [DBG] pgmap v1082: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:35:15.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:15 smithi073 bash[18997]: audit 2024-02-11T17:35:14.761093+0000 mon.smithi029 (mon.0) 1077 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:35:15.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:15 smithi029 bash[14177]: audit 2024-02-11T17:35:14.761093+0000 mon.smithi029 (mon.0) 1077 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:35:16.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:16 smithi073 bash[18997]: cluster 2024-02-11T17:35:14.792896+0000 mgr.smithi029.rubqla (mgr.14180) 1587 : cluster [DBG] pgmap v1083: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:35:16.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:16 smithi073 bash[18997]: audit 2024-02-11T17:35:15.054634+0000 mon.smithi029 (mon.0) 1078 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:35:16.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:16 smithi073 bash[18997]: audit 2024-02-11T17:35:15.055827+0000 mon.smithi029 (mon.0) 1079 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:35:16.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:16 smithi073 bash[18997]: audit 2024-02-11T17:35:15.063106+0000 mon.smithi029 (mon.0) 1080 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:35:16.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:16 smithi073 bash[18997]: cluster 2024-02-11T17:35:15.063921+0000 mgr.smithi029.rubqla (mgr.14180) 1588 : cluster [DBG] pgmap v1084: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:35:16.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:16 smithi073 bash[18997]: audit 2024-02-11T17:35:15.070736+0000 mon.smithi029 (mon.0) 1081 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:35:16.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:16 smithi073 bash[18997]: audit 2024-02-11T17:35:15.084146+0000 mon.smithi029 (mon.0) 1082 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:35:16.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:16 smithi073 bash[18997]: cephadm 2024-02-11T17:35:15.087930+0000 mgr.smithi029.rubqla (mgr.14180) 1589 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.bncnyh on smithi073 2024-02-11T17:35:16.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:16 smithi029 bash[14177]: cluster 2024-02-11T17:35:14.792896+0000 mgr.smithi029.rubqla (mgr.14180) 1587 : cluster [DBG] pgmap v1083: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:35:16.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:16 smithi029 bash[14177]: audit 2024-02-11T17:35:15.054634+0000 mon.smithi029 (mon.0) 1078 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:35:16.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:16 smithi029 bash[14177]: audit 2024-02-11T17:35:15.055827+0000 mon.smithi029 (mon.0) 1079 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:35:16.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:16 smithi029 bash[14177]: audit 2024-02-11T17:35:15.063106+0000 mon.smithi029 (mon.0) 1080 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:35:16.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:16 smithi029 bash[14177]: cluster 2024-02-11T17:35:15.063921+0000 mgr.smithi029.rubqla (mgr.14180) 1588 : cluster [DBG] pgmap v1084: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:35:16.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:16 smithi029 bash[14177]: audit 2024-02-11T17:35:15.070736+0000 mon.smithi029 (mon.0) 1081 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:35:16.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:16 smithi029 bash[14177]: audit 2024-02-11T17:35:15.084146+0000 mon.smithi029 (mon.0) 1082 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:35:16.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:16 smithi029 bash[14177]: cephadm 2024-02-11T17:35:15.087930+0000 mgr.smithi029.rubqla (mgr.14180) 1589 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.bncnyh on smithi073 2024-02-11T17:35:17.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:17 smithi029 bash[14177]: cluster 2024-02-11T17:35:16.060941+0000 mon.smithi029 (mon.0) 1083 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:35:17.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:17 smithi029 bash[14177]: cluster 2024-02-11T17:35:16.061019+0000 mon.smithi029 (mon.0) 1084 : cluster [INF] Cluster is now healthy 2024-02-11T17:35:17.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:17 smithi073 bash[18997]: cluster 2024-02-11T17:35:16.060941+0000 mon.smithi029 (mon.0) 1083 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:35:17.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:17 smithi073 bash[18997]: cluster 2024-02-11T17:35:16.061019+0000 mon.smithi029 (mon.0) 1084 : cluster [INF] Cluster is now healthy 2024-02-11T17:35:18.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:18 smithi029 bash[14177]: cluster 2024-02-11T17:35:17.064641+0000 mgr.smithi029.rubqla (mgr.14180) 1590 : cluster [DBG] pgmap v1085: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:35:18.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:18 smithi029 bash[14177]: audit 2024-02-11T17:35:17.090799+0000 mon.smithi029 (mon.0) 1085 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:35:18.456 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:35:18.456 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:33:06.638691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.ayrkes on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:34:10.803416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.pdekdl on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-pdekdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.pdekdl\nDeploy daemon haproxy.nfs.foo.smithi073.pdekdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:34:14.751837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.iwksjw on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-iwksjw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.iwksjw\nDeploy daemon haproxy.nfs.foo.smithi029.iwksjw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:34:14.754292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.whbmwh on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:34:14.756418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.alekbw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:35:18.515 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:18 smithi073 bash[18997]: cluster 2024-02-11T17:35:17.064641+0000 mgr.smithi029.rubqla (mgr.14180) 1590 : cluster [DBG] pgmap v1085: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:35:18.515 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:18 smithi073 bash[18997]: audit 2024-02-11T17:35:17.090799+0000 mon.smithi029 (mon.0) 1085 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:35:19.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:19 smithi073 bash[18997]: audit 2024-02-11T17:35:19.016419+0000 mon.smithi029 (mon.0) 1086 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.bncnyh"}]: dispatch 2024-02-11T17:35:19.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:19 smithi029 bash[14177]: audit 2024-02-11T17:35:19.016419+0000 mon.smithi029 (mon.0) 1086 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.bncnyh"}]: dispatch 2024-02-11T17:35:19.628 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:35:20.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: audit 2024-02-11T17:35:18.444257+0000 mgr.smithi029.rubqla (mgr.14180) 1591 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:35:20.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: cephadm 2024-02-11T17:35:19.015734+0000 mgr.smithi029.rubqla (mgr.14180) 1592 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh 2024-02-11T17:35:20.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:35:20.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh 2024-02-11T17:35:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh 2024-02-11T17:35:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:35:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh 2024-02-11T17:35:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.bncnyh ... 2024-02-11T17:35:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:35:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:35:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:35:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:35:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:35:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:35:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:35:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:35:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:35:20.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:35:20.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh 2024-02-11T17:35:20.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:35:20.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh 2024-02-11T17:35:20.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh 2024-02-11T17:35:20.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:35:20.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh 2024-02-11T17:35:20.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.bncnyh ... 2024-02-11T17:35:20.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:35:20.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:35:20.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:35:20.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:35:20.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:35:20.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: cephadm 2024-02-11T17:35:19.016001+0000 mgr.smithi029.rubqla (mgr.14180) 1593 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.bncnyh 2024-02-11T17:35:20.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: cephadm 2024-02-11T17:35:19.017398+0000 mgr.smithi029.rubqla (mgr.14180) 1594 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.bncnyh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh 2024-02-11T17:35:20.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:35:20.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh 2024-02-11T17:35:20.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh 2024-02-11T17:35:20.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:35:20.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh 2024-02-11T17:35:20.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.bncnyh ... 2024-02-11T17:35:20.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:35:20.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:35:20.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:35:20.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:35:20.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:35:20.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: cephadm 2024-02-11T17:35:19.019797+0000 mgr.smithi029.rubqla (mgr.14180) 1595 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.sgphkk on smithi029 2024-02-11T17:35:20.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:20 smithi029 bash[14177]: cluster 2024-02-11T17:35:19.065541+0000 mgr.smithi029.rubqla (mgr.14180) 1596 : cluster [DBG] pgmap v1086: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:35:20.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: audit 2024-02-11T17:35:18.444257+0000 mgr.smithi029.rubqla (mgr.14180) 1591 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:35:20.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: cephadm 2024-02-11T17:35:19.015734+0000 mgr.smithi029.rubqla (mgr.14180) 1592 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh 2024-02-11T17:35:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:35:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh 2024-02-11T17:35:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh 2024-02-11T17:35:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:35:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh 2024-02-11T17:35:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.bncnyh ... 2024-02-11T17:35:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:35:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:35:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:35:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:35:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:35:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:35:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:35:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:35:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:35:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:35:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh 2024-02-11T17:35:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:35:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh 2024-02-11T17:35:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh 2024-02-11T17:35:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:35:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh 2024-02-11T17:35:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.bncnyh ... 2024-02-11T17:35:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:35:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:35:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:35:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:35:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:35:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: cephadm 2024-02-11T17:35:19.016001+0000 mgr.smithi029.rubqla (mgr.14180) 1593 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.bncnyh 2024-02-11T17:35:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: cephadm 2024-02-11T17:35:19.017398+0000 mgr.smithi029.rubqla (mgr.14180) 1594 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.bncnyh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh 2024-02-11T17:35:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:35:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh 2024-02-11T17:35:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh 2024-02-11T17:35:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:35:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh 2024-02-11T17:35:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.bncnyh ... 2024-02-11T17:35:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:35:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:35:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:35:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:35:20.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:35:20.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: cephadm 2024-02-11T17:35:19.019797+0000 mgr.smithi029.rubqla (mgr.14180) 1595 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.sgphkk on smithi029 2024-02-11T17:35:20.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:20 smithi073 bash[18997]: cluster 2024-02-11T17:35:19.065541+0000 mgr.smithi029.rubqla (mgr.14180) 1596 : cluster [DBG] pgmap v1086: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:35:20.629 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:35:22.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:22 smithi029 bash[14177]: cluster 2024-02-11T17:35:21.066592+0000 mgr.smithi029.rubqla (mgr.14180) 1597 : cluster [DBG] pgmap v1087: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:35:22.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:22 smithi073 bash[18997]: cluster 2024-02-11T17:35:21.066592+0000 mgr.smithi029.rubqla (mgr.14180) 1597 : cluster [DBG] pgmap v1087: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:35:24.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:24 smithi029 bash[14177]: cluster 2024-02-11T17:35:23.067548+0000 mgr.smithi029.rubqla (mgr.14180) 1598 : cluster [DBG] pgmap v1088: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:35:24.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:24 smithi029 bash[14177]: audit 2024-02-11T17:35:24.035478+0000 mon.smithi029 (mon.0) 1087 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.sgphkk"}]: dispatch 2024-02-11T17:35:24.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:24 smithi073 bash[18997]: cluster 2024-02-11T17:35:23.067548+0000 mgr.smithi029.rubqla (mgr.14180) 1598 : cluster [DBG] pgmap v1088: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:35:24.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:24 smithi073 bash[18997]: audit 2024-02-11T17:35:24.035478+0000 mon.smithi029 (mon.0) 1087 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.sgphkk"}]: dispatch 2024-02-11T17:35:25.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: cephadm 2024-02-11T17:35:24.034488+0000 mgr.smithi029.rubqla (mgr.14180) 1599 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk 2024-02-11T17:35:25.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:35:25.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk 2024-02-11T17:35:25.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk 2024-02-11T17:35:25.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:35:25.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk 2024-02-11T17:35:25.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.sgphkk ... 2024-02-11T17:35:25.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:35:25.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:35:25.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:35:25.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:35:25.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:35:25.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:35:25.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:35:25.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:35:25.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:35:25.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:35:25.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk 2024-02-11T17:35:25.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:35:25.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk 2024-02-11T17:35:25.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk 2024-02-11T17:35:25.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:35:25.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk 2024-02-11T17:35:25.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.sgphkk ... 2024-02-11T17:35:25.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:35:25.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:35:25.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:35:25.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:35:25.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:35:25.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: cephadm 2024-02-11T17:35:24.034965+0000 mgr.smithi029.rubqla (mgr.14180) 1600 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.sgphkk 2024-02-11T17:35:25.186 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: cephadm 2024-02-11T17:35:24.036569+0000 mgr.smithi029.rubqla (mgr.14180) 1601 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.sgphkk on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk 2024-02-11T17:35:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:35:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk 2024-02-11T17:35:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk 2024-02-11T17:35:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:35:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk 2024-02-11T17:35:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.sgphkk ... 2024-02-11T17:35:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:35:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:35:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:35:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:35:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:35:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: cephadm 2024-02-11T17:35:24.039622+0000 mgr.smithi029.rubqla (mgr.14180) 1602 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.fpihmb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:35:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: cephadm 2024-02-11T17:35:24.042321+0000 mgr.smithi029.rubqla (mgr.14180) 1603 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.bzqxcs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:35:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: cluster 2024-02-11T17:35:24.043461+0000 mgr.smithi029.rubqla (mgr.14180) 1604 : cluster [DBG] pgmap v1089: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 221 B/s rd, 0 op/s 2024-02-11T17:35:25.187 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:25 smithi029 bash[14177]: cluster 2024-02-11T17:35:24.111175+0000 mon.smithi029 (mon.0) 1088 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:35:25.324 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:35:25.324 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:34:14.756418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.alekbw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:35:19.017282Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bncnyh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh\nDeploy daemon haproxy.nfs.foo.smithi073.bncnyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:35:24.036398Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.sgphkk on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk\nDeploy daemon haproxy.nfs.foo.smithi029.sgphkk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:35:24.039468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fpihmb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:35:24.042168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bzqxcs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:35:25.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: cephadm 2024-02-11T17:35:24.034488+0000 mgr.smithi029.rubqla (mgr.14180) 1599 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk 2024-02-11T17:35:25.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:35:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk 2024-02-11T17:35:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk 2024-02-11T17:35:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:35:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk 2024-02-11T17:35:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.sgphkk ... 2024-02-11T17:35:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:35:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:35:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:35:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:35:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:35:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:35:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:35:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:35:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:35:25.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:35:25.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk 2024-02-11T17:35:25.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:35:25.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk 2024-02-11T17:35:25.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk 2024-02-11T17:35:25.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:35:25.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk 2024-02-11T17:35:25.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.sgphkk ... 2024-02-11T17:35:25.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:35:25.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:35:25.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:35:25.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:35:25.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:35:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: cephadm 2024-02-11T17:35:24.034965+0000 mgr.smithi029.rubqla (mgr.14180) 1600 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.sgphkk 2024-02-11T17:35:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: cephadm 2024-02-11T17:35:24.036569+0000 mgr.smithi029.rubqla (mgr.14180) 1601 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.sgphkk on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk 2024-02-11T17:35:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:35:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk 2024-02-11T17:35:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk 2024-02-11T17:35:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:35:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk 2024-02-11T17:35:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.sgphkk ... 2024-02-11T17:35:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:35:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:35:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:35:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:35:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:35:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: cephadm 2024-02-11T17:35:24.039622+0000 mgr.smithi029.rubqla (mgr.14180) 1602 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.fpihmb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:35:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: cephadm 2024-02-11T17:35:24.042321+0000 mgr.smithi029.rubqla (mgr.14180) 1603 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.bzqxcs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:35:25.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: cluster 2024-02-11T17:35:24.043461+0000 mgr.smithi029.rubqla (mgr.14180) 1604 : cluster [DBG] pgmap v1089: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 221 B/s rd, 0 op/s 2024-02-11T17:35:25.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:25 smithi073 bash[18997]: cluster 2024-02-11T17:35:24.111175+0000 mon.smithi029 (mon.0) 1088 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:35:26.411 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:26 smithi029 bash[14177]: audit 2024-02-11T17:35:25.311124+0000 mgr.smithi029.rubqla (mgr.14180) 1605 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:35:26.412 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:35:26.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:26 smithi073 bash[18997]: audit 2024-02-11T17:35:25.311124+0000 mgr.smithi029.rubqla (mgr.14180) 1605 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:35:27.414 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:35:27.425 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:27 smithi029 bash[14177]: cluster 2024-02-11T17:35:26.044626+0000 mgr.smithi029.rubqla (mgr.14180) 1606 : cluster [DBG] pgmap v1090: 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-02-11T17:35:27.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:27 smithi073 bash[18997]: cluster 2024-02-11T17:35:26.044626+0000 mgr.smithi029.rubqla (mgr.14180) 1606 : cluster [DBG] pgmap v1090: 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-02-11T17:35:29.487 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:29 smithi029 bash[14177]: cluster 2024-02-11T17:35:28.045677+0000 mgr.smithi029.rubqla (mgr.14180) 1607 : cluster [DBG] pgmap v1091: 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-02-11T17:35:29.488 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:29 smithi029 bash[14177]: audit 2024-02-11T17:35:28.468036+0000 mon.smithi029 (mon.0) 1089 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:35:29.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:29 smithi073 bash[18997]: cluster 2024-02-11T17:35:28.045677+0000 mgr.smithi029.rubqla (mgr.14180) 1607 : cluster [DBG] pgmap v1091: 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-02-11T17:35:29.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:29 smithi073 bash[18997]: audit 2024-02-11T17:35:28.468036+0000 mon.smithi029 (mon.0) 1089 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:35:31.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:31 smithi029 bash[14177]: cluster 2024-02-11T17:35:30.046716+0000 mgr.smithi029.rubqla (mgr.14180) 1608 : cluster [DBG] pgmap v1092: 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-02-11T17:35:31.587 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:35:31.587 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:34:14.756418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.alekbw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:35:19.017282Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bncnyh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh\nDeploy daemon haproxy.nfs.foo.smithi073.bncnyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:35:24.036398Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.sgphkk on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk\nDeploy daemon haproxy.nfs.foo.smithi029.sgphkk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:35:24.039468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fpihmb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:35:24.042168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bzqxcs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:35:31.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:31 smithi073 bash[18997]: cluster 2024-02-11T17:35:30.046716+0000 mgr.smithi029.rubqla (mgr.14180) 1608 : cluster [DBG] pgmap v1092: 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-02-11T17:35:32.716 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:35:33.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:33 smithi029 bash[14177]: audit 2024-02-11T17:35:31.574494+0000 mgr.smithi029.rubqla (mgr.14180) 1609 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:35:33.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:33 smithi029 bash[14177]: cluster 2024-02-11T17:35:32.047917+0000 mgr.smithi029.rubqla (mgr.14180) 1610 : cluster [DBG] pgmap v1093: 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-02-11T17:35:33.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:33 smithi029 bash[14177]: audit 2024-02-11T17:35:32.089593+0000 mon.smithi029 (mon.0) 1090 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:35:33.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:33 smithi073 bash[18997]: audit 2024-02-11T17:35:31.574494+0000 mgr.smithi029.rubqla (mgr.14180) 1609 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:35:33.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:33 smithi073 bash[18997]: cluster 2024-02-11T17:35:32.047917+0000 mgr.smithi029.rubqla (mgr.14180) 1610 : cluster [DBG] pgmap v1093: 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-02-11T17:35:33.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:33 smithi073 bash[18997]: audit 2024-02-11T17:35:32.089593+0000 mon.smithi029 (mon.0) 1090 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:35:33.717 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:35:35.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:35 smithi029 bash[14177]: cluster 2024-02-11T17:35:34.049190+0000 mgr.smithi029.rubqla (mgr.14180) 1611 : cluster [DBG] pgmap v1094: 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-02-11T17:35:35.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:35 smithi073 bash[18997]: cluster 2024-02-11T17:35:34.049190+0000 mgr.smithi029.rubqla (mgr.14180) 1611 : cluster [DBG] pgmap v1094: 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-02-11T17:35:37.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:37 smithi029 bash[14177]: cluster 2024-02-11T17:35:36.050425+0000 mgr.smithi029.rubqla (mgr.14180) 1612 : cluster [DBG] pgmap v1095: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:35:37.550 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:35:37.550 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:34:14.756418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.alekbw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:35:19.017282Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bncnyh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh\nDeploy daemon haproxy.nfs.foo.smithi073.bncnyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:35:24.036398Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.sgphkk on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk\nDeploy daemon haproxy.nfs.foo.smithi029.sgphkk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:35:24.039468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fpihmb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:35:24.042168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bzqxcs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:35:37.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:37 smithi073 bash[18997]: cluster 2024-02-11T17:35:36.050425+0000 mgr.smithi029.rubqla (mgr.14180) 1612 : cluster [DBG] pgmap v1095: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:35:38.565 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:35:39.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:39 smithi029 bash[14177]: audit 2024-02-11T17:35:37.537299+0000 mgr.smithi029.rubqla (mgr.14180) 1613 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:35:39.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:39 smithi029 bash[14177]: cluster 2024-02-11T17:35:38.051693+0000 mgr.smithi029.rubqla (mgr.14180) 1614 : cluster [DBG] pgmap v1096: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:35:39.566 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:35:39.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:39 smithi073 bash[18997]: audit 2024-02-11T17:35:37.537299+0000 mgr.smithi029.rubqla (mgr.14180) 1613 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:35:39.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:39 smithi073 bash[18997]: cluster 2024-02-11T17:35:38.051693+0000 mgr.smithi029.rubqla (mgr.14180) 1614 : cluster [DBG] pgmap v1096: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:35:41.345 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:41 smithi029 bash[14177]: cluster 2024-02-11T17:35:40.052913+0000 mgr.smithi029.rubqla (mgr.14180) 1615 : cluster [DBG] pgmap v1097: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:35:41.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:41 smithi073 bash[18997]: cluster 2024-02-11T17:35:40.052913+0000 mgr.smithi029.rubqla (mgr.14180) 1615 : cluster [DBG] pgmap v1097: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:35:43.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:43 smithi029 bash[14177]: cluster 2024-02-11T17:35:42.054330+0000 mgr.smithi029.rubqla (mgr.14180) 1616 : cluster [DBG] pgmap v1098: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:35:43.584 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:35:43.585 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:34:14.756418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.alekbw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:35:19.017282Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bncnyh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh\nDeploy daemon haproxy.nfs.foo.smithi073.bncnyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:35:24.036398Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.sgphkk on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk\nDeploy daemon haproxy.nfs.foo.smithi029.sgphkk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:35:24.039468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fpihmb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:35:24.042168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bzqxcs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:35:43.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:43 smithi073 bash[18997]: cluster 2024-02-11T17:35:42.054330+0000 mgr.smithi029.rubqla (mgr.14180) 1616 : cluster [DBG] pgmap v1098: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:35:44.676 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:35:45.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:45 smithi029 bash[14177]: audit 2024-02-11T17:35:43.570502+0000 mgr.smithi029.rubqla (mgr.14180) 1617 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:35:45.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:45 smithi029 bash[14177]: cluster 2024-02-11T17:35:44.055496+0000 mgr.smithi029.rubqla (mgr.14180) 1618 : cluster [DBG] pgmap v1099: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:35:45.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:45 smithi073 bash[18997]: audit 2024-02-11T17:35:43.570502+0000 mgr.smithi029.rubqla (mgr.14180) 1617 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:35:45.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:45 smithi073 bash[18997]: cluster 2024-02-11T17:35:44.055496+0000 mgr.smithi029.rubqla (mgr.14180) 1618 : cluster [DBG] pgmap v1099: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:35:45.677 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:35:47.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:47 smithi029 bash[14177]: cluster 2024-02-11T17:35:46.056801+0000 mgr.smithi029.rubqla (mgr.14180) 1619 : cluster [DBG] pgmap v1100: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:35:47.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:47 smithi073 bash[18997]: cluster 2024-02-11T17:35:46.056801+0000 mgr.smithi029.rubqla (mgr.14180) 1619 : cluster [DBG] pgmap v1100: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:35:49.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:49 smithi029 bash[14177]: cluster 2024-02-11T17:35:48.057978+0000 mgr.smithi029.rubqla (mgr.14180) 1620 : cluster [DBG] pgmap v1101: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:35:49.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:49 smithi073 bash[18997]: cluster 2024-02-11T17:35:48.057978+0000 mgr.smithi029.rubqla (mgr.14180) 1620 : cluster [DBG] pgmap v1101: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:35:49.613 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:35:49.613 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:34:14.756418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.alekbw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:35:19.017282Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bncnyh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh\nDeploy daemon haproxy.nfs.foo.smithi073.bncnyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:35:24.036398Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.sgphkk on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk\nDeploy daemon haproxy.nfs.foo.smithi029.sgphkk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:35:24.039468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fpihmb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:35:24.042168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bzqxcs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:35:50.664 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:35:51.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:51 smithi029 bash[14177]: audit 2024-02-11T17:35:49.599661+0000 mgr.smithi029.rubqla (mgr.14180) 1621 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:35:51.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:51 smithi029 bash[14177]: cluster 2024-02-11T17:35:50.059068+0000 mgr.smithi029.rubqla (mgr.14180) 1622 : cluster [DBG] pgmap v1102: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:35:51.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:51 smithi073 bash[18997]: audit 2024-02-11T17:35:49.599661+0000 mgr.smithi029.rubqla (mgr.14180) 1621 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:35:51.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:51 smithi073 bash[18997]: cluster 2024-02-11T17:35:50.059068+0000 mgr.smithi029.rubqla (mgr.14180) 1622 : cluster [DBG] pgmap v1102: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:35:51.665 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:35:53.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:53 smithi029 bash[14177]: cluster 2024-02-11T17:35:52.060376+0000 mgr.smithi029.rubqla (mgr.14180) 1623 : cluster [DBG] pgmap v1103: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:35:53.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:53 smithi073 bash[18997]: cluster 2024-02-11T17:35:52.060376+0000 mgr.smithi029.rubqla (mgr.14180) 1623 : cluster [DBG] pgmap v1103: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:35:55.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:55 smithi029 bash[14177]: cluster 2024-02-11T17:35:54.061228+0000 mgr.smithi029.rubqla (mgr.14180) 1624 : cluster [DBG] pgmap v1104: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:35:55.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:55 smithi073 bash[18997]: cluster 2024-02-11T17:35:54.061228+0000 mgr.smithi029.rubqla (mgr.14180) 1624 : cluster [DBG] pgmap v1104: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:35:55.900 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:35:55.903 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:34:14.756418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.alekbw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:35:19.017282Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bncnyh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh\nDeploy daemon haproxy.nfs.foo.smithi073.bncnyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:35:24.036398Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.sgphkk on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk\nDeploy daemon haproxy.nfs.foo.smithi029.sgphkk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:35:24.039468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fpihmb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:35:24.042168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bzqxcs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:35:56.971 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:35:57.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:57 smithi029 bash[14177]: audit 2024-02-11T17:35:55.891658+0000 mgr.smithi029.rubqla (mgr.14180) 1625 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:35:57.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:57 smithi029 bash[14177]: cluster 2024-02-11T17:35:56.062471+0000 mgr.smithi029.rubqla (mgr.14180) 1626 : cluster [DBG] pgmap v1105: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:35:57.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:57 smithi073 bash[18997]: audit 2024-02-11T17:35:55.891658+0000 mgr.smithi029.rubqla (mgr.14180) 1625 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:35:57.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:57 smithi073 bash[18997]: cluster 2024-02-11T17:35:56.062471+0000 mgr.smithi029.rubqla (mgr.14180) 1626 : cluster [DBG] pgmap v1105: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:35:57.972 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:35:59.411 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:35:59 smithi029 bash[14177]: cluster 2024-02-11T17:35:58.063667+0000 mgr.smithi029.rubqla (mgr.14180) 1627 : cluster [DBG] pgmap v1106: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:35:59.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:35:59 smithi073 bash[18997]: cluster 2024-02-11T17:35:58.063667+0000 mgr.smithi029.rubqla (mgr.14180) 1627 : cluster [DBG] pgmap v1106: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:01.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:01 smithi029 bash[14177]: cluster 2024-02-11T17:36:00.064281+0000 mgr.smithi029.rubqla (mgr.14180) 1628 : cluster [DBG] pgmap v1107: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:01.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:01 smithi073 bash[18997]: cluster 2024-02-11T17:36:00.064281+0000 mgr.smithi029.rubqla (mgr.14180) 1628 : cluster [DBG] pgmap v1107: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:02.056 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:36:02.056 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:34:14.756418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.alekbw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:35:19.017282Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bncnyh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh\nDeploy daemon haproxy.nfs.foo.smithi073.bncnyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:35:24.036398Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.sgphkk on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk\nDeploy daemon haproxy.nfs.foo.smithi029.sgphkk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:35:24.039468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fpihmb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:35:24.042168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bzqxcs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:36:03.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:36:03.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:03 smithi029 bash[14177]: audit 2024-02-11T17:36:02.048265+0000 mgr.smithi029.rubqla (mgr.14180) 1629 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:36:03.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:03 smithi029 bash[14177]: cluster 2024-02-11T17:36:02.065240+0000 mgr.smithi029.rubqla (mgr.14180) 1630 : cluster [DBG] pgmap v1108: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:03.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:03 smithi073 bash[18997]: audit 2024-02-11T17:36:02.048265+0000 mgr.smithi029.rubqla (mgr.14180) 1629 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:36:03.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:03 smithi073 bash[18997]: cluster 2024-02-11T17:36:02.065240+0000 mgr.smithi029.rubqla (mgr.14180) 1630 : cluster [DBG] pgmap v1108: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:04.127 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:36:05.525 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:05 smithi029 bash[14177]: cluster 2024-02-11T17:36:04.066367+0000 mgr.smithi029.rubqla (mgr.14180) 1631 : cluster [DBG] pgmap v1109: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:36:05.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:05 smithi073 bash[18997]: cluster 2024-02-11T17:36:04.066367+0000 mgr.smithi029.rubqla (mgr.14180) 1631 : cluster [DBG] pgmap v1109: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:36:07.462 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:07 smithi029 bash[14177]: cluster 2024-02-11T17:36:06.067557+0000 mgr.smithi029.rubqla (mgr.14180) 1632 : cluster [DBG] pgmap v1110: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:07.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:07 smithi073 bash[18997]: cluster 2024-02-11T17:36:06.067557+0000 mgr.smithi029.rubqla (mgr.14180) 1632 : cluster [DBG] pgmap v1110: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:07.810 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:36:07.810 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:34:14.756418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.alekbw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:35:19.017282Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bncnyh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh\nDeploy daemon haproxy.nfs.foo.smithi073.bncnyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:35:24.036398Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.sgphkk on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk\nDeploy daemon haproxy.nfs.foo.smithi029.sgphkk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:35:24.039468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fpihmb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:35:24.042168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bzqxcs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:36:08.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:36:09.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:09 smithi073 bash[18997]: audit 2024-02-11T17:36:07.802302+0000 mgr.smithi029.rubqla (mgr.14180) 1633 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:36:09.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:09 smithi073 bash[18997]: cluster 2024-02-11T17:36:08.068799+0000 mgr.smithi029.rubqla (mgr.14180) 1634 : cluster [DBG] pgmap v1111: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:09.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:09 smithi029 bash[14177]: audit 2024-02-11T17:36:07.802302+0000 mgr.smithi029.rubqla (mgr.14180) 1633 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:36:09.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:09 smithi029 bash[14177]: cluster 2024-02-11T17:36:08.068799+0000 mgr.smithi029.rubqla (mgr.14180) 1634 : cluster [DBG] pgmap v1111: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:09.878 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:36:11.525 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:11 smithi029 bash[14177]: cluster 2024-02-11T17:36:10.069890+0000 mgr.smithi029.rubqla (mgr.14180) 1635 : cluster [DBG] pgmap v1112: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:11.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:11 smithi073 bash[18997]: cluster 2024-02-11T17:36:10.069890+0000 mgr.smithi029.rubqla (mgr.14180) 1635 : cluster [DBG] pgmap v1112: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:13.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:13 smithi073 bash[18997]: cluster 2024-02-11T17:36:12.071109+0000 mgr.smithi029.rubqla (mgr.14180) 1636 : cluster [DBG] pgmap v1113: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:13.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:13 smithi029 bash[14177]: cluster 2024-02-11T17:36:12.071109+0000 mgr.smithi029.rubqla (mgr.14180) 1636 : cluster [DBG] pgmap v1113: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:14.120 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:36:14.120 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:34:14.756418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.alekbw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:35:19.017282Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bncnyh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh\nDeploy daemon haproxy.nfs.foo.smithi073.bncnyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:35:24.036398Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.sgphkk on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk\nDeploy daemon haproxy.nfs.foo.smithi029.sgphkk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:35:24.039468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fpihmb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:35:24.042168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bzqxcs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:36:15.177 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:36:15.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:15 smithi029 bash[14177]: cluster 2024-02-11T17:36:14.072204+0000 mgr.smithi029.rubqla (mgr.14180) 1637 : cluster [DBG] pgmap v1114: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:36:15.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:15 smithi029 bash[14177]: audit 2024-02-11T17:36:14.111290+0000 mgr.smithi029.rubqla (mgr.14180) 1638 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:36:15.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:15 smithi073 bash[18997]: cluster 2024-02-11T17:36:14.072204+0000 mgr.smithi029.rubqla (mgr.14180) 1637 : cluster [DBG] pgmap v1114: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:36:15.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:15 smithi073 bash[18997]: audit 2024-02-11T17:36:14.111290+0000 mgr.smithi029.rubqla (mgr.14180) 1638 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:36:16.177 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:36:17.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:17 smithi073 bash[18997]: cluster 2024-02-11T17:36:16.073478+0000 mgr.smithi029.rubqla (mgr.14180) 1639 : cluster [DBG] pgmap v1115: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:17.614 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:17 smithi029 bash[14177]: cluster 2024-02-11T17:36:16.073478+0000 mgr.smithi029.rubqla (mgr.14180) 1639 : cluster [DBG] pgmap v1115: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:19.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:19 smithi029 bash[14177]: cluster 2024-02-11T17:36:18.074644+0000 mgr.smithi029.rubqla (mgr.14180) 1640 : cluster [DBG] pgmap v1116: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:19.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:19 smithi073 bash[18997]: cluster 2024-02-11T17:36:18.074644+0000 mgr.smithi029.rubqla (mgr.14180) 1640 : cluster [DBG] pgmap v1116: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:20.389 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:36:20.389 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:34:14.756418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.alekbw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:35:19.017282Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bncnyh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh\nDeploy daemon haproxy.nfs.foo.smithi073.bncnyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:35:24.036398Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.sgphkk on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk\nDeploy daemon haproxy.nfs.foo.smithi029.sgphkk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:35:24.039468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fpihmb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:35:24.042168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bzqxcs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:36:21.455 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:36:21.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:21 smithi073 bash[18997]: cluster 2024-02-11T17:36:20.075277+0000 mgr.smithi029.rubqla (mgr.14180) 1641 : cluster [DBG] pgmap v1117: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:21.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:21 smithi073 bash[18997]: audit 2024-02-11T17:36:20.376512+0000 mgr.smithi029.rubqla (mgr.14180) 1642 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:36:21.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:21 smithi029 bash[14177]: cluster 2024-02-11T17:36:20.075277+0000 mgr.smithi029.rubqla (mgr.14180) 1641 : cluster [DBG] pgmap v1117: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:21.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:21 smithi029 bash[14177]: audit 2024-02-11T17:36:20.376512+0000 mgr.smithi029.rubqla (mgr.14180) 1642 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:36:22.456 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:36:23.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:23 smithi073 bash[18997]: cluster 2024-02-11T17:36:22.076623+0000 mgr.smithi029.rubqla (mgr.14180) 1643 : cluster [DBG] pgmap v1118: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:23.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:23 smithi029 bash[14177]: cluster 2024-02-11T17:36:22.076623+0000 mgr.smithi029.rubqla (mgr.14180) 1643 : cluster [DBG] pgmap v1118: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:24.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:24 smithi073 bash[18997]: audit 2024-02-11T17:36:24.047767+0000 mon.smithi029 (mon.0) 1091 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:36:24.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:24 smithi029 bash[14177]: audit 2024-02-11T17:36:24.047767+0000 mon.smithi029 (mon.0) 1091 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:36:25.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:25 smithi073 bash[18997]: cluster 2024-02-11T17:36:24.077765+0000 mgr.smithi029.rubqla (mgr.14180) 1644 : cluster [DBG] pgmap v1119: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:36:25.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:25 smithi073 bash[18997]: audit 2024-02-11T17:36:24.352568+0000 mon.smithi029 (mon.0) 1092 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:36:25.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:25 smithi073 bash[18997]: audit 2024-02-11T17:36:24.354211+0000 mon.smithi029 (mon.0) 1093 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:36:25.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:25 smithi073 bash[18997]: audit 2024-02-11T17:36:24.362177+0000 mon.smithi029 (mon.0) 1094 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:36:25.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:25 smithi073 bash[18997]: cluster 2024-02-11T17:36:24.363181+0000 mgr.smithi029.rubqla (mgr.14180) 1645 : cluster [DBG] pgmap v1120: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:36:25.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:25 smithi073 bash[18997]: audit 2024-02-11T17:36:24.370127+0000 mon.smithi029 (mon.0) 1095 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:36:25.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:25 smithi073 bash[18997]: audit 2024-02-11T17:36:24.382650+0000 mon.smithi029 (mon.0) 1096 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:36:25.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:25 smithi029 bash[14177]: cluster 2024-02-11T17:36:24.077765+0000 mgr.smithi029.rubqla (mgr.14180) 1644 : cluster [DBG] pgmap v1119: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:36:25.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:25 smithi029 bash[14177]: audit 2024-02-11T17:36:24.352568+0000 mon.smithi029 (mon.0) 1092 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:36:25.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:25 smithi029 bash[14177]: audit 2024-02-11T17:36:24.354211+0000 mon.smithi029 (mon.0) 1093 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:36:25.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:25 smithi029 bash[14177]: audit 2024-02-11T17:36:24.362177+0000 mon.smithi029 (mon.0) 1094 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:36:25.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:25 smithi029 bash[14177]: cluster 2024-02-11T17:36:24.363181+0000 mgr.smithi029.rubqla (mgr.14180) 1645 : cluster [DBG] pgmap v1120: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:36:25.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:25 smithi029 bash[14177]: audit 2024-02-11T17:36:24.370127+0000 mon.smithi029 (mon.0) 1095 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:36:25.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:25 smithi029 bash[14177]: audit 2024-02-11T17:36:24.382650+0000 mon.smithi029 (mon.0) 1096 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:36:26.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:26 smithi073 bash[18997]: cephadm 2024-02-11T17:36:24.386318+0000 mgr.smithi029.rubqla (mgr.14180) 1646 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.beqshe on smithi073 2024-02-11T17:36:26.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:26 smithi073 bash[18997]: cluster 2024-02-11T17:36:25.359413+0000 mon.smithi029 (mon.0) 1097 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:36:26.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:26 smithi073 bash[18997]: cluster 2024-02-11T17:36:25.359465+0000 mon.smithi029 (mon.0) 1098 : cluster [INF] Cluster is now healthy 2024-02-11T17:36:26.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:26 smithi029 bash[14177]: cephadm 2024-02-11T17:36:24.386318+0000 mgr.smithi029.rubqla (mgr.14180) 1646 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.beqshe on smithi073 2024-02-11T17:36:26.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:26 smithi029 bash[14177]: cluster 2024-02-11T17:36:25.359413+0000 mon.smithi029 (mon.0) 1097 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:36:26.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:26 smithi029 bash[14177]: cluster 2024-02-11T17:36:25.359465+0000 mon.smithi029 (mon.0) 1098 : cluster [INF] Cluster is now healthy 2024-02-11T17:36:26.762 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:36:26.762 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:34:14.756418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.alekbw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:35:19.017282Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.bncnyh on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-bncnyh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.bncnyh\nDeploy daemon haproxy.nfs.foo.smithi073.bncnyh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:35:24.036398Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.sgphkk on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-sgphkk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.sgphkk\nDeploy daemon haproxy.nfs.foo.smithi029.sgphkk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:35:24.039468Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fpihmb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:35:24.042168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bzqxcs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:36:27.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:27 smithi029 bash[14177]: cluster 2024-02-11T17:36:26.364132+0000 mgr.smithi029.rubqla (mgr.14180) 1647 : cluster [DBG] pgmap v1121: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:36:27.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:27 smithi073 bash[18997]: cluster 2024-02-11T17:36:26.364132+0000 mgr.smithi029.rubqla (mgr.14180) 1647 : cluster [DBG] pgmap v1121: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:36:27.936 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:36:28.551 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:28 smithi029 bash[14177]: audit 2024-02-11T17:36:26.750581+0000 mgr.smithi029.rubqla (mgr.14180) 1648 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:36:28.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:28 smithi073 bash[18997]: audit 2024-02-11T17:36:26.750581+0000 mgr.smithi029.rubqla (mgr.14180) 1648 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:36:28.938 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:36:29.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:29 smithi029 bash[14177]: cluster 2024-02-11T17:36:28.365108+0000 mgr.smithi029.rubqla (mgr.14180) 1649 : cluster [DBG] pgmap v1122: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:36:29.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:29 smithi029 bash[14177]: audit 2024-02-11T17:36:28.550116+0000 mon.smithi029 (mon.0) 1099 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.beqshe"}]: dispatch 2024-02-11T17:36:29.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:29 smithi073 bash[18997]: cluster 2024-02-11T17:36:28.365108+0000 mgr.smithi029.rubqla (mgr.14180) 1649 : cluster [DBG] pgmap v1122: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:36:29.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:29 smithi073 bash[18997]: audit 2024-02-11T17:36:28.550116+0000 mon.smithi029 (mon.0) 1099 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.beqshe"}]: dispatch 2024-02-11T17:36:30.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: cephadm 2024-02-11T17:36:28.548903+0000 mgr.smithi029.rubqla (mgr.14180) 1650 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe 2024-02-11T17:36:30.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:36:30.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe 2024-02-11T17:36:30.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe 2024-02-11T17:36:30.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:36:30.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe 2024-02-11T17:36:30.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.beqshe ... 2024-02-11T17:36:30.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:36:30.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:36:30.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:36:30.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:36:30.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:36:30.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:36:30.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:36:30.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:36:30.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:36:30.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:36:30.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe 2024-02-11T17:36:30.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:36:30.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe 2024-02-11T17:36:30.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe 2024-02-11T17:36:30.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:36:30.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe 2024-02-11T17:36:30.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.beqshe ... 2024-02-11T17:36:30.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:36:30.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:36:30.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:36:30.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:36:30.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:36:30.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: cephadm 2024-02-11T17:36:28.549430+0000 mgr.smithi029.rubqla (mgr.14180) 1651 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.beqshe 2024-02-11T17:36:30.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: cephadm 2024-02-11T17:36:28.551529+0000 mgr.smithi029.rubqla (mgr.14180) 1652 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.beqshe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe 2024-02-11T17:36:30.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:36:30.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe 2024-02-11T17:36:30.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe 2024-02-11T17:36:30.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:36:30.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe 2024-02-11T17:36:30.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.beqshe ... 2024-02-11T17:36:30.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:36:30.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:36:30.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:36:30.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:36:30.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:36:30.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:30 smithi073 bash[18997]: cephadm 2024-02-11T17:36:28.555547+0000 mgr.smithi029.rubqla (mgr.14180) 1653 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.xdlrrm on smithi029 2024-02-11T17:36:30.598 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: cephadm 2024-02-11T17:36:28.548903+0000 mgr.smithi029.rubqla (mgr.14180) 1650 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe 2024-02-11T17:36:30.598 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:36:30.598 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe 2024-02-11T17:36:30.598 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe 2024-02-11T17:36:30.598 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:36:30.598 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe 2024-02-11T17:36:30.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.beqshe ... 2024-02-11T17:36:30.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:36:30.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:36:30.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:36:30.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:36:30.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:36:30.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:36:30.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:36:30.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:36:30.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:36:30.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:36:30.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe 2024-02-11T17:36:30.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:36:30.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe 2024-02-11T17:36:30.600 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe 2024-02-11T17:36:30.600 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:36:30.600 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe 2024-02-11T17:36:30.600 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.beqshe ... 2024-02-11T17:36:30.600 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:36:30.600 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:36:30.600 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:36:30.600 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:36:30.600 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:36:30.600 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: cephadm 2024-02-11T17:36:28.549430+0000 mgr.smithi029.rubqla (mgr.14180) 1651 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.beqshe 2024-02-11T17:36:30.600 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: cephadm 2024-02-11T17:36:28.551529+0000 mgr.smithi029.rubqla (mgr.14180) 1652 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.beqshe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe 2024-02-11T17:36:30.600 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:36:30.600 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe 2024-02-11T17:36:30.600 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe 2024-02-11T17:36:30.601 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:36:30.601 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe 2024-02-11T17:36:30.601 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.beqshe ... 2024-02-11T17:36:30.601 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:36:30.601 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:36:30.601 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:36:30.601 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:36:30.601 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:36:30.601 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:30 smithi029 bash[14177]: cephadm 2024-02-11T17:36:28.555547+0000 mgr.smithi029.rubqla (mgr.14180) 1653 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.xdlrrm on smithi029 2024-02-11T17:36:31.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:31 smithi029 bash[14177]: cluster 2024-02-11T17:36:30.365950+0000 mgr.smithi029.rubqla (mgr.14180) 1654 : cluster [DBG] pgmap v1123: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:36:31.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:31 smithi073 bash[18997]: cluster 2024-02-11T17:36:30.365950+0000 mgr.smithi029.rubqla (mgr.14180) 1654 : cluster [DBG] pgmap v1123: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:36:33.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:33 smithi029 bash[14177]: audit 2024-02-11T17:36:32.092947+0000 mon.smithi029 (mon.0) 1100 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:36:33.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:33 smithi029 bash[14177]: cluster 2024-02-11T17:36:32.366966+0000 mgr.smithi029.rubqla (mgr.14180) 1655 : cluster [DBG] pgmap v1124: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:36:33.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:33 smithi029 bash[14177]: audit 2024-02-11T17:36:33.007645+0000 mon.smithi029 (mon.0) 1101 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.xdlrrm"}]: dispatch 2024-02-11T17:36:33.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:33 smithi073 bash[18997]: audit 2024-02-11T17:36:32.092947+0000 mon.smithi029 (mon.0) 1100 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:36:33.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:33 smithi073 bash[18997]: cluster 2024-02-11T17:36:32.366966+0000 mgr.smithi029.rubqla (mgr.14180) 1655 : cluster [DBG] pgmap v1124: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:36:33.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:33 smithi073 bash[18997]: audit 2024-02-11T17:36:33.007645+0000 mon.smithi029 (mon.0) 1101 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.xdlrrm"}]: dispatch 2024-02-11T17:36:33.827 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:36:33.827 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:35:24.042168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bzqxcs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:36:28.551344Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.beqshe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe\nDeploy daemon haproxy.nfs.foo.smithi073.beqshe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:36:33.008917Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.xdlrrm on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm\nDeploy daemon haproxy.nfs.foo.smithi029.xdlrrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:36:33.014500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dpdbkm on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:36:33.017539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wcdtka on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:36:34.139 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: cephadm 2024-02-11T17:36:33.006308+0000 mgr.smithi029.rubqla (mgr.14180) 1656 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm 2024-02-11T17:36:34.139 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:36:34.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm 2024-02-11T17:36:34.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm 2024-02-11T17:36:34.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:36:34.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm 2024-02-11T17:36:34.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.xdlrrm ... 2024-02-11T17:36:34.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:36:34.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:36:34.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:36:34.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:36:34.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:36:34.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:36:34.140 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:36:34.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:36:34.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:36:34.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:36:34.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm 2024-02-11T17:36:34.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:36:34.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm 2024-02-11T17:36:34.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm 2024-02-11T17:36:34.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:36:34.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm 2024-02-11T17:36:34.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.xdlrrm ... 2024-02-11T17:36:34.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:36:34.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:36:34.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:36:34.141 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:36:34.142 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:36:34.142 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: cephadm 2024-02-11T17:36:33.006918+0000 mgr.smithi029.rubqla (mgr.14180) 1657 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.xdlrrm 2024-02-11T17:36:34.142 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: cephadm 2024-02-11T17:36:33.009249+0000 mgr.smithi029.rubqla (mgr.14180) 1658 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.xdlrrm on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm 2024-02-11T17:36:34.142 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:36:34.142 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm 2024-02-11T17:36:34.142 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm 2024-02-11T17:36:34.142 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:36:34.142 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm 2024-02-11T17:36:34.142 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.xdlrrm ... 2024-02-11T17:36:34.142 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:36:34.142 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:36:34.142 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:36:34.142 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:36:34.142 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:36:34.143 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: cephadm 2024-02-11T17:36:33.014715+0000 mgr.smithi029.rubqla (mgr.14180) 1659 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.dpdbkm on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:36:34.143 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: cephadm 2024-02-11T17:36:33.017712+0000 mgr.smithi029.rubqla (mgr.14180) 1660 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.wcdtka on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:36:34.143 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: cluster 2024-02-11T17:36:33.018957+0000 mgr.smithi029.rubqla (mgr.14180) 1661 : cluster [DBG] pgmap v1125: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-02-11T17:36:34.143 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: cluster 2024-02-11T17:36:33.088765+0000 mon.smithi029 (mon.0) 1102 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:36:34.143 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:34 smithi029 bash[14177]: audit 2024-02-11T17:36:33.514473+0000 mon.smithi029 (mon.0) 1103 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:36:34.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: cephadm 2024-02-11T17:36:33.006308+0000 mgr.smithi029.rubqla (mgr.14180) 1656 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm 2024-02-11T17:36:34.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:36:34.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm 2024-02-11T17:36:34.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm 2024-02-11T17:36:34.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:36:34.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm 2024-02-11T17:36:34.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.xdlrrm ... 2024-02-11T17:36:34.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:36:34.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:36:34.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:36:34.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:36:34.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:36:34.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:36:34.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:36:34.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:36:34.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:36:34.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:36:34.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm 2024-02-11T17:36:34.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:36:34.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm 2024-02-11T17:36:34.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm 2024-02-11T17:36:34.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:36:34.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm 2024-02-11T17:36:34.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.xdlrrm ... 2024-02-11T17:36:34.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:36:34.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:36:34.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:36:34.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:36:34.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:36:34.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: cephadm 2024-02-11T17:36:33.006918+0000 mgr.smithi029.rubqla (mgr.14180) 1657 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.xdlrrm 2024-02-11T17:36:34.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: cephadm 2024-02-11T17:36:33.009249+0000 mgr.smithi029.rubqla (mgr.14180) 1658 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.xdlrrm on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm 2024-02-11T17:36:34.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:36:34.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm 2024-02-11T17:36:34.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm 2024-02-11T17:36:34.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:36:34.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm 2024-02-11T17:36:34.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.xdlrrm ... 2024-02-11T17:36:34.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:36:34.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:36:34.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:36:34.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:36:34.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:36:34.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: cephadm 2024-02-11T17:36:33.014715+0000 mgr.smithi029.rubqla (mgr.14180) 1659 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.dpdbkm on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:36:34.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: cephadm 2024-02-11T17:36:33.017712+0000 mgr.smithi029.rubqla (mgr.14180) 1660 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.wcdtka on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:36:34.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: cluster 2024-02-11T17:36:33.018957+0000 mgr.smithi029.rubqla (mgr.14180) 1661 : cluster [DBG] pgmap v1125: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-02-11T17:36:34.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: cluster 2024-02-11T17:36:33.088765+0000 mon.smithi029 (mon.0) 1102 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:36:34.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:34 smithi073 bash[18997]: audit 2024-02-11T17:36:33.514473+0000 mon.smithi029 (mon.0) 1103 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:36:35.001 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:36:35.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:35 smithi029 bash[14177]: audit 2024-02-11T17:36:33.816549+0000 mgr.smithi029.rubqla (mgr.14180) 1662 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:36:35.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:35 smithi073 bash[18997]: audit 2024-02-11T17:36:33.816549+0000 mgr.smithi029.rubqla (mgr.14180) 1662 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:36:36.003 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:36:36.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:36 smithi029 bash[14177]: cluster 2024-02-11T17:36:35.020049+0000 mgr.smithi029.rubqla (mgr.14180) 1663 : cluster [DBG] pgmap v1126: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-11T17:36:36.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:36 smithi073 bash[18997]: cluster 2024-02-11T17:36:35.020049+0000 mgr.smithi029.rubqla (mgr.14180) 1663 : cluster [DBG] pgmap v1126: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-11T17:36:38.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:38 smithi029 bash[14177]: cluster 2024-02-11T17:36:37.021284+0000 mgr.smithi029.rubqla (mgr.14180) 1664 : cluster [DBG] pgmap v1127: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-11T17:36:38.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:38 smithi073 bash[18997]: cluster 2024-02-11T17:36:37.021284+0000 mgr.smithi029.rubqla (mgr.14180) 1664 : cluster [DBG] pgmap v1127: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-11T17:36:40.426 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:36:40.427 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:35:24.042168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bzqxcs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:36:28.551344Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.beqshe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe\nDeploy daemon haproxy.nfs.foo.smithi073.beqshe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:36:33.008917Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.xdlrrm on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm\nDeploy daemon haproxy.nfs.foo.smithi029.xdlrrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:36:33.014500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dpdbkm on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:36:33.017539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wcdtka on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:36:40.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:40 smithi029 bash[14177]: cluster 2024-02-11T17:36:39.022546+0000 mgr.smithi029.rubqla (mgr.14180) 1665 : cluster [DBG] pgmap v1128: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-11T17:36:40.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:40 smithi073 bash[18997]: cluster 2024-02-11T17:36:39.022546+0000 mgr.smithi029.rubqla (mgr.14180) 1665 : cluster [DBG] pgmap v1128: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-11T17:36:41.471 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:36:42.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:42 smithi029 bash[14177]: audit 2024-02-11T17:36:40.414046+0000 mgr.smithi029.rubqla (mgr.14180) 1666 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:36:42.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:42 smithi029 bash[14177]: cluster 2024-02-11T17:36:41.023268+0000 mgr.smithi029.rubqla (mgr.14180) 1667 : cluster [DBG] pgmap v1129: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-11T17:36:42.472 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:36:42.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:42 smithi073 bash[18997]: audit 2024-02-11T17:36:40.414046+0000 mgr.smithi029.rubqla (mgr.14180) 1666 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:36:42.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:42 smithi073 bash[18997]: cluster 2024-02-11T17:36:41.023268+0000 mgr.smithi029.rubqla (mgr.14180) 1667 : cluster [DBG] pgmap v1129: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-11T17:36:44.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:44 smithi029 bash[14177]: cluster 2024-02-11T17:36:43.024453+0000 mgr.smithi029.rubqla (mgr.14180) 1668 : cluster [DBG] pgmap v1130: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 384 B/s rd, 0 op/s 2024-02-11T17:36:44.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:44 smithi073 bash[18997]: cluster 2024-02-11T17:36:43.024453+0000 mgr.smithi029.rubqla (mgr.14180) 1668 : cluster [DBG] pgmap v1130: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 384 B/s rd, 0 op/s 2024-02-11T17:36:46.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:46 smithi029 bash[14177]: cluster 2024-02-11T17:36:45.025554+0000 mgr.smithi029.rubqla (mgr.14180) 1669 : cluster [DBG] pgmap v1131: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:46.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:46 smithi073 bash[18997]: cluster 2024-02-11T17:36:45.025554+0000 mgr.smithi029.rubqla (mgr.14180) 1669 : cluster [DBG] pgmap v1131: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:46.623 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:36:46.623 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:35:24.042168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bzqxcs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:36:28.551344Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.beqshe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe\nDeploy daemon haproxy.nfs.foo.smithi073.beqshe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:36:33.008917Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.xdlrrm on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm\nDeploy daemon haproxy.nfs.foo.smithi029.xdlrrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:36:33.014500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dpdbkm on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:36:33.017539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wcdtka on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:36:47.696 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:36:48.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:48 smithi029 bash[14177]: audit 2024-02-11T17:36:46.611348+0000 mgr.smithi029.rubqla (mgr.14180) 1670 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:36:48.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:48 smithi029 bash[14177]: cluster 2024-02-11T17:36:47.026836+0000 mgr.smithi029.rubqla (mgr.14180) 1671 : cluster [DBG] pgmap v1132: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:48.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:48 smithi029 bash[14177]: audit 2024-02-11T17:36:47.093275+0000 mon.smithi029 (mon.0) 1104 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:36:48.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:48 smithi073 bash[18997]: audit 2024-02-11T17:36:46.611348+0000 mgr.smithi029.rubqla (mgr.14180) 1670 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:36:48.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:48 smithi073 bash[18997]: cluster 2024-02-11T17:36:47.026836+0000 mgr.smithi029.rubqla (mgr.14180) 1671 : cluster [DBG] pgmap v1132: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:48.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:48 smithi073 bash[18997]: audit 2024-02-11T17:36:47.093275+0000 mon.smithi029 (mon.0) 1104 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:36:48.697 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:36:50.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:50 smithi029 bash[14177]: cluster 2024-02-11T17:36:49.028084+0000 mgr.smithi029.rubqla (mgr.14180) 1672 : cluster [DBG] pgmap v1133: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:50.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:50 smithi073 bash[18997]: cluster 2024-02-11T17:36:49.028084+0000 mgr.smithi029.rubqla (mgr.14180) 1672 : cluster [DBG] pgmap v1133: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:52.430 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:52 smithi029 bash[14177]: cluster 2024-02-11T17:36:51.029264+0000 mgr.smithi029.rubqla (mgr.14180) 1673 : cluster [DBG] pgmap v1134: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:52.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:52 smithi073 bash[18997]: cluster 2024-02-11T17:36:51.029264+0000 mgr.smithi029.rubqla (mgr.14180) 1673 : cluster [DBG] pgmap v1134: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:52.857 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:36:52.858 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:35:24.042168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bzqxcs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:36:28.551344Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.beqshe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe\nDeploy daemon haproxy.nfs.foo.smithi073.beqshe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:36:33.008917Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.xdlrrm on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm\nDeploy daemon haproxy.nfs.foo.smithi029.xdlrrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:36:33.014500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dpdbkm on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:36:33.017539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wcdtka on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:36:53.864 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:36:54.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:54 smithi029 bash[14177]: audit 2024-02-11T17:36:52.845415+0000 mgr.smithi029.rubqla (mgr.14180) 1674 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:36:54.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:54 smithi029 bash[14177]: cluster 2024-02-11T17:36:53.030481+0000 mgr.smithi029.rubqla (mgr.14180) 1675 : cluster [DBG] pgmap v1135: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:36:54.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:54 smithi073 bash[18997]: audit 2024-02-11T17:36:52.845415+0000 mgr.smithi029.rubqla (mgr.14180) 1674 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:36:54.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:54 smithi073 bash[18997]: cluster 2024-02-11T17:36:53.030481+0000 mgr.smithi029.rubqla (mgr.14180) 1675 : cluster [DBG] pgmap v1135: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:36:54.865 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:36:56.418 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:56 smithi029 bash[14177]: cluster 2024-02-11T17:36:55.031804+0000 mgr.smithi029.rubqla (mgr.14180) 1676 : cluster [DBG] pgmap v1136: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:56.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:56 smithi073 bash[18997]: cluster 2024-02-11T17:36:55.031804+0000 mgr.smithi029.rubqla (mgr.14180) 1676 : cluster [DBG] pgmap v1136: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:58.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:36:58 smithi029 bash[14177]: cluster 2024-02-11T17:36:57.032515+0000 mgr.smithi029.rubqla (mgr.14180) 1677 : cluster [DBG] pgmap v1137: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:58.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:36:58 smithi073 bash[18997]: cluster 2024-02-11T17:36:57.032515+0000 mgr.smithi029.rubqla (mgr.14180) 1677 : cluster [DBG] pgmap v1137: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:36:58.729 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:36:58.729 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:35:24.042168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bzqxcs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:36:28.551344Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.beqshe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe\nDeploy daemon haproxy.nfs.foo.smithi073.beqshe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:36:33.008917Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.xdlrrm on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm\nDeploy daemon haproxy.nfs.foo.smithi029.xdlrrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:36:33.014500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dpdbkm on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:36:33.017539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wcdtka on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:36:59.818 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:37:00.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:00 smithi029 bash[14177]: audit 2024-02-11T17:36:58.717044+0000 mgr.smithi029.rubqla (mgr.14180) 1678 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:37:00.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:00 smithi029 bash[14177]: cluster 2024-02-11T17:36:59.033732+0000 mgr.smithi029.rubqla (mgr.14180) 1679 : cluster [DBG] pgmap v1138: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:00.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:00 smithi073 bash[18997]: audit 2024-02-11T17:36:58.717044+0000 mgr.smithi029.rubqla (mgr.14180) 1678 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:37:00.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:00 smithi073 bash[18997]: cluster 2024-02-11T17:36:59.033732+0000 mgr.smithi029.rubqla (mgr.14180) 1679 : cluster [DBG] pgmap v1138: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:00.819 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:37:02.415 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:02 smithi029 bash[14177]: cluster 2024-02-11T17:37:01.034968+0000 mgr.smithi029.rubqla (mgr.14180) 1680 : cluster [DBG] pgmap v1139: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:02.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:02 smithi073 bash[18997]: cluster 2024-02-11T17:37:01.034968+0000 mgr.smithi029.rubqla (mgr.14180) 1680 : cluster [DBG] pgmap v1139: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:04.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:04 smithi029 bash[14177]: cluster 2024-02-11T17:37:03.036193+0000 mgr.smithi029.rubqla (mgr.14180) 1681 : cluster [DBG] pgmap v1140: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:37:04.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:04 smithi073 bash[18997]: cluster 2024-02-11T17:37:03.036193+0000 mgr.smithi029.rubqla (mgr.14180) 1681 : cluster [DBG] pgmap v1140: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:37:04.862 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:37:04.862 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:35:24.042168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bzqxcs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:36:28.551344Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.beqshe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe\nDeploy daemon haproxy.nfs.foo.smithi073.beqshe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:36:33.008917Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.xdlrrm on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm\nDeploy daemon haproxy.nfs.foo.smithi029.xdlrrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:36:33.014500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dpdbkm on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:36:33.017539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wcdtka on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:37:05.879 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:37:06.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:06 smithi029 bash[14177]: audit 2024-02-11T17:37:04.849180+0000 mgr.smithi029.rubqla (mgr.14180) 1682 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:37:06.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:06 smithi029 bash[14177]: cluster 2024-02-11T17:37:05.037293+0000 mgr.smithi029.rubqla (mgr.14180) 1683 : cluster [DBG] pgmap v1141: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:06.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:06 smithi073 bash[18997]: audit 2024-02-11T17:37:04.849180+0000 mgr.smithi029.rubqla (mgr.14180) 1682 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:37:06.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:06 smithi073 bash[18997]: cluster 2024-02-11T17:37:05.037293+0000 mgr.smithi029.rubqla (mgr.14180) 1683 : cluster [DBG] pgmap v1141: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:06.880 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:37:08.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:08 smithi029 bash[14177]: cluster 2024-02-11T17:37:07.038385+0000 mgr.smithi029.rubqla (mgr.14180) 1684 : cluster [DBG] pgmap v1142: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:08.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:08 smithi073 bash[18997]: cluster 2024-02-11T17:37:07.038385+0000 mgr.smithi029.rubqla (mgr.14180) 1684 : cluster [DBG] pgmap v1142: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:10.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:10 smithi029 bash[14177]: cluster 2024-02-11T17:37:09.039631+0000 mgr.smithi029.rubqla (mgr.14180) 1685 : cluster [DBG] pgmap v1143: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:10.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:10 smithi073 bash[18997]: cluster 2024-02-11T17:37:09.039631+0000 mgr.smithi029.rubqla (mgr.14180) 1685 : cluster [DBG] pgmap v1143: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:10.904 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:37:10.904 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:35:24.042168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bzqxcs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:36:28.551344Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.beqshe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe\nDeploy daemon haproxy.nfs.foo.smithi073.beqshe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:36:33.008917Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.xdlrrm on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm\nDeploy daemon haproxy.nfs.foo.smithi029.xdlrrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:36:33.014500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dpdbkm on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:36:33.017539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wcdtka on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:37:11.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:37:12.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:12 smithi029 bash[14177]: audit 2024-02-11T17:37:10.888228+0000 mgr.smithi029.rubqla (mgr.14180) 1686 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:37:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:12 smithi029 bash[14177]: cluster 2024-02-11T17:37:11.040956+0000 mgr.smithi029.rubqla (mgr.14180) 1687 : cluster [DBG] pgmap v1144: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:12.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:12 smithi073 bash[18997]: audit 2024-02-11T17:37:10.888228+0000 mgr.smithi029.rubqla (mgr.14180) 1686 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:37:12.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:12 smithi073 bash[18997]: cluster 2024-02-11T17:37:11.040956+0000 mgr.smithi029.rubqla (mgr.14180) 1687 : cluster [DBG] pgmap v1144: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:12.970 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:37:14.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:14 smithi029 bash[14177]: cluster 2024-02-11T17:37:13.042140+0000 mgr.smithi029.rubqla (mgr.14180) 1688 : cluster [DBG] pgmap v1145: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:37:14.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:14 smithi073 bash[18997]: cluster 2024-02-11T17:37:13.042140+0000 mgr.smithi029.rubqla (mgr.14180) 1688 : cluster [DBG] pgmap v1145: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:37:16.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:16 smithi029 bash[14177]: cluster 2024-02-11T17:37:15.043244+0000 mgr.smithi029.rubqla (mgr.14180) 1689 : cluster [DBG] pgmap v1146: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:16.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:16 smithi073 bash[18997]: cluster 2024-02-11T17:37:15.043244+0000 mgr.smithi029.rubqla (mgr.14180) 1689 : cluster [DBG] pgmap v1146: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:17.040 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:37:17.040 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:35:24.042168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bzqxcs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:36:28.551344Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.beqshe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe\nDeploy daemon haproxy.nfs.foo.smithi073.beqshe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:36:33.008917Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.xdlrrm on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm\nDeploy daemon haproxy.nfs.foo.smithi029.xdlrrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:36:33.014500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dpdbkm on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:36:33.017539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wcdtka on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:37:18.089 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:37:18.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:18 smithi029 bash[14177]: audit 2024-02-11T17:37:17.025921+0000 mgr.smithi029.rubqla (mgr.14180) 1690 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:37:18.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:18 smithi029 bash[14177]: cluster 2024-02-11T17:37:17.044429+0000 mgr.smithi029.rubqla (mgr.14180) 1691 : cluster [DBG] pgmap v1147: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:18.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:18 smithi073 bash[18997]: audit 2024-02-11T17:37:17.025921+0000 mgr.smithi029.rubqla (mgr.14180) 1690 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:37:18.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:18 smithi073 bash[18997]: cluster 2024-02-11T17:37:17.044429+0000 mgr.smithi029.rubqla (mgr.14180) 1691 : cluster [DBG] pgmap v1147: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:19.090 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:37:20.457 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:20 smithi029 bash[14177]: cluster 2024-02-11T17:37:19.045680+0000 mgr.smithi029.rubqla (mgr.14180) 1692 : cluster [DBG] pgmap v1148: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:20.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:20 smithi073 bash[18997]: cluster 2024-02-11T17:37:19.045680+0000 mgr.smithi029.rubqla (mgr.14180) 1692 : cluster [DBG] pgmap v1148: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:22.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:22 smithi073 bash[18997]: cluster 2024-02-11T17:37:21.046417+0000 mgr.smithi029.rubqla (mgr.14180) 1693 : cluster [DBG] pgmap v1149: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:22.643 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:22 smithi029 bash[14177]: cluster 2024-02-11T17:37:21.046417+0000 mgr.smithi029.rubqla (mgr.14180) 1693 : cluster [DBG] pgmap v1149: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:23.066 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:37:23.066 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:35:24.042168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bzqxcs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:36:28.551344Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.beqshe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe\nDeploy daemon haproxy.nfs.foo.smithi073.beqshe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:36:33.008917Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.xdlrrm on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm\nDeploy daemon haproxy.nfs.foo.smithi029.xdlrrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:36:33.014500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dpdbkm on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:36:33.017539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wcdtka on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:37:24.141 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:37:24.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:24 smithi029 bash[14177]: cluster 2024-02-11T17:37:23.047513+0000 mgr.smithi029.rubqla (mgr.14180) 1694 : cluster [DBG] pgmap v1150: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:37:24.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:24 smithi029 bash[14177]: audit 2024-02-11T17:37:23.051807+0000 mgr.smithi029.rubqla (mgr.14180) 1695 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:37:24.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:24 smithi073 bash[18997]: cluster 2024-02-11T17:37:23.047513+0000 mgr.smithi029.rubqla (mgr.14180) 1694 : cluster [DBG] pgmap v1150: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:37:24.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:24 smithi073 bash[18997]: audit 2024-02-11T17:37:23.051807+0000 mgr.smithi029.rubqla (mgr.14180) 1695 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:37:25.141 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:37:26.550 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:26 smithi029 bash[14177]: cluster 2024-02-11T17:37:25.048613+0000 mgr.smithi029.rubqla (mgr.14180) 1696 : cluster [DBG] pgmap v1151: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:26.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:26 smithi073 bash[18997]: cluster 2024-02-11T17:37:25.048613+0000 mgr.smithi029.rubqla (mgr.14180) 1696 : cluster [DBG] pgmap v1151: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:28.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:28 smithi073 bash[18997]: cluster 2024-02-11T17:37:27.049851+0000 mgr.smithi029.rubqla (mgr.14180) 1697 : cluster [DBG] pgmap v1152: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:28.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:28 smithi029 bash[14177]: cluster 2024-02-11T17:37:27.049851+0000 mgr.smithi029.rubqla (mgr.14180) 1697 : cluster [DBG] pgmap v1152: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:29.271 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:37:29.271 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:35:24.042168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bzqxcs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:36:28.551344Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.beqshe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe\nDeploy daemon haproxy.nfs.foo.smithi073.beqshe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:36:33.008917Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.xdlrrm on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm\nDeploy daemon haproxy.nfs.foo.smithi029.xdlrrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:36:33.014500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dpdbkm on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:36:33.017539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wcdtka on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:37:30.358 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:37:30.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:30 smithi073 bash[18997]: cluster 2024-02-11T17:37:29.050774+0000 mgr.smithi029.rubqla (mgr.14180) 1698 : cluster [DBG] pgmap v1153: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:30.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:30 smithi073 bash[18997]: audit 2024-02-11T17:37:29.258368+0000 mgr.smithi029.rubqla (mgr.14180) 1699 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:37:30.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:30 smithi029 bash[14177]: cluster 2024-02-11T17:37:29.050774+0000 mgr.smithi029.rubqla (mgr.14180) 1698 : cluster [DBG] pgmap v1153: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:30.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:30 smithi029 bash[14177]: audit 2024-02-11T17:37:29.258368+0000 mgr.smithi029.rubqla (mgr.14180) 1699 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:37:31.359 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:37:32.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:32 smithi073 bash[18997]: cluster 2024-02-11T17:37:31.052008+0000 mgr.smithi029.rubqla (mgr.14180) 1700 : cluster [DBG] pgmap v1154: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:32.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:32 smithi029 bash[14177]: cluster 2024-02-11T17:37:31.052008+0000 mgr.smithi029.rubqla (mgr.14180) 1700 : cluster [DBG] pgmap v1154: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:33.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:33 smithi073 bash[18997]: audit 2024-02-11T17:37:33.023835+0000 mon.smithi029 (mon.0) 1105 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:37:33.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:33 smithi029 bash[14177]: audit 2024-02-11T17:37:33.023835+0000 mon.smithi029 (mon.0) 1105 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:37:34.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:34 smithi073 bash[18997]: cluster 2024-02-11T17:37:33.053215+0000 mgr.smithi029.rubqla (mgr.14180) 1701 : cluster [DBG] pgmap v1155: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:37:34.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:34 smithi073 bash[18997]: audit 2024-02-11T17:37:33.325411+0000 mon.smithi029 (mon.0) 1106 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:37:34.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:34 smithi073 bash[18997]: audit 2024-02-11T17:37:33.326986+0000 mon.smithi029 (mon.0) 1107 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:37:34.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:34 smithi073 bash[18997]: audit 2024-02-11T17:37:33.334291+0000 mon.smithi029 (mon.0) 1108 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:37:34.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:34 smithi073 bash[18997]: cluster 2024-02-11T17:37:33.335302+0000 mgr.smithi029.rubqla (mgr.14180) 1702 : cluster [DBG] pgmap v1156: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:37:34.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:34 smithi073 bash[18997]: audit 2024-02-11T17:37:33.341917+0000 mon.smithi029 (mon.0) 1109 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:37:34.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:34 smithi073 bash[18997]: audit 2024-02-11T17:37:33.354389+0000 mon.smithi029 (mon.0) 1110 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:37:34.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:34 smithi073 bash[18997]: cephadm 2024-02-11T17:37:33.358051+0000 mgr.smithi029.rubqla (mgr.14180) 1703 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.dcmtvg on smithi073 2024-02-11T17:37:34.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:34 smithi029 bash[14177]: cluster 2024-02-11T17:37:33.053215+0000 mgr.smithi029.rubqla (mgr.14180) 1701 : cluster [DBG] pgmap v1155: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:37:34.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:34 smithi029 bash[14177]: audit 2024-02-11T17:37:33.325411+0000 mon.smithi029 (mon.0) 1106 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:37:34.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:34 smithi029 bash[14177]: audit 2024-02-11T17:37:33.326986+0000 mon.smithi029 (mon.0) 1107 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:37:34.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:34 smithi029 bash[14177]: audit 2024-02-11T17:37:33.334291+0000 mon.smithi029 (mon.0) 1108 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:37:34.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:34 smithi029 bash[14177]: cluster 2024-02-11T17:37:33.335302+0000 mgr.smithi029.rubqla (mgr.14180) 1702 : cluster [DBG] pgmap v1156: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:37:34.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:34 smithi029 bash[14177]: audit 2024-02-11T17:37:33.341917+0000 mon.smithi029 (mon.0) 1109 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:37:34.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:34 smithi029 bash[14177]: audit 2024-02-11T17:37:33.354389+0000 mon.smithi029 (mon.0) 1110 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:37:34.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:34 smithi029 bash[14177]: cephadm 2024-02-11T17:37:33.358051+0000 mgr.smithi029.rubqla (mgr.14180) 1703 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.dcmtvg on smithi073 2024-02-11T17:37:35.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:35 smithi073 bash[18997]: cluster 2024-02-11T17:37:34.331738+0000 mon.smithi029 (mon.0) 1111 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:37:35.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:35 smithi073 bash[18997]: cluster 2024-02-11T17:37:34.331783+0000 mon.smithi029 (mon.0) 1112 : cluster [INF] Cluster is now healthy 2024-02-11T17:37:35.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:35 smithi029 bash[14177]: cluster 2024-02-11T17:37:34.331738+0000 mon.smithi029 (mon.0) 1111 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:37:35.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:35 smithi029 bash[14177]: cluster 2024-02-11T17:37:34.331783+0000 mon.smithi029 (mon.0) 1112 : cluster [INF] Cluster is now healthy 2024-02-11T17:37:35.828 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:37:35.828 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:35:24.042168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.bzqxcs on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:36:28.551344Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.beqshe on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-beqshe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.beqshe\nDeploy daemon haproxy.nfs.foo.smithi073.beqshe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:36:33.008917Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.xdlrrm on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-xdlrrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.xdlrrm\nDeploy daemon haproxy.nfs.foo.smithi029.xdlrrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:36:33.014500Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.dpdbkm on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:36:33.017539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wcdtka on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:37:36.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:36 smithi029 bash[14177]: cluster 2024-02-11T17:37:35.336222+0000 mgr.smithi029.rubqla (mgr.14180) 1704 : cluster [DBG] pgmap v1157: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:37:36.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:36 smithi073 bash[18997]: cluster 2024-02-11T17:37:35.336222+0000 mgr.smithi029.rubqla (mgr.14180) 1704 : cluster [DBG] pgmap v1157: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:37:36.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:37:37.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:37 smithi073 bash[18997]: audit 2024-02-11T17:37:35.813603+0000 mgr.smithi029.rubqla (mgr.14180) 1705 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:37:37.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:37 smithi073 bash[18997]: audit 2024-02-11T17:37:37.176877+0000 mon.smithi029 (mon.0) 1113 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.dcmtvg"}]: dispatch 2024-02-11T17:37:37.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:37 smithi029 bash[14177]: audit 2024-02-11T17:37:35.813603+0000 mgr.smithi029.rubqla (mgr.14180) 1705 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:37:37.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:37 smithi029 bash[14177]: audit 2024-02-11T17:37:37.176877+0000 mon.smithi029 (mon.0) 1113 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.dcmtvg"}]: dispatch 2024-02-11T17:37:37.981 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:37:38.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: cephadm 2024-02-11T17:37:37.175521+0000 mgr.smithi029.rubqla (mgr.14180) 1706 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg 2024-02-11T17:37:38.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:37:38.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg 2024-02-11T17:37:38.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg 2024-02-11T17:37:38.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:37:38.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg 2024-02-11T17:37:38.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.dcmtvg ... 2024-02-11T17:37:38.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:37:38.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:37:38.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:37:38.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:37:38.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:37:38.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:37:38.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:37:38.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:37:38.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:37:38.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:37:38.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg 2024-02-11T17:37:38.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:37:38.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg 2024-02-11T17:37:38.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg 2024-02-11T17:37:38.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:37:38.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg 2024-02-11T17:37:38.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.dcmtvg ... 2024-02-11T17:37:38.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:37:38.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:37:38.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:37:38.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:37:38.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:37:38.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: cephadm 2024-02-11T17:37:37.176110+0000 mgr.smithi029.rubqla (mgr.14180) 1707 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.dcmtvg 2024-02-11T17:37:38.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: cephadm 2024-02-11T17:37:37.178631+0000 mgr.smithi029.rubqla (mgr.14180) 1708 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.dcmtvg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg 2024-02-11T17:37:38.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:37:38.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg 2024-02-11T17:37:38.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg 2024-02-11T17:37:38.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:37:38.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg 2024-02-11T17:37:38.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.dcmtvg ... 2024-02-11T17:37:38.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:37:38.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:37:38.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:37:38.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:37:38.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:37:38.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: cephadm 2024-02-11T17:37:37.182855+0000 mgr.smithi029.rubqla (mgr.14180) 1709 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.ormcol on smithi029 2024-02-11T17:37:38.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:38 smithi029 bash[14177]: cluster 2024-02-11T17:37:37.337232+0000 mgr.smithi029.rubqla (mgr.14180) 1710 : cluster [DBG] pgmap v1158: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:37:38.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: cephadm 2024-02-11T17:37:37.175521+0000 mgr.smithi029.rubqla (mgr.14180) 1706 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg 2024-02-11T17:37:38.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:37:38.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg 2024-02-11T17:37:38.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg 2024-02-11T17:37:38.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:37:38.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg 2024-02-11T17:37:38.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.dcmtvg ... 2024-02-11T17:37:38.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:37:38.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:37:38.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:37:38.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:37:38.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:37:38.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:37:38.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:37:38.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:37:38.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:37:38.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:37:38.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg 2024-02-11T17:37:38.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:37:38.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg 2024-02-11T17:37:38.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg 2024-02-11T17:37:38.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:37:38.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg 2024-02-11T17:37:38.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.dcmtvg ... 2024-02-11T17:37:38.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:37:38.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:37:38.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:37:38.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:37:38.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:37:38.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: cephadm 2024-02-11T17:37:37.176110+0000 mgr.smithi029.rubqla (mgr.14180) 1707 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.dcmtvg 2024-02-11T17:37:38.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: cephadm 2024-02-11T17:37:37.178631+0000 mgr.smithi029.rubqla (mgr.14180) 1708 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.dcmtvg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg 2024-02-11T17:37:38.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:37:38.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg 2024-02-11T17:37:38.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg 2024-02-11T17:37:38.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:37:38.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg 2024-02-11T17:37:38.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.dcmtvg ... 2024-02-11T17:37:38.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:37:38.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:37:38.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:37:38.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:37:38.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:37:38.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: cephadm 2024-02-11T17:37:37.182855+0000 mgr.smithi029.rubqla (mgr.14180) 1709 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.ormcol on smithi029 2024-02-11T17:37:38.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:38 smithi073 bash[18997]: cluster 2024-02-11T17:37:37.337232+0000 mgr.smithi029.rubqla (mgr.14180) 1710 : cluster [DBG] pgmap v1158: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:37:40.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:40 smithi029 bash[14177]: cluster 2024-02-11T17:37:39.338123+0000 mgr.smithi029.rubqla (mgr.14180) 1711 : cluster [DBG] pgmap v1159: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:37:40.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:40 smithi073 bash[18997]: cluster 2024-02-11T17:37:39.338123+0000 mgr.smithi029.rubqla (mgr.14180) 1711 : cluster [DBG] pgmap v1159: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:37:41.562 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:41 smithi029 bash[14177]: cluster 2024-02-11T17:37:41.338973+0000 mgr.smithi029.rubqla (mgr.14180) 1712 : cluster [DBG] pgmap v1160: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:37:41.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:41 smithi073 bash[18997]: cluster 2024-02-11T17:37:41.338973+0000 mgr.smithi029.rubqla (mgr.14180) 1712 : cluster [DBG] pgmap v1160: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:37:42.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: cephadm 2024-02-11T17:37:41.594244+0000 mgr.smithi029.rubqla (mgr.14180) 1713 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol 2024-02-11T17:37:42.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:37:42.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol 2024-02-11T17:37:42.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol 2024-02-11T17:37:42.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:37:42.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol 2024-02-11T17:37:42.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.ormcol ... 2024-02-11T17:37:42.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:37:42.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:37:42.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:37:42.732 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:37:42.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:37:42.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:37:42.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:37:42.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:37:42.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:37:42.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:37:42.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol 2024-02-11T17:37:42.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:37:42.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol 2024-02-11T17:37:42.733 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol 2024-02-11T17:37:42.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:37:42.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol 2024-02-11T17:37:42.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.ormcol ... 2024-02-11T17:37:42.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:37:42.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:37:42.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:37:42.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:37:42.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:37:42.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: cephadm 2024-02-11T17:37:41.594512+0000 mgr.smithi029.rubqla (mgr.14180) 1714 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.ormcol 2024-02-11T17:37:42.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: audit 2024-02-11T17:37:41.594966+0000 mon.smithi029 (mon.0) 1114 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.ormcol"}]: dispatch 2024-02-11T17:37:42.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: cephadm 2024-02-11T17:37:41.595858+0000 mgr.smithi029.rubqla (mgr.14180) 1715 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.ormcol on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol 2024-02-11T17:37:42.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:37:42.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol 2024-02-11T17:37:42.734 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol 2024-02-11T17:37:42.735 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:37:42.735 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol 2024-02-11T17:37:42.735 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.ormcol ... 2024-02-11T17:37:42.735 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:37:42.735 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:37:42.735 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:37:42.735 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:37:42.735 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:37:42.735 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: cephadm 2024-02-11T17:37:41.597746+0000 mgr.smithi029.rubqla (mgr.14180) 1716 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.wkitcs on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:37:42.735 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: cephadm 2024-02-11T17:37:41.599293+0000 mgr.smithi029.rubqla (mgr.14180) 1717 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.fiivtw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:37:42.735 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:42 smithi073 bash[18997]: cluster 2024-02-11T17:37:41.600085+0000 mgr.smithi029.rubqla (mgr.14180) 1718 : cluster [DBG] pgmap v1161: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:37:42.895 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:37:42.896 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:36:33.017539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wcdtka on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:37:37.178404Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dcmtvg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg\nDeploy daemon haproxy.nfs.foo.smithi073.dcmtvg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:37:41.595734Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.ormcol on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol\nDeploy daemon haproxy.nfs.foo.smithi029.ormcol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:37:41.597638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wkitcs on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:37:41.599199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fiivtw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:37:42.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: cephadm 2024-02-11T17:37:41.594244+0000 mgr.smithi029.rubqla (mgr.14180) 1713 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol 2024-02-11T17:37:42.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:37:42.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol 2024-02-11T17:37:42.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol 2024-02-11T17:37:42.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:37:42.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol 2024-02-11T17:37:42.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.ormcol ... 2024-02-11T17:37:42.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:37:42.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:37:42.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:37:42.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:37:42.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:37:42.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:37:42.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:37:42.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:37:42.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:37:42.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:37:42.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol 2024-02-11T17:37:42.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:37:42.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol 2024-02-11T17:37:42.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol 2024-02-11T17:37:42.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:37:42.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol 2024-02-11T17:37:42.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.ormcol ... 2024-02-11T17:37:42.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:37:42.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:37:42.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:37:42.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:37:42.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:37:42.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: cephadm 2024-02-11T17:37:41.594512+0000 mgr.smithi029.rubqla (mgr.14180) 1714 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.ormcol 2024-02-11T17:37:42.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: audit 2024-02-11T17:37:41.594966+0000 mon.smithi029 (mon.0) 1114 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.ormcol"}]: dispatch 2024-02-11T17:37:42.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: cephadm 2024-02-11T17:37:41.595858+0000 mgr.smithi029.rubqla (mgr.14180) 1715 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.ormcol on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol 2024-02-11T17:37:42.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:37:42.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol 2024-02-11T17:37:42.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol 2024-02-11T17:37:42.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:37:42.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol 2024-02-11T17:37:42.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.ormcol ... 2024-02-11T17:37:42.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:37:42.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:37:42.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:37:42.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:37:42.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:37:42.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: cephadm 2024-02-11T17:37:41.597746+0000 mgr.smithi029.rubqla (mgr.14180) 1716 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.wkitcs on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:37:42.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: cephadm 2024-02-11T17:37:41.599293+0000 mgr.smithi029.rubqla (mgr.14180) 1717 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.fiivtw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:37:42.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:42 smithi029 bash[14177]: cluster 2024-02-11T17:37:41.600085+0000 mgr.smithi029.rubqla (mgr.14180) 1718 : cluster [DBG] pgmap v1161: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-11T17:37:43.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:43 smithi073 bash[18997]: cluster 2024-02-11T17:37:42.448391+0000 mon.smithi029 (mon.0) 1115 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:37:43.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:43 smithi073 bash[18997]: audit 2024-02-11T17:37:42.882306+0000 mgr.smithi029.rubqla (mgr.14180) 1719 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:37:43.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:43 smithi029 bash[14177]: cluster 2024-02-11T17:37:42.448391+0000 mon.smithi029 (mon.0) 1115 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:37:43.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:43 smithi029 bash[14177]: audit 2024-02-11T17:37:42.882306+0000 mgr.smithi029.rubqla (mgr.14180) 1719 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:37:43.994 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:37:44.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:44 smithi073 bash[18997]: audit 2024-02-11T17:37:43.566555+0000 mon.smithi029 (mon.0) 1116 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:37:44.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:44 smithi073 bash[18997]: cluster 2024-02-11T17:37:43.601248+0000 mgr.smithi029.rubqla (mgr.14180) 1720 : cluster [DBG] pgmap v1162: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:37:44.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:44 smithi029 bash[14177]: audit 2024-02-11T17:37:43.566555+0000 mon.smithi029 (mon.0) 1116 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:37:44.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:44 smithi029 bash[14177]: cluster 2024-02-11T17:37:43.601248+0000 mgr.smithi029.rubqla (mgr.14180) 1720 : cluster [DBG] pgmap v1162: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:37:44.995 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:37:46.805 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:46 smithi029 bash[14177]: cluster 2024-02-11T17:37:45.602274+0000 mgr.smithi029.rubqla (mgr.14180) 1721 : cluster [DBG] pgmap v1163: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:37:47.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:46 smithi073 bash[18997]: cluster 2024-02-11T17:37:45.602274+0000 mgr.smithi029.rubqla (mgr.14180) 1721 : cluster [DBG] pgmap v1163: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:37:48.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:48 smithi029 bash[14177]: cluster 2024-02-11T17:37:47.603522+0000 mgr.smithi029.rubqla (mgr.14180) 1722 : cluster [DBG] pgmap v1164: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:37:49.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:48 smithi073 bash[18997]: cluster 2024-02-11T17:37:47.603522+0000 mgr.smithi029.rubqla (mgr.14180) 1722 : cluster [DBG] pgmap v1164: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:37:49.194 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:37:49.194 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:36:33.017539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wcdtka on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:37:37.178404Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dcmtvg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg\nDeploy daemon haproxy.nfs.foo.smithi073.dcmtvg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:37:41.595734Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.ormcol on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol\nDeploy daemon haproxy.nfs.foo.smithi029.ormcol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:37:41.597638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wkitcs on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:37:41.599199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fiivtw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:37:49.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:49 smithi029 bash[14177]: audit 2024-02-11T17:37:49.186216+0000 mgr.smithi029.rubqla (mgr.14180) 1723 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:37:50.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:49 smithi073 bash[18997]: audit 2024-02-11T17:37:49.186216+0000 mgr.smithi029.rubqla (mgr.14180) 1723 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:37:50.301 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:37:51.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:50 smithi073 bash[18997]: cluster 2024-02-11T17:37:49.604780+0000 mgr.smithi029.rubqla (mgr.14180) 1724 : cluster [DBG] pgmap v1165: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:37:51.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:50 smithi029 bash[14177]: cluster 2024-02-11T17:37:49.604780+0000 mgr.smithi029.rubqla (mgr.14180) 1724 : cluster [DBG] pgmap v1165: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:37:51.302 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:37:52.958 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:52 smithi029 bash[14177]: cluster 2024-02-11T17:37:51.606016+0000 mgr.smithi029.rubqla (mgr.14180) 1725 : cluster [DBG] pgmap v1166: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:37:53.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:52 smithi073 bash[18997]: cluster 2024-02-11T17:37:51.606016+0000 mgr.smithi029.rubqla (mgr.14180) 1725 : cluster [DBG] pgmap v1166: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:37:55.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:54 smithi073 bash[18997]: cluster 2024-02-11T17:37:53.607238+0000 mgr.smithi029.rubqla (mgr.14180) 1726 : cluster [DBG] pgmap v1167: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:37:55.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:54 smithi029 bash[14177]: cluster 2024-02-11T17:37:53.607238+0000 mgr.smithi029.rubqla (mgr.14180) 1726 : cluster [DBG] pgmap v1167: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:37:55.560 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:37:55.561 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:36:33.017539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wcdtka on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:37:37.178404Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dcmtvg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg\nDeploy daemon haproxy.nfs.foo.smithi073.dcmtvg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:37:41.595734Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.ormcol on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol\nDeploy daemon haproxy.nfs.foo.smithi029.ormcol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:37:41.597638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wkitcs on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:37:41.599199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fiivtw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:37:56.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:37:56.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:56 smithi029 bash[14177]: audit 2024-02-11T17:37:55.546887+0000 mgr.smithi029.rubqla (mgr.14180) 1727 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:37:56.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:56 smithi029 bash[14177]: cluster 2024-02-11T17:37:55.608821+0000 mgr.smithi029.rubqla (mgr.14180) 1728 : cluster [DBG] pgmap v1168: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:57.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:56 smithi073 bash[18997]: audit 2024-02-11T17:37:55.546887+0000 mgr.smithi029.rubqla (mgr.14180) 1727 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:37:57.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:56 smithi073 bash[18997]: cluster 2024-02-11T17:37:55.608821+0000 mgr.smithi029.rubqla (mgr.14180) 1728 : cluster [DBG] pgmap v1168: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:57.607 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:37:59.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:37:58 smithi073 bash[18997]: cluster 2024-02-11T17:37:57.610077+0000 mgr.smithi029.rubqla (mgr.14180) 1729 : cluster [DBG] pgmap v1169: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:37:59.118 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:37:58 smithi029 bash[14177]: cluster 2024-02-11T17:37:57.610077+0000 mgr.smithi029.rubqla (mgr.14180) 1729 : cluster [DBG] pgmap v1169: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:01.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:00 smithi073 bash[18997]: cluster 2024-02-11T17:37:59.611027+0000 mgr.smithi029.rubqla (mgr.14180) 1730 : cluster [DBG] pgmap v1170: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:01.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:00 smithi029 bash[14177]: cluster 2024-02-11T17:37:59.611027+0000 mgr.smithi029.rubqla (mgr.14180) 1730 : cluster [DBG] pgmap v1170: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:02.136 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:38:02.136 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:36:33.017539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wcdtka on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:37:37.178404Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dcmtvg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg\nDeploy daemon haproxy.nfs.foo.smithi073.dcmtvg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:37:41.595734Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.ormcol on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol\nDeploy daemon haproxy.nfs.foo.smithi029.ormcol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:37:41.597638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wkitcs on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:37:41.599199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fiivtw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:38:02.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:02 smithi029 bash[14177]: cluster 2024-02-11T17:38:01.612268+0000 mgr.smithi029.rubqla (mgr.14180) 1731 : cluster [DBG] pgmap v1171: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:02.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:02 smithi029 bash[14177]: audit 2024-02-11T17:38:02.116188+0000 mgr.smithi029.rubqla (mgr.14180) 1732 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:38:03.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:02 smithi073 bash[18997]: cluster 2024-02-11T17:38:01.612268+0000 mgr.smithi029.rubqla (mgr.14180) 1731 : cluster [DBG] pgmap v1171: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:03.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:02 smithi073 bash[18997]: audit 2024-02-11T17:38:02.116188+0000 mgr.smithi029.rubqla (mgr.14180) 1732 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:38:03.263 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:38:04.265 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:38:05.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:04 smithi073 bash[18997]: cluster 2024-02-11T17:38:03.613470+0000 mgr.smithi029.rubqla (mgr.14180) 1733 : cluster [DBG] pgmap v1172: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:38:05.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:04 smithi029 bash[14177]: cluster 2024-02-11T17:38:03.613470+0000 mgr.smithi029.rubqla (mgr.14180) 1733 : cluster [DBG] pgmap v1172: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:38:07.045 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:06 smithi029 bash[14177]: cluster 2024-02-11T17:38:05.614597+0000 mgr.smithi029.rubqla (mgr.14180) 1734 : cluster [DBG] pgmap v1173: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:07.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:06 smithi073 bash[18997]: cluster 2024-02-11T17:38:05.614597+0000 mgr.smithi029.rubqla (mgr.14180) 1734 : cluster [DBG] pgmap v1173: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:08.715 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:38:08.715 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:36:33.017539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wcdtka on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:37:37.178404Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dcmtvg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg\nDeploy daemon haproxy.nfs.foo.smithi073.dcmtvg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:37:41.595734Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.ormcol on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol\nDeploy daemon haproxy.nfs.foo.smithi029.ormcol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:37:41.597638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wkitcs on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:37:41.599199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fiivtw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:38:09.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:08 smithi029 bash[14177]: cluster 2024-02-11T17:38:07.615950+0000 mgr.smithi029.rubqla (mgr.14180) 1735 : cluster [DBG] pgmap v1174: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:09.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:08 smithi073 bash[18997]: cluster 2024-02-11T17:38:07.615950+0000 mgr.smithi029.rubqla (mgr.14180) 1735 : cluster [DBG] pgmap v1174: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:09.861 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:38:10.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:09 smithi073 bash[18997]: audit 2024-02-11T17:38:08.702764+0000 mgr.smithi029.rubqla (mgr.14180) 1736 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:38:10.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:09 smithi029 bash[14177]: audit 2024-02-11T17:38:08.702764+0000 mgr.smithi029.rubqla (mgr.14180) 1736 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:38:10.862 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:38:11.065 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:10 smithi029 bash[14177]: cluster 2024-02-11T17:38:09.616779+0000 mgr.smithi029.rubqla (mgr.14180) 1737 : cluster [DBG] pgmap v1175: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:11.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:10 smithi073 bash[18997]: cluster 2024-02-11T17:38:09.616779+0000 mgr.smithi029.rubqla (mgr.14180) 1737 : cluster [DBG] pgmap v1175: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:13.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:12 smithi073 bash[18997]: cluster 2024-02-11T17:38:11.617711+0000 mgr.smithi029.rubqla (mgr.14180) 1738 : cluster [DBG] pgmap v1176: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:13.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:12 smithi029 bash[14177]: cluster 2024-02-11T17:38:11.617711+0000 mgr.smithi029.rubqla (mgr.14180) 1738 : cluster [DBG] pgmap v1176: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:15.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:14 smithi073 bash[18997]: cluster 2024-02-11T17:38:13.618964+0000 mgr.smithi029.rubqla (mgr.14180) 1739 : cluster [DBG] pgmap v1177: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:38:15.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:14 smithi029 bash[14177]: cluster 2024-02-11T17:38:13.618964+0000 mgr.smithi029.rubqla (mgr.14180) 1739 : cluster [DBG] pgmap v1177: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:38:15.237 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:38:15.237 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:36:33.017539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wcdtka on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:37:37.178404Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dcmtvg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg\nDeploy daemon haproxy.nfs.foo.smithi073.dcmtvg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:37:41.595734Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.ormcol on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol\nDeploy daemon haproxy.nfs.foo.smithi029.ormcol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:37:41.597638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wkitcs on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:37:41.599199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fiivtw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:38:15.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:15 smithi029 bash[14177]: audit 2024-02-11T17:38:15.222498+0000 mgr.smithi029.rubqla (mgr.14180) 1740 : audit [DBG] from='client.25407 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:38:16.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:15 smithi073 bash[18997]: audit 2024-02-11T17:38:15.222498+0000 mgr.smithi029.rubqla (mgr.14180) 1740 : audit [DBG] from='client.25407 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:38:16.303 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:38:17.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:16 smithi073 bash[18997]: cluster 2024-02-11T17:38:15.620110+0000 mgr.smithi029.rubqla (mgr.14180) 1741 : cluster [DBG] pgmap v1178: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:17.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:16 smithi029 bash[14177]: cluster 2024-02-11T17:38:15.620110+0000 mgr.smithi029.rubqla (mgr.14180) 1741 : cluster [DBG] pgmap v1178: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:17.305 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:38:19.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:18 smithi073 bash[18997]: cluster 2024-02-11T17:38:17.621047+0000 mgr.smithi029.rubqla (mgr.14180) 1742 : cluster [DBG] pgmap v1179: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:19.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:18 smithi029 bash[14177]: cluster 2024-02-11T17:38:17.621047+0000 mgr.smithi029.rubqla (mgr.14180) 1742 : cluster [DBG] pgmap v1179: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:21.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:20 smithi073 bash[18997]: cluster 2024-02-11T17:38:19.621870+0000 mgr.smithi029.rubqla (mgr.14180) 1743 : cluster [DBG] pgmap v1180: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:21.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:20 smithi029 bash[14177]: cluster 2024-02-11T17:38:19.621870+0000 mgr.smithi029.rubqla (mgr.14180) 1743 : cluster [DBG] pgmap v1180: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:21.704 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:38:21.705 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:36:33.017539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wcdtka on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:37:37.178404Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dcmtvg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg\nDeploy daemon haproxy.nfs.foo.smithi073.dcmtvg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:37:41.595734Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.ormcol on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol\nDeploy daemon haproxy.nfs.foo.smithi029.ormcol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:37:41.597638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wkitcs on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:37:41.599199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fiivtw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:38:22.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:38:23.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:22 smithi073 bash[18997]: cluster 2024-02-11T17:38:21.623027+0000 mgr.smithi029.rubqla (mgr.14180) 1744 : cluster [DBG] pgmap v1181: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:23.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:22 smithi073 bash[18997]: audit 2024-02-11T17:38:21.689831+0000 mgr.smithi029.rubqla (mgr.14180) 1745 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:38:23.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:22 smithi029 bash[14177]: cluster 2024-02-11T17:38:21.623027+0000 mgr.smithi029.rubqla (mgr.14180) 1744 : cluster [DBG] pgmap v1181: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:23.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:22 smithi029 bash[14177]: audit 2024-02-11T17:38:21.689831+0000 mgr.smithi029.rubqla (mgr.14180) 1745 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:38:23.807 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:38:25.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:24 smithi073 bash[18997]: cluster 2024-02-11T17:38:23.624243+0000 mgr.smithi029.rubqla (mgr.14180) 1746 : cluster [DBG] pgmap v1182: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:38:25.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:24 smithi029 bash[14177]: cluster 2024-02-11T17:38:23.624243+0000 mgr.smithi029.rubqla (mgr.14180) 1746 : cluster [DBG] pgmap v1182: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:38:26.969 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:26 smithi029 bash[14177]: cluster 2024-02-11T17:38:25.625459+0000 mgr.smithi029.rubqla (mgr.14180) 1747 : cluster [DBG] pgmap v1183: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:27.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:26 smithi073 bash[18997]: cluster 2024-02-11T17:38:25.625459+0000 mgr.smithi029.rubqla (mgr.14180) 1747 : cluster [DBG] pgmap v1183: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:28.247 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:38:28.247 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:36:33.017539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wcdtka on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:37:37.178404Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dcmtvg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg\nDeploy daemon haproxy.nfs.foo.smithi073.dcmtvg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:37:41.595734Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.ormcol on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol\nDeploy daemon haproxy.nfs.foo.smithi029.ormcol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:37:41.597638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wkitcs on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:37:41.599199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fiivtw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:38:28.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:28 smithi029 bash[14177]: cluster 2024-02-11T17:38:27.626883+0000 mgr.smithi029.rubqla (mgr.14180) 1748 : cluster [DBG] pgmap v1184: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:28.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:28 smithi029 bash[14177]: audit 2024-02-11T17:38:28.237821+0000 mgr.smithi029.rubqla (mgr.14180) 1749 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:38:29.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:28 smithi073 bash[18997]: cluster 2024-02-11T17:38:27.626883+0000 mgr.smithi029.rubqla (mgr.14180) 1748 : cluster [DBG] pgmap v1184: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:29.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:28 smithi073 bash[18997]: audit 2024-02-11T17:38:28.237821+0000 mgr.smithi029.rubqla (mgr.14180) 1749 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:38:29.389 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:38:30.390 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:38:31.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:30 smithi073 bash[18997]: cluster 2024-02-11T17:38:29.627979+0000 mgr.smithi029.rubqla (mgr.14180) 1750 : cluster [DBG] pgmap v1185: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:31.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:30 smithi029 bash[14177]: cluster 2024-02-11T17:38:29.627979+0000 mgr.smithi029.rubqla (mgr.14180) 1750 : cluster [DBG] pgmap v1185: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:33.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:32 smithi073 bash[18997]: cluster 2024-02-11T17:38:31.629196+0000 mgr.smithi029.rubqla (mgr.14180) 1751 : cluster [DBG] pgmap v1186: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:33.112 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:32 smithi029 bash[14177]: cluster 2024-02-11T17:38:31.629196+0000 mgr.smithi029.rubqla (mgr.14180) 1751 : cluster [DBG] pgmap v1186: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:34.780 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:38:34.781 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:36:33.017539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wcdtka on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:37:37.178404Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dcmtvg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg\nDeploy daemon haproxy.nfs.foo.smithi073.dcmtvg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:37:41.595734Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.ormcol on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol\nDeploy daemon haproxy.nfs.foo.smithi029.ormcol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:37:41.597638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wkitcs on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:37:41.599199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fiivtw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:38:35.074 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:34 smithi029 bash[14177]: cluster 2024-02-11T17:38:33.630134+0000 mgr.smithi029.rubqla (mgr.14180) 1752 : cluster [DBG] pgmap v1187: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:38:35.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:34 smithi073 bash[18997]: cluster 2024-02-11T17:38:33.630134+0000 mgr.smithi029.rubqla (mgr.14180) 1752 : cluster [DBG] pgmap v1187: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:38:35.881 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:38:36.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:35 smithi073 bash[18997]: audit 2024-02-11T17:38:34.771980+0000 mgr.smithi029.rubqla (mgr.14180) 1753 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:38:36.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:35 smithi029 bash[14177]: audit 2024-02-11T17:38:34.771980+0000 mgr.smithi029.rubqla (mgr.14180) 1753 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:38:36.882 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:38:37.086 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:36 smithi029 bash[14177]: cluster 2024-02-11T17:38:35.630748+0000 mgr.smithi029.rubqla (mgr.14180) 1754 : cluster [DBG] pgmap v1188: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:37.093 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:36 smithi073 bash[18997]: cluster 2024-02-11T17:38:35.630748+0000 mgr.smithi029.rubqla (mgr.14180) 1754 : cluster [DBG] pgmap v1188: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:39.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:38 smithi073 bash[18997]: cluster 2024-02-11T17:38:37.632170+0000 mgr.smithi029.rubqla (mgr.14180) 1755 : cluster [DBG] pgmap v1189: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:39.118 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:38 smithi029 bash[14177]: cluster 2024-02-11T17:38:37.632170+0000 mgr.smithi029.rubqla (mgr.14180) 1755 : cluster [DBG] pgmap v1189: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:41.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:40 smithi029 bash[14177]: cluster 2024-02-11T17:38:39.633265+0000 mgr.smithi029.rubqla (mgr.14180) 1756 : cluster [DBG] pgmap v1190: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:41.300 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:38:41.301 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:36:33.017539Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.wcdtka on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:37:37.178404Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dcmtvg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg\nDeploy daemon haproxy.nfs.foo.smithi073.dcmtvg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:37:41.595734Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.ormcol on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol\nDeploy daemon haproxy.nfs.foo.smithi029.ormcol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:37:41.597638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wkitcs on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:37:41.599199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fiivtw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:38:41.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:40 smithi073 bash[18997]: cluster 2024-02-11T17:38:39.633265+0000 mgr.smithi029.rubqla (mgr.14180) 1756 : cluster [DBG] pgmap v1190: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:41.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:41 smithi029 bash[14177]: audit 2024-02-11T17:38:41.286915+0000 mgr.smithi029.rubqla (mgr.14180) 1757 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:38:41.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:41 smithi029 bash[14177]: audit 2024-02-11T17:38:41.603479+0000 mon.smithi029 (mon.0) 1117 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:38:42.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:41 smithi073 bash[18997]: audit 2024-02-11T17:38:41.286915+0000 mgr.smithi029.rubqla (mgr.14180) 1757 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:38:42.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:41 smithi073 bash[18997]: audit 2024-02-11T17:38:41.603479+0000 mon.smithi029 (mon.0) 1117 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:38:42.469 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:38:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:42 smithi073 bash[18997]: cluster 2024-02-11T17:38:41.634203+0000 mgr.smithi029.rubqla (mgr.14180) 1758 : cluster [DBG] pgmap v1191: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:42 smithi073 bash[18997]: audit 2024-02-11T17:38:41.909368+0000 mon.smithi029 (mon.0) 1118 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:38:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:42 smithi073 bash[18997]: audit 2024-02-11T17:38:41.910448+0000 mon.smithi029 (mon.0) 1119 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:38:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:42 smithi073 bash[18997]: audit 2024-02-11T17:38:41.916611+0000 mon.smithi029 (mon.0) 1120 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:38:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:42 smithi073 bash[18997]: cluster 2024-02-11T17:38:41.917341+0000 mgr.smithi029.rubqla (mgr.14180) 1759 : cluster [DBG] pgmap v1192: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:38:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:42 smithi073 bash[18997]: audit 2024-02-11T17:38:41.921612+0000 mon.smithi029 (mon.0) 1121 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:38:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:42 smithi073 bash[18997]: audit 2024-02-11T17:38:41.933304+0000 mon.smithi029 (mon.0) 1122 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:38:43.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:42 smithi073 bash[18997]: cephadm 2024-02-11T17:38:41.935925+0000 mgr.smithi029.rubqla (mgr.14180) 1760 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.phurdr on smithi073 2024-02-11T17:38:43.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:42 smithi029 bash[14177]: cluster 2024-02-11T17:38:41.634203+0000 mgr.smithi029.rubqla (mgr.14180) 1758 : cluster [DBG] pgmap v1191: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:38:43.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:42 smithi029 bash[14177]: audit 2024-02-11T17:38:41.909368+0000 mon.smithi029 (mon.0) 1118 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:38:43.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:42 smithi029 bash[14177]: audit 2024-02-11T17:38:41.910448+0000 mon.smithi029 (mon.0) 1119 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:38:43.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:42 smithi029 bash[14177]: audit 2024-02-11T17:38:41.916611+0000 mon.smithi029 (mon.0) 1120 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:38:43.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:42 smithi029 bash[14177]: cluster 2024-02-11T17:38:41.917341+0000 mgr.smithi029.rubqla (mgr.14180) 1759 : cluster [DBG] pgmap v1192: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:38:43.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:42 smithi029 bash[14177]: audit 2024-02-11T17:38:41.921612+0000 mon.smithi029 (mon.0) 1121 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:38:43.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:42 smithi029 bash[14177]: audit 2024-02-11T17:38:41.933304+0000 mon.smithi029 (mon.0) 1122 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:38:43.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:42 smithi029 bash[14177]: cephadm 2024-02-11T17:38:41.935925+0000 mgr.smithi029.rubqla (mgr.14180) 1760 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.phurdr on smithi073 2024-02-11T17:38:43.470 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:38:44.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:43 smithi029 bash[14177]: cluster 2024-02-11T17:38:42.914242+0000 mon.smithi029 (mon.0) 1123 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:38:44.184 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:43 smithi029 bash[14177]: cluster 2024-02-11T17:38:42.914301+0000 mon.smithi029 (mon.0) 1124 : cluster [INF] Cluster is now healthy 2024-02-11T17:38:44.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:43 smithi073 bash[18997]: cluster 2024-02-11T17:38:42.914242+0000 mon.smithi029 (mon.0) 1123 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:38:44.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:43 smithi073 bash[18997]: cluster 2024-02-11T17:38:42.914301+0000 mon.smithi029 (mon.0) 1124 : cluster [INF] Cluster is now healthy 2024-02-11T17:38:45.183 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:44 smithi029 bash[14177]: cluster 2024-02-11T17:38:43.918342+0000 mgr.smithi029.rubqla (mgr.14180) 1761 : cluster [DBG] pgmap v1193: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:38:45.344 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:44 smithi073 bash[18997]: cluster 2024-02-11T17:38:43.918342+0000 mgr.smithi029.rubqla (mgr.14180) 1761 : cluster [DBG] pgmap v1193: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:38:47.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: cluster 2024-02-11T17:38:45.919191+0000 mgr.smithi029.rubqla (mgr.14180) 1762 : cluster [DBG] pgmap v1194: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:38:47.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: cephadm 2024-02-11T17:38:46.158159+0000 mgr.smithi029.rubqla (mgr.14180) 1763 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr 2024-02-11T17:38:47.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:38:47.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr 2024-02-11T17:38:47.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr 2024-02-11T17:38:47.345 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:38:47.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr 2024-02-11T17:38:47.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.phurdr ... 2024-02-11T17:38:47.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:38:47.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:38:47.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:38:47.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:38:47.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:38:47.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:38:47.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:38:47.346 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:38:47.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:38:47.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:38:47.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr 2024-02-11T17:38:47.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:38:47.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr 2024-02-11T17:38:47.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr 2024-02-11T17:38:47.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:38:47.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr 2024-02-11T17:38:47.347 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.phurdr ... 2024-02-11T17:38:47.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:38:47.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:38:47.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:38:47.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:38:47.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:38:47.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: cephadm 2024-02-11T17:38:46.158494+0000 mgr.smithi029.rubqla (mgr.14180) 1764 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.phurdr 2024-02-11T17:38:47.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: audit 2024-02-11T17:38:46.158999+0000 mon.smithi029 (mon.0) 1125 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.phurdr"}]: dispatch 2024-02-11T17:38:47.348 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: cephadm 2024-02-11T17:38:46.160547+0000 mgr.smithi029.rubqla (mgr.14180) 1765 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.phurdr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr 2024-02-11T17:38:47.349 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:38:47.349 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr 2024-02-11T17:38:47.349 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr 2024-02-11T17:38:47.349 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:38:47.349 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr 2024-02-11T17:38:47.349 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.phurdr ... 2024-02-11T17:38:47.349 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:38:47.349 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:38:47.349 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:38:47.350 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:38:47.350 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:38:47.350 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:46 smithi073 bash[18997]: cephadm 2024-02-11T17:38:46.165606+0000 mgr.smithi029.rubqla (mgr.14180) 1766 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.oqgruq on smithi029 2024-02-11T17:38:47.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: cluster 2024-02-11T17:38:45.919191+0000 mgr.smithi029.rubqla (mgr.14180) 1762 : cluster [DBG] pgmap v1194: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:38:47.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: cephadm 2024-02-11T17:38:46.158159+0000 mgr.smithi029.rubqla (mgr.14180) 1763 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr 2024-02-11T17:38:47.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:38:47.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr 2024-02-11T17:38:47.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr 2024-02-11T17:38:47.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:38:47.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr 2024-02-11T17:38:47.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.phurdr ... 2024-02-11T17:38:47.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:38:47.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:38:47.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:38:47.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:38:47.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:38:47.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:38:47.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:38:47.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:38:47.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:38:47.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:38:47.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr 2024-02-11T17:38:47.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:38:47.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr 2024-02-11T17:38:47.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr 2024-02-11T17:38:47.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:38:47.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr 2024-02-11T17:38:47.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.phurdr ... 2024-02-11T17:38:47.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:38:47.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:38:47.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:38:47.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:38:47.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:38:47.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: cephadm 2024-02-11T17:38:46.158494+0000 mgr.smithi029.rubqla (mgr.14180) 1764 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.phurdr 2024-02-11T17:38:47.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: audit 2024-02-11T17:38:46.158999+0000 mon.smithi029 (mon.0) 1125 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.phurdr"}]: dispatch 2024-02-11T17:38:47.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: cephadm 2024-02-11T17:38:46.160547+0000 mgr.smithi029.rubqla (mgr.14180) 1765 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.phurdr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr 2024-02-11T17:38:47.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:38:47.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr 2024-02-11T17:38:47.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr 2024-02-11T17:38:47.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:38:47.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr 2024-02-11T17:38:47.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.phurdr ... 2024-02-11T17:38:47.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:38:47.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:38:47.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:38:47.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:38:47.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:38:47.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:46 smithi029 bash[14177]: cephadm 2024-02-11T17:38:46.165606+0000 mgr.smithi029.rubqla (mgr.14180) 1766 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.oqgruq on smithi029 2024-02-11T17:38:47.911 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:38:47.912 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:37:37.178404Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.dcmtvg on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-dcmtvg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.dcmtvg\nDeploy daemon haproxy.nfs.foo.smithi073.dcmtvg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:37:41.595734Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.ormcol on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-ormcol\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.ormcol\nDeploy daemon haproxy.nfs.foo.smithi029.ormcol ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:37:41.597638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wkitcs on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:37:41.599199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fiivtw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:38:46.160248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.phurdr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr\nDeploy daemon haproxy.nfs.foo.smithi073.phurdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -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.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:38:48.206 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:48 smithi029 bash[14177]: audit 2024-02-11T17:38:47.094668+0000 mon.smithi029 (mon.0) 1126 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:38:48.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:48 smithi073 bash[18997]: audit 2024-02-11T17:38:47.094668+0000 mon.smithi029 (mon.0) 1126 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:38:48.974 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:38:49.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:49 smithi029 bash[14177]: audit 2024-02-11T17:38:47.898624+0000 mgr.smithi029.rubqla (mgr.14180) 1767 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:38:49.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:49 smithi029 bash[14177]: cluster 2024-02-11T17:38:47.920086+0000 mgr.smithi029.rubqla (mgr.14180) 1768 : cluster [DBG] pgmap v1195: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:38:49.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:49 smithi073 bash[18997]: audit 2024-02-11T17:38:47.898624+0000 mgr.smithi029.rubqla (mgr.14180) 1767 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:38:49.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:49 smithi073 bash[18997]: cluster 2024-02-11T17:38:47.920086+0000 mgr.smithi029.rubqla (mgr.14180) 1768 : cluster [DBG] pgmap v1195: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:38:49.974 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:38:51.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: cluster 2024-02-11T17:38:49.920984+0000 mgr.smithi029.rubqla (mgr.14180) 1769 : cluster [DBG] pgmap v1196: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:38:51.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: cephadm 2024-02-11T17:38:50.290679+0000 mgr.smithi029.rubqla (mgr.14180) 1770 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq 2024-02-11T17:38:51.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:38:51.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq 2024-02-11T17:38:51.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq 2024-02-11T17:38:51.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:38:51.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq 2024-02-11T17:38:51.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.oqgruq ... 2024-02-11T17:38:51.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:38:51.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:38:51.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:38:51.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:38:51.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:38:51.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:38:51.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:38:51.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:38:51.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:38:51.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:38:51.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq 2024-02-11T17:38:51.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:38:51.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq 2024-02-11T17:38:51.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq 2024-02-11T17:38:51.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:38:51.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq 2024-02-11T17:38:51.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.oqgruq ... 2024-02-11T17:38:51.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:38:51.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:38:51.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:38:51.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:38:51.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:38:51.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: cephadm 2024-02-11T17:38:50.290962+0000 mgr.smithi029.rubqla (mgr.14180) 1771 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.oqgruq 2024-02-11T17:38:51.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: audit 2024-02-11T17:38:50.291547+0000 mon.smithi029 (mon.0) 1127 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.oqgruq"}]: dispatch 2024-02-11T17:38:51.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: cephadm 2024-02-11T17:38:50.292918+0000 mgr.smithi029.rubqla (mgr.14180) 1772 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.oqgruq on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq 2024-02-11T17:38:51.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:38:51.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq 2024-02-11T17:38:51.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq 2024-02-11T17:38:51.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:38:51.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq 2024-02-11T17:38:51.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.oqgruq ... 2024-02-11T17:38:51.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:38:51.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:38:51.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:38:51.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:38:51.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:38:51.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: cephadm 2024-02-11T17:38:50.295051+0000 mgr.smithi029.rubqla (mgr.14180) 1773 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.wdyuck on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:38:51.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: cephadm 2024-02-11T17:38:50.296763+0000 mgr.smithi029.rubqla (mgr.14180) 1774 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.jzkepq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:38:51.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:51 smithi029 bash[14177]: cluster 2024-02-11T17:38:50.297849+0000 mgr.smithi029.rubqla (mgr.14180) 1775 : cluster [DBG] pgmap v1197: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 236 B/s rd, 0 op/s 2024-02-11T17:38:51.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: cluster 2024-02-11T17:38:49.920984+0000 mgr.smithi029.rubqla (mgr.14180) 1769 : cluster [DBG] pgmap v1196: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:38:51.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: cephadm 2024-02-11T17:38:50.290679+0000 mgr.smithi029.rubqla (mgr.14180) 1770 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq 2024-02-11T17:38:51.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:38:51.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq 2024-02-11T17:38:51.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq 2024-02-11T17:38:51.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:38:51.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq 2024-02-11T17:38:51.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.oqgruq ... 2024-02-11T17:38:51.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:38:51.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:38:51.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:38:51.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:38:51.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:38:51.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:38:51.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:38:51.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:38:51.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:38:51.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:38:51.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq 2024-02-11T17:38:51.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:38:51.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq 2024-02-11T17:38:51.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq 2024-02-11T17:38:51.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:38:51.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq 2024-02-11T17:38:51.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.oqgruq ... 2024-02-11T17:38:51.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:38:51.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:38:51.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:38:51.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:38:51.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:38:51.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: cephadm 2024-02-11T17:38:50.290962+0000 mgr.smithi029.rubqla (mgr.14180) 1771 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.oqgruq 2024-02-11T17:38:51.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: audit 2024-02-11T17:38:50.291547+0000 mon.smithi029 (mon.0) 1127 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.oqgruq"}]: dispatch 2024-02-11T17:38:51.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: cephadm 2024-02-11T17:38:50.292918+0000 mgr.smithi029.rubqla (mgr.14180) 1772 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.oqgruq on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq 2024-02-11T17:38:51.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:38:51.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq 2024-02-11T17:38:51.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq 2024-02-11T17:38:51.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:38:51.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq 2024-02-11T17:38:51.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.oqgruq ... 2024-02-11T17:38:51.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:38:51.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:38:51.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:38:51.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:38:51.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:38:51.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: cephadm 2024-02-11T17:38:50.295051+0000 mgr.smithi029.rubqla (mgr.14180) 1773 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.wdyuck on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:38:51.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: cephadm 2024-02-11T17:38:50.296763+0000 mgr.smithi029.rubqla (mgr.14180) 1774 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.jzkepq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:38:51.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:51 smithi073 bash[18997]: cluster 2024-02-11T17:38:50.297849+0000 mgr.smithi029.rubqla (mgr.14180) 1775 : cluster [DBG] pgmap v1197: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 236 B/s rd, 0 op/s 2024-02-11T17:38:52.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:52 smithi029 bash[14177]: cluster 2024-02-11T17:38:51.107384+0000 mon.smithi029 (mon.0) 1128 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:38:52.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:52 smithi073 bash[18997]: cluster 2024-02-11T17:38:51.107384+0000 mon.smithi029 (mon.0) 1128 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:38:53.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:53 smithi029 bash[14177]: cluster 2024-02-11T17:38:52.299173+0000 mgr.smithi029.rubqla (mgr.14180) 1776 : cluster [DBG] pgmap v1198: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-11T17:38:53.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:53 smithi073 bash[18997]: cluster 2024-02-11T17:38:52.299173+0000 mgr.smithi029.rubqla (mgr.14180) 1776 : cluster [DBG] pgmap v1198: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-11T17:38:54.608 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:38:54.608 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:37:41.599199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fiivtw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:38:46.160248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.phurdr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr\nDeploy daemon haproxy.nfs.foo.smithi073.phurdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:38:50.292780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.oqgruq on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq\nDeploy daemon haproxy.nfs.foo.smithi029.oqgruq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:38:50.294936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wdyuck on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:38:50.296655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.jzkepq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:38:54.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:54 smithi029 bash[14177]: audit 2024-02-11T17:38:53.617572+0000 mon.smithi029 (mon.0) 1129 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:38:54.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:54 smithi029 bash[14177]: cluster 2024-02-11T17:38:54.299991+0000 mgr.smithi029.rubqla (mgr.14180) 1777 : cluster [DBG] pgmap v1199: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-11T17:38:55.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:54 smithi073 bash[18997]: audit 2024-02-11T17:38:53.617572+0000 mon.smithi029 (mon.0) 1129 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:38:55.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:54 smithi073 bash[18997]: cluster 2024-02-11T17:38:54.299991+0000 mgr.smithi029.rubqla (mgr.14180) 1777 : cluster [DBG] pgmap v1199: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-11T17:38:55.674 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:38:55.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:55 smithi029 bash[14177]: audit 2024-02-11T17:38:54.593080+0000 mgr.smithi029.rubqla (mgr.14180) 1778 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:38:56.094 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:55 smithi073 bash[18997]: audit 2024-02-11T17:38:54.593080+0000 mgr.smithi029.rubqla (mgr.14180) 1778 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:38:56.675 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:38:56.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:56 smithi029 bash[14177]: cluster 2024-02-11T17:38:56.301120+0000 mgr.smithi029.rubqla (mgr.14180) 1779 : cluster [DBG] pgmap v1200: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-11T17:38:57.095 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:56 smithi073 bash[18997]: cluster 2024-02-11T17:38:56.301120+0000 mgr.smithi029.rubqla (mgr.14180) 1779 : cluster [DBG] pgmap v1200: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-11T17:38:59.372 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:38:59 smithi029 bash[14177]: cluster 2024-02-11T17:38:58.302177+0000 mgr.smithi029.rubqla (mgr.14180) 1780 : cluster [DBG] pgmap v1201: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-11T17:38:59.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:38:59 smithi073 bash[18997]: cluster 2024-02-11T17:38:58.302177+0000 mgr.smithi029.rubqla (mgr.14180) 1780 : cluster [DBG] pgmap v1201: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-11T17:39:00.948 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:39:00.949 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:37:41.599199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fiivtw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:38:46.160248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.phurdr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr\nDeploy daemon haproxy.nfs.foo.smithi073.phurdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:38:50.292780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.oqgruq on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq\nDeploy daemon haproxy.nfs.foo.smithi029.oqgruq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:38:50.294936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wdyuck on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:38:50.296655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.jzkepq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:39:01.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:01 smithi029 bash[14177]: cluster 2024-02-11T17:39:00.303475+0000 mgr.smithi029.rubqla (mgr.14180) 1781 : cluster [DBG] pgmap v1202: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-11T17:39:01.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:01 smithi073 bash[18997]: cluster 2024-02-11T17:39:00.303475+0000 mgr.smithi029.rubqla (mgr.14180) 1781 : cluster [DBG] pgmap v1202: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-11T17:39:02.098 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:39:02.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:02 smithi029 bash[14177]: audit 2024-02-11T17:39:00.939799+0000 mgr.smithi029.rubqla (mgr.14180) 1782 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:39:02.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:02 smithi029 bash[14177]: audit 2024-02-11T17:39:02.097614+0000 mon.smithi029 (mon.0) 1130 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:39:02.728 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:02 smithi073 bash[18997]: audit 2024-02-11T17:39:00.939799+0000 mgr.smithi029.rubqla (mgr.14180) 1782 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:39:02.729 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:02 smithi073 bash[18997]: audit 2024-02-11T17:39:02.097614+0000 mon.smithi029 (mon.0) 1130 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:39:03.100 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:39:03.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:03 smithi029 bash[14177]: cluster 2024-02-11T17:39:02.304866+0000 mgr.smithi029.rubqla (mgr.14180) 1783 : cluster [DBG] pgmap v1203: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:03.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:03 smithi073 bash[18997]: cluster 2024-02-11T17:39:02.304866+0000 mgr.smithi029.rubqla (mgr.14180) 1783 : cluster [DBG] pgmap v1203: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:05.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:05 smithi029 bash[14177]: cluster 2024-02-11T17:39:04.306022+0000 mgr.smithi029.rubqla (mgr.14180) 1784 : cluster [DBG] pgmap v1204: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:39:05.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:05 smithi073 bash[18997]: cluster 2024-02-11T17:39:04.306022+0000 mgr.smithi029.rubqla (mgr.14180) 1784 : cluster [DBG] pgmap v1204: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:39:07.487 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:39:07.487 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:37:41.599199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fiivtw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:38:46.160248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.phurdr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr\nDeploy daemon haproxy.nfs.foo.smithi073.phurdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:38:50.292780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.oqgruq on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq\nDeploy daemon haproxy.nfs.foo.smithi029.oqgruq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:38:50.294936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wdyuck on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:38:50.296655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.jzkepq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:39:07.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:07 smithi029 bash[14177]: cluster 2024-02-11T17:39:06.307211+0000 mgr.smithi029.rubqla (mgr.14180) 1785 : cluster [DBG] pgmap v1205: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:07.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:07 smithi073 bash[18997]: cluster 2024-02-11T17:39:06.307211+0000 mgr.smithi029.rubqla (mgr.14180) 1785 : cluster [DBG] pgmap v1205: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:08.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:39:09.623 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:39:09.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:09 smithi029 bash[14177]: audit 2024-02-11T17:39:07.474286+0000 mgr.smithi029.rubqla (mgr.14180) 1786 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:39:09.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:09 smithi029 bash[14177]: cluster 2024-02-11T17:39:08.308441+0000 mgr.smithi029.rubqla (mgr.14180) 1787 : cluster [DBG] pgmap v1206: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:09.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:09 smithi073 bash[18997]: audit 2024-02-11T17:39:07.474286+0000 mgr.smithi029.rubqla (mgr.14180) 1786 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:39:09.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:09 smithi073 bash[18997]: cluster 2024-02-11T17:39:08.308441+0000 mgr.smithi029.rubqla (mgr.14180) 1787 : cluster [DBG] pgmap v1206: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:11.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:11 smithi029 bash[14177]: cluster 2024-02-11T17:39:10.309635+0000 mgr.smithi029.rubqla (mgr.14180) 1788 : cluster [DBG] pgmap v1207: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:11.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:11 smithi073 bash[18997]: cluster 2024-02-11T17:39:10.309635+0000 mgr.smithi029.rubqla (mgr.14180) 1788 : cluster [DBG] pgmap v1207: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:13.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:13 smithi029 bash[14177]: cluster 2024-02-11T17:39:12.311069+0000 mgr.smithi029.rubqla (mgr.14180) 1789 : cluster [DBG] pgmap v1208: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:13.808 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:39:13.808 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:37:41.599199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fiivtw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:38:46.160248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.phurdr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr\nDeploy daemon haproxy.nfs.foo.smithi073.phurdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:38:50.292780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.oqgruq on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq\nDeploy daemon haproxy.nfs.foo.smithi029.oqgruq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:38:50.294936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wdyuck on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:38:50.296655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.jzkepq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:39:13.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:13 smithi073 bash[18997]: cluster 2024-02-11T17:39:12.311069+0000 mgr.smithi029.rubqla (mgr.14180) 1789 : cluster [DBG] pgmap v1208: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:14.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:39:15.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:15 smithi029 bash[14177]: audit 2024-02-11T17:39:13.795907+0000 mgr.smithi029.rubqla (mgr.14180) 1790 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:39:15.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:15 smithi029 bash[14177]: cluster 2024-02-11T17:39:14.312267+0000 mgr.smithi029.rubqla (mgr.14180) 1791 : cluster [DBG] pgmap v1209: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:39:15.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:15 smithi073 bash[18997]: audit 2024-02-11T17:39:13.795907+0000 mgr.smithi029.rubqla (mgr.14180) 1790 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:39:15.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:15 smithi073 bash[18997]: cluster 2024-02-11T17:39:14.312267+0000 mgr.smithi029.rubqla (mgr.14180) 1791 : cluster [DBG] pgmap v1209: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:39:15.935 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:39:16.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:16 smithi073 bash[18997]: cluster 2024-02-11T17:39:16.312928+0000 mgr.smithi029.rubqla (mgr.14180) 1792 : cluster [DBG] pgmap v1210: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:16.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:16 smithi029 bash[14177]: cluster 2024-02-11T17:39:16.312928+0000 mgr.smithi029.rubqla (mgr.14180) 1792 : cluster [DBG] pgmap v1210: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:19.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:19 smithi029 bash[14177]: cluster 2024-02-11T17:39:18.313826+0000 mgr.smithi029.rubqla (mgr.14180) 1793 : cluster [DBG] pgmap v1211: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:19.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:19 smithi073 bash[18997]: cluster 2024-02-11T17:39:18.313826+0000 mgr.smithi029.rubqla (mgr.14180) 1793 : cluster [DBG] pgmap v1211: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:20.304 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:39:20.305 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:37:41.599199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fiivtw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:38:46.160248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.phurdr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr\nDeploy daemon haproxy.nfs.foo.smithi073.phurdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:38:50.292780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.oqgruq on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq\nDeploy daemon haproxy.nfs.foo.smithi029.oqgruq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:38:50.294936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wdyuck on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:38:50.296655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.jzkepq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:39:21.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:39:21.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:21 smithi029 bash[14177]: audit 2024-02-11T17:39:20.288992+0000 mgr.smithi029.rubqla (mgr.14180) 1794 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:39:21.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:21 smithi029 bash[14177]: cluster 2024-02-11T17:39:20.314561+0000 mgr.smithi029.rubqla (mgr.14180) 1795 : cluster [DBG] pgmap v1212: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:21.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:21 smithi073 bash[18997]: audit 2024-02-11T17:39:20.288992+0000 mgr.smithi029.rubqla (mgr.14180) 1794 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:39:21.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:21 smithi073 bash[18997]: cluster 2024-02-11T17:39:20.314561+0000 mgr.smithi029.rubqla (mgr.14180) 1795 : cluster [DBG] pgmap v1212: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:22.364 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:39:23.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:23 smithi029 bash[14177]: cluster 2024-02-11T17:39:22.316036+0000 mgr.smithi029.rubqla (mgr.14180) 1796 : cluster [DBG] pgmap v1213: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:23.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:23 smithi073 bash[18997]: cluster 2024-02-11T17:39:22.316036+0000 mgr.smithi029.rubqla (mgr.14180) 1796 : cluster [DBG] pgmap v1213: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:25.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:25 smithi029 bash[14177]: cluster 2024-02-11T17:39:24.316694+0000 mgr.smithi029.rubqla (mgr.14180) 1797 : cluster [DBG] pgmap v1214: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:39:25.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:25 smithi073 bash[18997]: cluster 2024-02-11T17:39:24.316694+0000 mgr.smithi029.rubqla (mgr.14180) 1797 : cluster [DBG] pgmap v1214: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:39:26.399 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:39:26.399 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:37:41.599199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fiivtw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:38:46.160248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.phurdr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr\nDeploy daemon haproxy.nfs.foo.smithi073.phurdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:38:50.292780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.oqgruq on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq\nDeploy daemon haproxy.nfs.foo.smithi029.oqgruq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:38:50.294936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wdyuck on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:38:50.296655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.jzkepq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:39:27.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:39:27.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:27 smithi029 bash[14177]: cluster 2024-02-11T17:39:26.317779+0000 mgr.smithi029.rubqla (mgr.14180) 1798 : cluster [DBG] pgmap v1215: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:27.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:27 smithi029 bash[14177]: audit 2024-02-11T17:39:26.386692+0000 mgr.smithi029.rubqla (mgr.14180) 1799 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:39:27.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:27 smithi073 bash[18997]: cluster 2024-02-11T17:39:26.317779+0000 mgr.smithi029.rubqla (mgr.14180) 1798 : cluster [DBG] pgmap v1215: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:27.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:27 smithi073 bash[18997]: audit 2024-02-11T17:39:26.386692+0000 mgr.smithi029.rubqla (mgr.14180) 1799 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:39:28.431 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:39:29.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:29 smithi029 bash[14177]: cluster 2024-02-11T17:39:28.318917+0000 mgr.smithi029.rubqla (mgr.14180) 1800 : cluster [DBG] pgmap v1216: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:29.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:29 smithi073 bash[18997]: cluster 2024-02-11T17:39:28.318917+0000 mgr.smithi029.rubqla (mgr.14180) 1800 : cluster [DBG] pgmap v1216: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:31.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:31 smithi029 bash[14177]: cluster 2024-02-11T17:39:30.319616+0000 mgr.smithi029.rubqla (mgr.14180) 1801 : cluster [DBG] pgmap v1217: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:31.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:31 smithi073 bash[18997]: cluster 2024-02-11T17:39:30.319616+0000 mgr.smithi029.rubqla (mgr.14180) 1801 : cluster [DBG] pgmap v1217: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:32.628 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:39:32.628 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:37:41.599199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fiivtw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:38:46.160248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.phurdr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr\nDeploy daemon haproxy.nfs.foo.smithi073.phurdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:38:50.292780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.oqgruq on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq\nDeploy daemon haproxy.nfs.foo.smithi029.oqgruq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:38:50.294936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wdyuck on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:38:50.296655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.jzkepq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:39:33.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:33 smithi029 bash[14177]: cluster 2024-02-11T17:39:32.320310+0000 mgr.smithi029.rubqla (mgr.14180) 1802 : cluster [DBG] pgmap v1218: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:33.715 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:39:33.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:33 smithi073 bash[18997]: cluster 2024-02-11T17:39:32.320310+0000 mgr.smithi029.rubqla (mgr.14180) 1802 : cluster [DBG] pgmap v1218: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:34.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:34 smithi029 bash[14177]: audit 2024-02-11T17:39:32.613637+0000 mgr.smithi029.rubqla (mgr.14180) 1803 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:39:34.716 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:39:34.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:34 smithi073 bash[18997]: audit 2024-02-11T17:39:32.613637+0000 mgr.smithi029.rubqla (mgr.14180) 1803 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:39:35.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:35 smithi029 bash[14177]: cluster 2024-02-11T17:39:34.321586+0000 mgr.smithi029.rubqla (mgr.14180) 1804 : cluster [DBG] pgmap v1219: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:39:35.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:35 smithi073 bash[18997]: cluster 2024-02-11T17:39:34.321586+0000 mgr.smithi029.rubqla (mgr.14180) 1804 : cluster [DBG] pgmap v1219: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:39:36.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:36 smithi029 bash[14177]: cluster 2024-02-11T17:39:36.322871+0000 mgr.smithi029.rubqla (mgr.14180) 1805 : cluster [DBG] pgmap v1220: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:36.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:36 smithi073 bash[18997]: cluster 2024-02-11T17:39:36.322871+0000 mgr.smithi029.rubqla (mgr.14180) 1805 : cluster [DBG] pgmap v1220: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:38.776 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:39:38.776 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:37:41.599199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fiivtw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:38:46.160248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.phurdr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr\nDeploy daemon haproxy.nfs.foo.smithi073.phurdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:38:50.292780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.oqgruq on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq\nDeploy daemon haproxy.nfs.foo.smithi029.oqgruq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:38:50.294936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wdyuck on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:38:50.296655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.jzkepq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:39:39.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:39 smithi029 bash[14177]: cluster 2024-02-11T17:39:38.324082+0000 mgr.smithi029.rubqla (mgr.14180) 1806 : cluster [DBG] pgmap v1221: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:39.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:39 smithi073 bash[18997]: cluster 2024-02-11T17:39:38.324082+0000 mgr.smithi029.rubqla (mgr.14180) 1806 : cluster [DBG] pgmap v1221: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:39.860 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:39:40.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:40 smithi029 bash[14177]: audit 2024-02-11T17:39:38.762494+0000 mgr.smithi029.rubqla (mgr.14180) 1807 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:39:40.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:40 smithi073 bash[18997]: audit 2024-02-11T17:39:38.762494+0000 mgr.smithi029.rubqla (mgr.14180) 1807 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:39:40.861 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:39:41.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:41 smithi029 bash[14177]: cluster 2024-02-11T17:39:40.325089+0000 mgr.smithi029.rubqla (mgr.14180) 1808 : cluster [DBG] pgmap v1222: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:41.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:41 smithi073 bash[18997]: cluster 2024-02-11T17:39:40.325089+0000 mgr.smithi029.rubqla (mgr.14180) 1808 : cluster [DBG] pgmap v1222: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:43.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:43 smithi029 bash[14177]: cluster 2024-02-11T17:39:42.326316+0000 mgr.smithi029.rubqla (mgr.14180) 1809 : cluster [DBG] pgmap v1223: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:43.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:43 smithi073 bash[18997]: cluster 2024-02-11T17:39:42.326316+0000 mgr.smithi029.rubqla (mgr.14180) 1809 : cluster [DBG] pgmap v1223: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:45.189 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:39:45.189 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:37:41.599199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fiivtw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:38:46.160248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.phurdr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr\nDeploy daemon haproxy.nfs.foo.smithi073.phurdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:38:50.292780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.oqgruq on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq\nDeploy daemon haproxy.nfs.foo.smithi029.oqgruq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:38:50.294936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wdyuck on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:38:50.296655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.jzkepq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:39:45.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:45 smithi029 bash[14177]: cluster 2024-02-11T17:39:44.327133+0000 mgr.smithi029.rubqla (mgr.14180) 1810 : cluster [DBG] pgmap v1224: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:39:45.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:45 smithi073 bash[18997]: cluster 2024-02-11T17:39:44.327133+0000 mgr.smithi029.rubqla (mgr.14180) 1810 : cluster [DBG] pgmap v1224: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:39:46.279 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:39:46.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:46 smithi029 bash[14177]: audit 2024-02-11T17:39:45.175361+0000 mgr.smithi029.rubqla (mgr.14180) 1811 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:39:46.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:46 smithi073 bash[18997]: audit 2024-02-11T17:39:45.175361+0000 mgr.smithi029.rubqla (mgr.14180) 1811 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:39:47.280 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:39:47.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:47 smithi029 bash[14177]: cluster 2024-02-11T17:39:46.328429+0000 mgr.smithi029.rubqla (mgr.14180) 1812 : cluster [DBG] pgmap v1225: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:47.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:47 smithi073 bash[18997]: cluster 2024-02-11T17:39:46.328429+0000 mgr.smithi029.rubqla (mgr.14180) 1812 : cluster [DBG] pgmap v1225: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:48.801 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:48 smithi029 bash[14177]: cluster 2024-02-11T17:39:48.329652+0000 mgr.smithi029.rubqla (mgr.14180) 1813 : cluster [DBG] pgmap v1226: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:48.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:48 smithi073 bash[18997]: cluster 2024-02-11T17:39:48.329652+0000 mgr.smithi029.rubqla (mgr.14180) 1813 : cluster [DBG] pgmap v1226: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:50.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:50 smithi029 bash[14177]: audit 2024-02-11T17:39:50.301589+0000 mon.smithi029 (mon.0) 1131 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:39:50.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:50 smithi073 bash[18997]: audit 2024-02-11T17:39:50.301589+0000 mon.smithi029 (mon.0) 1131 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:39:51.331 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:39:51.332 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:37:41.599199Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.fiivtw on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:38:46.160248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.phurdr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr\nDeploy daemon haproxy.nfs.foo.smithi073.phurdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:38:50.292780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.oqgruq on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq\nDeploy daemon haproxy.nfs.foo.smithi029.oqgruq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:38:50.294936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wdyuck on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:38:50.296655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.jzkepq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:39:51.726 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:51 smithi029 bash[14177]: cluster 2024-02-11T17:39:50.330575+0000 mgr.smithi029.rubqla (mgr.14180) 1814 : cluster [DBG] pgmap v1227: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:51.727 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:51 smithi029 bash[14177]: audit 2024-02-11T17:39:50.610760+0000 mon.smithi029 (mon.0) 1132 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:39:51.727 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:51 smithi029 bash[14177]: audit 2024-02-11T17:39:50.612323+0000 mon.smithi029 (mon.0) 1133 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:39:51.727 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:51 smithi029 bash[14177]: audit 2024-02-11T17:39:50.619948+0000 mon.smithi029 (mon.0) 1134 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:39:51.727 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:51 smithi029 bash[14177]: audit 2024-02-11T17:39:50.626153+0000 mon.smithi029 (mon.0) 1135 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:39:51.727 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:51 smithi029 bash[14177]: audit 2024-02-11T17:39:50.639295+0000 mon.smithi029 (mon.0) 1136 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:39:51.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:51 smithi073 bash[18997]: cluster 2024-02-11T17:39:50.330575+0000 mgr.smithi029.rubqla (mgr.14180) 1814 : cluster [DBG] pgmap v1227: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:39:51.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:51 smithi073 bash[18997]: audit 2024-02-11T17:39:50.610760+0000 mon.smithi029 (mon.0) 1132 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:39:51.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:51 smithi073 bash[18997]: audit 2024-02-11T17:39:50.612323+0000 mon.smithi029 (mon.0) 1133 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:39:51.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:51 smithi073 bash[18997]: audit 2024-02-11T17:39:50.619948+0000 mon.smithi029 (mon.0) 1134 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:39:51.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:51 smithi073 bash[18997]: audit 2024-02-11T17:39:50.626153+0000 mon.smithi029 (mon.0) 1135 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:39:51.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:51 smithi073 bash[18997]: audit 2024-02-11T17:39:50.639295+0000 mon.smithi029 (mon.0) 1136 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:39:52.401 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:39:52.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:52 smithi029 bash[14177]: cluster 2024-02-11T17:39:50.620668+0000 mgr.smithi029.rubqla (mgr.14180) 1815 : cluster [DBG] pgmap v1228: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:39:52.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:52 smithi029 bash[14177]: cephadm 2024-02-11T17:39:50.645610+0000 mgr.smithi029.rubqla (mgr.14180) 1816 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.yddbdc on smithi073 2024-02-11T17:39:52.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:52 smithi029 bash[14177]: audit 2024-02-11T17:39:51.319782+0000 mgr.smithi029.rubqla (mgr.14180) 1817 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:39:52.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:52 smithi029 bash[14177]: cluster 2024-02-11T17:39:51.616732+0000 mon.smithi029 (mon.0) 1137 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:39:52.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:52 smithi029 bash[14177]: cluster 2024-02-11T17:39:51.616787+0000 mon.smithi029 (mon.0) 1138 : cluster [INF] Cluster is now healthy 2024-02-11T17:39:52.729 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:52 smithi073 bash[18997]: cluster 2024-02-11T17:39:50.620668+0000 mgr.smithi029.rubqla (mgr.14180) 1815 : cluster [DBG] pgmap v1228: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:39:52.729 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:52 smithi073 bash[18997]: cephadm 2024-02-11T17:39:50.645610+0000 mgr.smithi029.rubqla (mgr.14180) 1816 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.yddbdc on smithi073 2024-02-11T17:39:52.729 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:52 smithi073 bash[18997]: audit 2024-02-11T17:39:51.319782+0000 mgr.smithi029.rubqla (mgr.14180) 1817 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:39:52.729 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:52 smithi073 bash[18997]: cluster 2024-02-11T17:39:51.616732+0000 mon.smithi029 (mon.0) 1137 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:39:52.729 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:52 smithi073 bash[18997]: cluster 2024-02-11T17:39:51.616787+0000 mon.smithi029 (mon.0) 1138 : cluster [INF] Cluster is now healthy 2024-02-11T17:39:53.401 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:39:54.669 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:54 smithi029 bash[14177]: cluster 2024-02-11T17:39:52.621732+0000 mgr.smithi029.rubqla (mgr.14180) 1818 : cluster [DBG] pgmap v1229: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 397 B/s rd, 0 op/s 2024-02-11T17:39:54.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:54 smithi073 bash[18997]: cluster 2024-02-11T17:39:52.621732+0000 mgr.smithi029.rubqla (mgr.14180) 1818 : cluster [DBG] pgmap v1229: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 397 B/s rd, 0 op/s 2024-02-11T17:39:55.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:55 smithi029 bash[14177]: audit 2024-02-11T17:39:54.667652+0000 mon.smithi029 (mon.0) 1139 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.yddbdc"}]: dispatch 2024-02-11T17:39:55.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:55 smithi073 bash[18997]: audit 2024-02-11T17:39:54.667652+0000 mon.smithi029 (mon.0) 1139 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.yddbdc"}]: dispatch 2024-02-11T17:39:56.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: cluster 2024-02-11T17:39:54.622575+0000 mgr.smithi029.rubqla (mgr.14180) 1819 : cluster [DBG] pgmap v1230: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:39:56.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: cephadm 2024-02-11T17:39:54.666570+0000 mgr.smithi029.rubqla (mgr.14180) 1820 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc 2024-02-11T17:39:56.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:39:56.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc 2024-02-11T17:39:56.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc 2024-02-11T17:39:56.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:39:56.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc 2024-02-11T17:39:56.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.yddbdc ... 2024-02-11T17:39:56.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:39:56.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:39:56.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:39:56.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:39:56.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:39:56.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:39:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:39:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:39:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:39:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:39:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc 2024-02-11T17:39:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:39:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc 2024-02-11T17:39:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc 2024-02-11T17:39:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:39:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc 2024-02-11T17:39:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.yddbdc ... 2024-02-11T17:39:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:39:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:39:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:39:56.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:39:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:39:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: cephadm 2024-02-11T17:39:54.667008+0000 mgr.smithi029.rubqla (mgr.14180) 1821 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.yddbdc 2024-02-11T17:39:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: cephadm 2024-02-11T17:39:54.669273+0000 mgr.smithi029.rubqla (mgr.14180) 1822 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.yddbdc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc 2024-02-11T17:39:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:39:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc 2024-02-11T17:39:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc 2024-02-11T17:39:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:39:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc 2024-02-11T17:39:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.yddbdc ... 2024-02-11T17:39:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:39:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:39:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:39:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:39:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:39:56.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:56 smithi029 bash[14177]: cephadm 2024-02-11T17:39:54.675022+0000 mgr.smithi029.rubqla (mgr.14180) 1823 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.tnvzzd on smithi029 2024-02-11T17:39:56.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: cluster 2024-02-11T17:39:54.622575+0000 mgr.smithi029.rubqla (mgr.14180) 1819 : cluster [DBG] pgmap v1230: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:39:56.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: cephadm 2024-02-11T17:39:54.666570+0000 mgr.smithi029.rubqla (mgr.14180) 1820 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc 2024-02-11T17:39:56.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:39:56.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc 2024-02-11T17:39:56.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc 2024-02-11T17:39:56.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:39:56.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc 2024-02-11T17:39:56.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.yddbdc ... 2024-02-11T17:39:56.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:39:56.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:39:56.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:39:56.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:39:56.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:39:56.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:39:56.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:39:56.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:39:56.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:39:56.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:39:56.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc 2024-02-11T17:39:56.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:39:56.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc 2024-02-11T17:39:56.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc 2024-02-11T17:39:56.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:39:56.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc 2024-02-11T17:39:56.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.yddbdc ... 2024-02-11T17:39:56.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:39:56.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:39:56.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:39:56.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:39:56.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:39:56.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: cephadm 2024-02-11T17:39:54.667008+0000 mgr.smithi029.rubqla (mgr.14180) 1821 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.yddbdc 2024-02-11T17:39:56.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: cephadm 2024-02-11T17:39:54.669273+0000 mgr.smithi029.rubqla (mgr.14180) 1822 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.yddbdc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc 2024-02-11T17:39:56.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:39:56.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc 2024-02-11T17:39:56.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc 2024-02-11T17:39:56.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:39:56.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc 2024-02-11T17:39:56.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.yddbdc ... 2024-02-11T17:39:56.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:39:56.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:39:56.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:39:56.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:39:56.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:39:56.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:56 smithi073 bash[18997]: cephadm 2024-02-11T17:39:54.675022+0000 mgr.smithi029.rubqla (mgr.14180) 1823 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.tnvzzd on smithi029 2024-02-11T17:39:57.902 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:39:57.902 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:38:46.160248Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.phurdr on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-phurdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.phurdr\nDeploy daemon haproxy.nfs.foo.smithi073.phurdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:38:50.292780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.oqgruq on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-oqgruq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.oqgruq\nDeploy daemon haproxy.nfs.foo.smithi029.oqgruq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:38:50.294936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.wdyuck on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:38:50.296655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.jzkepq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:39:54.669125Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yddbdc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc\nDeploy daemon haproxy.nfs.foo.smithi073.yddbdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -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.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:39:58.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:58 smithi029 bash[14177]: cluster 2024-02-11T17:39:56.623407+0000 mgr.smithi029.rubqla (mgr.14180) 1824 : cluster [DBG] pgmap v1231: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:39:58.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:58 smithi073 bash[18997]: cluster 2024-02-11T17:39:56.623407+0000 mgr.smithi029.rubqla (mgr.14180) 1824 : cluster [DBG] pgmap v1231: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:39:59.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:39:59.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:59 smithi029 bash[14177]: audit 2024-02-11T17:39:57.893559+0000 mgr.smithi029.rubqla (mgr.14180) 1825 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:39:59.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:39:59 smithi029 bash[14177]: audit 2024-02-11T17:39:59.240144+0000 mon.smithi029 (mon.0) 1140 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.tnvzzd"}]: dispatch 2024-02-11T17:39:59.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:59 smithi073 bash[18997]: audit 2024-02-11T17:39:57.893559+0000 mgr.smithi029.rubqla (mgr.14180) 1825 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:39:59.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:39:59 smithi073 bash[18997]: audit 2024-02-11T17:39:59.240144+0000 mon.smithi029 (mon.0) 1140 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.tnvzzd"}]: dispatch 2024-02-11T17:40:00.233 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:40:00.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: cluster 2024-02-11T17:39:58.624413+0000 mgr.smithi029.rubqla (mgr.14180) 1826 : cluster [DBG] pgmap v1232: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:40:00.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: cephadm 2024-02-11T17:39:59.238875+0000 mgr.smithi029.rubqla (mgr.14180) 1827 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd 2024-02-11T17:40:00.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:40:00.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd 2024-02-11T17:40:00.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd 2024-02-11T17:40:00.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:40:00.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd 2024-02-11T17:40:00.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.tnvzzd ... 2024-02-11T17:40:00.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:40:00.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:40:00.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:40:00.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:40:00.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:40:00.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:40:00.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:40:00.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:40:00.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:40:00.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:40:00.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd 2024-02-11T17:40:00.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:40:00.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd 2024-02-11T17:40:00.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd 2024-02-11T17:40:00.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:40:00.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd 2024-02-11T17:40:00.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.tnvzzd ... 2024-02-11T17:40:00.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:40:00.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:40:00.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:40:00.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:40:00.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:40:00.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: cephadm 2024-02-11T17:39:59.239367+0000 mgr.smithi029.rubqla (mgr.14180) 1828 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.tnvzzd 2024-02-11T17:40:00.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: cephadm 2024-02-11T17:39:59.241524+0000 mgr.smithi029.rubqla (mgr.14180) 1829 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.tnvzzd on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd 2024-02-11T17:40:00.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:40:00.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd 2024-02-11T17:40:00.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd 2024-02-11T17:40:00.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:40:00.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd 2024-02-11T17:40:00.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.tnvzzd ... 2024-02-11T17:40:00.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:40:00.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:40:00.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:40:00.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:40:00.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:40:00.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: cephadm 2024-02-11T17:39:59.245872+0000 mgr.smithi029.rubqla (mgr.14180) 1830 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.weftxb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:40:00.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: cephadm 2024-02-11T17:39:59.247756+0000 mgr.smithi029.rubqla (mgr.14180) 1831 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.tvdfsb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:40:00.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: cluster 2024-02-11T17:39:59.248758+0000 mgr.smithi029.rubqla (mgr.14180) 1832 : cluster [DBG] pgmap v1233: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-02-11T17:40:00.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: cluster 2024-02-11T17:39:59.413985+0000 mon.smithi029 (mon.0) 1141 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:40:00.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:00 smithi029 bash[14177]: cluster 2024-02-11T17:40:00.000144+0000 mon.smithi029 (mon.0) 1142 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-02-11T17:40:00.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: cluster 2024-02-11T17:39:58.624413+0000 mgr.smithi029.rubqla (mgr.14180) 1826 : cluster [DBG] pgmap v1232: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-11T17:40:00.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: cephadm 2024-02-11T17:39:59.238875+0000 mgr.smithi029.rubqla (mgr.14180) 1827 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd 2024-02-11T17:40:00.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:40:00.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd 2024-02-11T17:40:00.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd 2024-02-11T17:40:00.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:40:00.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd 2024-02-11T17:40:00.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.tnvzzd ... 2024-02-11T17:40:00.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:40:00.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:40:00.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:40:00.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:40:00.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:40:00.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:40:00.845 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:40:00.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:40:00.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:40:00.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:40:00.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd 2024-02-11T17:40:00.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:40:00.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd 2024-02-11T17:40:00.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd 2024-02-11T17:40:00.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:40:00.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd 2024-02-11T17:40:00.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.tnvzzd ... 2024-02-11T17:40:00.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:40:00.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:40:00.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:40:00.846 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:40:00.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:40:00.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: cephadm 2024-02-11T17:39:59.239367+0000 mgr.smithi029.rubqla (mgr.14180) 1828 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.tnvzzd 2024-02-11T17:40:00.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: cephadm 2024-02-11T17:39:59.241524+0000 mgr.smithi029.rubqla (mgr.14180) 1829 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.tnvzzd on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd 2024-02-11T17:40:00.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:40:00.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd 2024-02-11T17:40:00.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd 2024-02-11T17:40:00.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:40:00.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd 2024-02-11T17:40:00.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.tnvzzd ... 2024-02-11T17:40:00.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:40:00.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:40:00.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:40:00.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:40:00.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:40:00.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: cephadm 2024-02-11T17:39:59.245872+0000 mgr.smithi029.rubqla (mgr.14180) 1830 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.weftxb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:40:00.847 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: cephadm 2024-02-11T17:39:59.247756+0000 mgr.smithi029.rubqla (mgr.14180) 1831 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.tvdfsb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:40:00.848 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: cluster 2024-02-11T17:39:59.248758+0000 mgr.smithi029.rubqla (mgr.14180) 1832 : cluster [DBG] pgmap v1233: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-02-11T17:40:00.848 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: cluster 2024-02-11T17:39:59.413985+0000 mon.smithi029 (mon.0) 1141 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:40:00.848 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:00 smithi073 bash[18997]: cluster 2024-02-11T17:40:00.000144+0000 mon.smithi029 (mon.0) 1142 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-02-11T17:40:01.806 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:01 smithi029 bash[14177]: cluster 2024-02-11T17:40:01.249540+0000 mgr.smithi029.rubqla (mgr.14180) 1833 : cluster [DBG] pgmap v1234: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-11T17:40:01.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:01 smithi073 bash[18997]: cluster 2024-02-11T17:40:01.249540+0000 mgr.smithi029.rubqla (mgr.14180) 1833 : cluster [DBG] pgmap v1234: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-11T17:40:04.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:04 smithi073 bash[18997]: cluster 2024-02-11T17:40:03.250675+0000 mgr.smithi029.rubqla (mgr.14180) 1834 : cluster [DBG] pgmap v1235: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-11T17:40:04.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:04 smithi073 bash[18997]: audit 2024-02-11T17:40:03.661633+0000 mon.smithi029 (mon.0) 1143 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:40:04.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:04 smithi029 bash[14177]: cluster 2024-02-11T17:40:03.250675+0000 mgr.smithi029.rubqla (mgr.14180) 1834 : cluster [DBG] pgmap v1235: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-11T17:40:04.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:04 smithi029 bash[14177]: audit 2024-02-11T17:40:03.661633+0000 mon.smithi029 (mon.0) 1143 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:40:04.704 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:40:04.704 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:38:50.296655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.jzkepq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:39:54.669125Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yddbdc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc\nDeploy daemon haproxy.nfs.foo.smithi073.yddbdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:39:59.241312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.tnvzzd on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd\nDeploy daemon haproxy.nfs.foo.smithi029.tnvzzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:39:59.245638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.weftxb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:39:59.247651Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tvdfsb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:40:05.737 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:40:06.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:06 smithi073 bash[18997]: audit 2024-02-11T17:40:04.696279+0000 mgr.smithi029.rubqla (mgr.14180) 1835 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:40:06.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:06 smithi073 bash[18997]: cluster 2024-02-11T17:40:05.251784+0000 mgr.smithi029.rubqla (mgr.14180) 1836 : cluster [DBG] pgmap v1236: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-11T17:40:06.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:06 smithi029 bash[14177]: audit 2024-02-11T17:40:04.696279+0000 mgr.smithi029.rubqla (mgr.14180) 1835 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:40:06.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:06 smithi029 bash[14177]: cluster 2024-02-11T17:40:05.251784+0000 mgr.smithi029.rubqla (mgr.14180) 1836 : cluster [DBG] pgmap v1236: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-11T17:40:06.739 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:40:08.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:08 smithi073 bash[18997]: cluster 2024-02-11T17:40:07.252763+0000 mgr.smithi029.rubqla (mgr.14180) 1837 : cluster [DBG] pgmap v1237: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-11T17:40:08.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:08 smithi029 bash[14177]: cluster 2024-02-11T17:40:07.252763+0000 mgr.smithi029.rubqla (mgr.14180) 1837 : cluster [DBG] pgmap v1237: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-11T17:40:10.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:10 smithi073 bash[18997]: cluster 2024-02-11T17:40:09.253487+0000 mgr.smithi029.rubqla (mgr.14180) 1838 : cluster [DBG] pgmap v1238: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-11T17:40:10.621 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:10 smithi029 bash[14177]: cluster 2024-02-11T17:40:09.253487+0000 mgr.smithi029.rubqla (mgr.14180) 1838 : cluster [DBG] pgmap v1238: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-11T17:40:11.001 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:40:11.001 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:38:50.296655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.jzkepq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:39:54.669125Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yddbdc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc\nDeploy daemon haproxy.nfs.foo.smithi073.yddbdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:39:59.241312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.tnvzzd on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd\nDeploy daemon haproxy.nfs.foo.smithi029.tnvzzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:39:59.245638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.weftxb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:39:59.247651Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tvdfsb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:40:12.116 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:40:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:12 smithi029 bash[14177]: audit 2024-02-11T17:40:10.987608+0000 mgr.smithi029.rubqla (mgr.14180) 1839 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:40:12.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:12 smithi029 bash[14177]: cluster 2024-02-11T17:40:11.254692+0000 mgr.smithi029.rubqla (mgr.14180) 1840 : cluster [DBG] pgmap v1239: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:12.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:12 smithi073 bash[18997]: audit 2024-02-11T17:40:10.987608+0000 mgr.smithi029.rubqla (mgr.14180) 1839 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:40:12.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:12 smithi073 bash[18997]: cluster 2024-02-11T17:40:11.254692+0000 mgr.smithi029.rubqla (mgr.14180) 1840 : cluster [DBG] pgmap v1239: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:13.118 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:40:14.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:14 smithi073 bash[18997]: cluster 2024-02-11T17:40:13.255475+0000 mgr.smithi029.rubqla (mgr.14180) 1841 : cluster [DBG] pgmap v1240: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:40:14.613 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:14 smithi029 bash[14177]: cluster 2024-02-11T17:40:13.255475+0000 mgr.smithi029.rubqla (mgr.14180) 1841 : cluster [DBG] pgmap v1240: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:40:16.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:16 smithi029 bash[14177]: cluster 2024-02-11T17:40:15.256796+0000 mgr.smithi029.rubqla (mgr.14180) 1842 : cluster [DBG] pgmap v1241: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:16.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:16 smithi073 bash[18997]: cluster 2024-02-11T17:40:15.256796+0000 mgr.smithi029.rubqla (mgr.14180) 1842 : cluster [DBG] pgmap v1241: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:17.376 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:40:17.376 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:38:50.296655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.jzkepq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:39:54.669125Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yddbdc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc\nDeploy daemon haproxy.nfs.foo.smithi073.yddbdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:39:59.241312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.tnvzzd on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd\nDeploy daemon haproxy.nfs.foo.smithi029.tnvzzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:39:59.245638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.weftxb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:39:59.247651Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tvdfsb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:40:18.432 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:40:18.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:18 smithi029 bash[14177]: cluster 2024-02-11T17:40:17.258050+0000 mgr.smithi029.rubqla (mgr.14180) 1843 : cluster [DBG] pgmap v1242: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:18.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:18 smithi029 bash[14177]: audit 2024-02-11T17:40:17.361309+0000 mgr.smithi029.rubqla (mgr.14180) 1844 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:40:18.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:18 smithi073 bash[18997]: cluster 2024-02-11T17:40:17.258050+0000 mgr.smithi029.rubqla (mgr.14180) 1843 : cluster [DBG] pgmap v1242: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:18.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:18 smithi073 bash[18997]: audit 2024-02-11T17:40:17.361309+0000 mgr.smithi029.rubqla (mgr.14180) 1844 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:40:19.433 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:40:20.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:20 smithi029 bash[14177]: cluster 2024-02-11T17:40:19.259124+0000 mgr.smithi029.rubqla (mgr.14180) 1845 : cluster [DBG] pgmap v1243: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:20.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:20 smithi073 bash[18997]: cluster 2024-02-11T17:40:19.259124+0000 mgr.smithi029.rubqla (mgr.14180) 1845 : cluster [DBG] pgmap v1243: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:22.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:22 smithi029 bash[14177]: cluster 2024-02-11T17:40:21.260396+0000 mgr.smithi029.rubqla (mgr.14180) 1846 : cluster [DBG] pgmap v1244: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:22.728 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:22 smithi073 bash[18997]: cluster 2024-02-11T17:40:21.260396+0000 mgr.smithi029.rubqla (mgr.14180) 1846 : cluster [DBG] pgmap v1244: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:23.619 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:40:23.620 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:38:50.296655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.jzkepq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:39:54.669125Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yddbdc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc\nDeploy daemon haproxy.nfs.foo.smithi073.yddbdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:39:59.241312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.tnvzzd on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd\nDeploy daemon haproxy.nfs.foo.smithi029.tnvzzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:39:59.245638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.weftxb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:39:59.247651Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tvdfsb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:40:24.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:24 smithi029 bash[14177]: cluster 2024-02-11T17:40:23.261396+0000 mgr.smithi029.rubqla (mgr.14180) 1847 : cluster [DBG] pgmap v1245: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:40:24.715 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:40:24.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:24 smithi073 bash[18997]: cluster 2024-02-11T17:40:23.261396+0000 mgr.smithi029.rubqla (mgr.14180) 1847 : cluster [DBG] pgmap v1245: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:40:25.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:25 smithi029 bash[14177]: audit 2024-02-11T17:40:23.611288+0000 mgr.smithi029.rubqla (mgr.14180) 1848 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:40:25.716 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:40:25.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:25 smithi073 bash[18997]: audit 2024-02-11T17:40:23.611288+0000 mgr.smithi029.rubqla (mgr.14180) 1848 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:40:26.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:26 smithi029 bash[14177]: cluster 2024-02-11T17:40:25.262522+0000 mgr.smithi029.rubqla (mgr.14180) 1849 : cluster [DBG] pgmap v1246: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:26.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:26 smithi073 bash[18997]: cluster 2024-02-11T17:40:25.262522+0000 mgr.smithi029.rubqla (mgr.14180) 1849 : cluster [DBG] pgmap v1246: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:28.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:28 smithi029 bash[14177]: cluster 2024-02-11T17:40:27.263788+0000 mgr.smithi029.rubqla (mgr.14180) 1850 : cluster [DBG] pgmap v1247: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:28.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:28 smithi073 bash[18997]: cluster 2024-02-11T17:40:27.263788+0000 mgr.smithi029.rubqla (mgr.14180) 1850 : cluster [DBG] pgmap v1247: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:30.102 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:40:30.102 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:38:50.296655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.jzkepq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:39:54.669125Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yddbdc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc\nDeploy daemon haproxy.nfs.foo.smithi073.yddbdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:39:59.241312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.tnvzzd on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd\nDeploy daemon haproxy.nfs.foo.smithi029.tnvzzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:39:59.245638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.weftxb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:39:59.247651Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tvdfsb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:40:30.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:30 smithi029 bash[14177]: cluster 2024-02-11T17:40:29.264887+0000 mgr.smithi029.rubqla (mgr.14180) 1851 : cluster [DBG] pgmap v1248: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:30.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:30 smithi073 bash[18997]: cluster 2024-02-11T17:40:29.264887+0000 mgr.smithi029.rubqla (mgr.14180) 1851 : cluster [DBG] pgmap v1248: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:31.129 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:40:31.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:31 smithi029 bash[14177]: audit 2024-02-11T17:40:30.088807+0000 mgr.smithi029.rubqla (mgr.14180) 1852 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:40:31.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:31 smithi073 bash[18997]: audit 2024-02-11T17:40:30.088807+0000 mgr.smithi029.rubqla (mgr.14180) 1852 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:40:32.130 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:40:32.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:32 smithi029 bash[14177]: cluster 2024-02-11T17:40:31.266150+0000 mgr.smithi029.rubqla (mgr.14180) 1853 : cluster [DBG] pgmap v1249: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:32.728 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:32 smithi073 bash[18997]: cluster 2024-02-11T17:40:31.266150+0000 mgr.smithi029.rubqla (mgr.14180) 1853 : cluster [DBG] pgmap v1249: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:34.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:34 smithi029 bash[14177]: cluster 2024-02-11T17:40:33.266891+0000 mgr.smithi029.rubqla (mgr.14180) 1854 : cluster [DBG] pgmap v1250: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:40:34.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:34 smithi073 bash[18997]: cluster 2024-02-11T17:40:33.266891+0000 mgr.smithi029.rubqla (mgr.14180) 1854 : cluster [DBG] pgmap v1250: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:40:36.434 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:40:36.434 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:38:50.296655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.jzkepq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:39:54.669125Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yddbdc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc\nDeploy daemon haproxy.nfs.foo.smithi073.yddbdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:39:59.241312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.tnvzzd on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd\nDeploy daemon haproxy.nfs.foo.smithi029.tnvzzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:39:59.245638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.weftxb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:39:59.247651Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tvdfsb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:40:36.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:36 smithi029 bash[14177]: cluster 2024-02-11T17:40:35.267652+0000 mgr.smithi029.rubqla (mgr.14180) 1855 : cluster [DBG] pgmap v1251: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:36.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:36 smithi073 bash[18997]: cluster 2024-02-11T17:40:35.267652+0000 mgr.smithi029.rubqla (mgr.14180) 1855 : cluster [DBG] pgmap v1251: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:37.477 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:40:37.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:37 smithi029 bash[14177]: audit 2024-02-11T17:40:36.424161+0000 mgr.smithi029.rubqla (mgr.14180) 1856 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:40:37.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:37 smithi073 bash[18997]: audit 2024-02-11T17:40:36.424161+0000 mgr.smithi029.rubqla (mgr.14180) 1856 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:40:38.478 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:40:38.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:38 smithi029 bash[14177]: cluster 2024-02-11T17:40:37.268409+0000 mgr.smithi029.rubqla (mgr.14180) 1857 : cluster [DBG] pgmap v1252: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:38.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:38 smithi073 bash[18997]: cluster 2024-02-11T17:40:37.268409+0000 mgr.smithi029.rubqla (mgr.14180) 1857 : cluster [DBG] pgmap v1252: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:39.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:39 smithi073 bash[18997]: cluster 2024-02-11T17:40:39.269107+0000 mgr.smithi029.rubqla (mgr.14180) 1858 : cluster [DBG] pgmap v1253: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:39.934 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:39 smithi029 bash[14177]: cluster 2024-02-11T17:40:39.269107+0000 mgr.smithi029.rubqla (mgr.14180) 1858 : cluster [DBG] pgmap v1253: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:42.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:42 smithi073 bash[18997]: cluster 2024-02-11T17:40:41.270348+0000 mgr.smithi029.rubqla (mgr.14180) 1859 : cluster [DBG] pgmap v1254: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:42.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:42 smithi029 bash[14177]: cluster 2024-02-11T17:40:41.270348+0000 mgr.smithi029.rubqla (mgr.14180) 1859 : cluster [DBG] pgmap v1254: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:42.753 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:40:42.753 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:38:50.296655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.jzkepq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:39:54.669125Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yddbdc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc\nDeploy daemon haproxy.nfs.foo.smithi073.yddbdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:39:59.241312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.tnvzzd on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd\nDeploy daemon haproxy.nfs.foo.smithi029.tnvzzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:39:59.245638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.weftxb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:39:59.247651Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tvdfsb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:40:43.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:40:44.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:44 smithi073 bash[18997]: audit 2024-02-11T17:40:42.740134+0000 mgr.smithi029.rubqla (mgr.14180) 1860 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:40:44.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:44 smithi073 bash[18997]: cluster 2024-02-11T17:40:43.271263+0000 mgr.smithi029.rubqla (mgr.14180) 1861 : cluster [DBG] pgmap v1255: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:40:44.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:44 smithi029 bash[14177]: audit 2024-02-11T17:40:42.740134+0000 mgr.smithi029.rubqla (mgr.14180) 1860 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:40:44.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:44 smithi029 bash[14177]: cluster 2024-02-11T17:40:43.271263+0000 mgr.smithi029.rubqla (mgr.14180) 1861 : cluster [DBG] pgmap v1255: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:40:44.839 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:40:46.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:46 smithi073 bash[18997]: cluster 2024-02-11T17:40:45.272371+0000 mgr.smithi029.rubqla (mgr.14180) 1862 : cluster [DBG] pgmap v1256: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:46.657 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:46 smithi029 bash[14177]: cluster 2024-02-11T17:40:45.272371+0000 mgr.smithi029.rubqla (mgr.14180) 1862 : cluster [DBG] pgmap v1256: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:48.622 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:48 smithi029 bash[14177]: cluster 2024-02-11T17:40:47.273613+0000 mgr.smithi029.rubqla (mgr.14180) 1863 : cluster [DBG] pgmap v1257: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:48.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:48 smithi073 bash[18997]: cluster 2024-02-11T17:40:47.273613+0000 mgr.smithi029.rubqla (mgr.14180) 1863 : cluster [DBG] pgmap v1257: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:48.997 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:40:48.997 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:38:50.296655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.jzkepq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:39:54.669125Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yddbdc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc\nDeploy daemon haproxy.nfs.foo.smithi073.yddbdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:39:59.241312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.tnvzzd on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd\nDeploy daemon haproxy.nfs.foo.smithi029.tnvzzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:39:59.245638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.weftxb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:39:59.247651Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tvdfsb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:40:50.161 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:40:50.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:50 smithi029 bash[14177]: audit 2024-02-11T17:40:48.988413+0000 mgr.smithi029.rubqla (mgr.14180) 1864 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:40:50.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:50 smithi029 bash[14177]: cluster 2024-02-11T17:40:49.274729+0000 mgr.smithi029.rubqla (mgr.14180) 1865 : cluster [DBG] pgmap v1258: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:50.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:50 smithi073 bash[18997]: audit 2024-02-11T17:40:48.988413+0000 mgr.smithi029.rubqla (mgr.14180) 1864 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:40:50.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:50 smithi073 bash[18997]: cluster 2024-02-11T17:40:49.274729+0000 mgr.smithi029.rubqla (mgr.14180) 1865 : cluster [DBG] pgmap v1258: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:51.162 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:40:52.625 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:52 smithi029 bash[14177]: cluster 2024-02-11T17:40:51.275987+0000 mgr.smithi029.rubqla (mgr.14180) 1866 : cluster [DBG] pgmap v1259: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:52.728 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:52 smithi073 bash[18997]: cluster 2024-02-11T17:40:51.275987+0000 mgr.smithi029.rubqla (mgr.14180) 1866 : cluster [DBG] pgmap v1259: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:54.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:54 smithi029 bash[14177]: cluster 2024-02-11T17:40:53.277268+0000 mgr.smithi029.rubqla (mgr.14180) 1867 : cluster [DBG] pgmap v1260: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:40:54.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:54 smithi073 bash[18997]: cluster 2024-02-11T17:40:53.277268+0000 mgr.smithi029.rubqla (mgr.14180) 1867 : cluster [DBG] pgmap v1260: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:40:55.207 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:40:55.208 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:38:50.296655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.jzkepq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:39:54.669125Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yddbdc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc\nDeploy daemon haproxy.nfs.foo.smithi073.yddbdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:39:59.241312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.tnvzzd on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd\nDeploy daemon haproxy.nfs.foo.smithi029.tnvzzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:39:59.245638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.weftxb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:39:59.247651Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tvdfsb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:40:56.271 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:40:56.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:56 smithi029 bash[14177]: audit 2024-02-11T17:40:55.192543+0000 mgr.smithi029.rubqla (mgr.14180) 1868 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:40:56.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:56 smithi029 bash[14177]: cluster 2024-02-11T17:40:55.278252+0000 mgr.smithi029.rubqla (mgr.14180) 1869 : cluster [DBG] pgmap v1261: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:56.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:56 smithi073 bash[18997]: audit 2024-02-11T17:40:55.192543+0000 mgr.smithi029.rubqla (mgr.14180) 1868 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:40:56.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:56 smithi073 bash[18997]: cluster 2024-02-11T17:40:55.278252+0000 mgr.smithi029.rubqla (mgr.14180) 1869 : cluster [DBG] pgmap v1261: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:57.272 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:40:58.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:58 smithi029 bash[14177]: cluster 2024-02-11T17:40:57.279945+0000 mgr.smithi029.rubqla (mgr.14180) 1870 : cluster [DBG] pgmap v1262: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:58.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:58 smithi073 bash[18997]: cluster 2024-02-11T17:40:57.279945+0000 mgr.smithi029.rubqla (mgr.14180) 1870 : cluster [DBG] pgmap v1262: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:40:59.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:40:59 smithi029 bash[14177]: audit 2024-02-11T17:40:59.251670+0000 mon.smithi029 (mon.0) 1144 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:40:59.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:40:59 smithi073 bash[18997]: audit 2024-02-11T17:40:59.251670+0000 mon.smithi029 (mon.0) 1144 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-11T17:41:00.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:00 smithi029 bash[14177]: cluster 2024-02-11T17:40:59.281218+0000 mgr.smithi029.rubqla (mgr.14180) 1871 : cluster [DBG] pgmap v1263: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:00.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:00 smithi029 bash[14177]: audit 2024-02-11T17:40:59.516307+0000 mon.smithi029 (mon.0) 1145 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:41:00.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:00 smithi073 bash[18997]: cluster 2024-02-11T17:40:59.281218+0000 mgr.smithi029.rubqla (mgr.14180) 1871 : cluster [DBG] pgmap v1263: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:00.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:00 smithi073 bash[18997]: audit 2024-02-11T17:40:59.516307+0000 mon.smithi029 (mon.0) 1145 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:41:01.413 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:41:01.414 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:38:50.296655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.jzkepq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:39:54.669125Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yddbdc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc\nDeploy daemon haproxy.nfs.foo.smithi073.yddbdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:39:59.241312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.tnvzzd on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd\nDeploy daemon haproxy.nfs.foo.smithi029.tnvzzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:39:59.245638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.weftxb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:39:59.247651Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tvdfsb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:41:02.439 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:41:02.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:02 smithi029 bash[14177]: cluster 2024-02-11T17:41:01.282464+0000 mgr.smithi029.rubqla (mgr.14180) 1872 : cluster [DBG] pgmap v1264: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:02.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:02 smithi029 bash[14177]: audit 2024-02-11T17:41:01.401271+0000 mgr.smithi029.rubqla (mgr.14180) 1873 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:41:02.728 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:02 smithi073 bash[18997]: cluster 2024-02-11T17:41:01.282464+0000 mgr.smithi029.rubqla (mgr.14180) 1872 : cluster [DBG] pgmap v1264: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:02.728 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:02 smithi073 bash[18997]: audit 2024-02-11T17:41:01.401271+0000 mgr.smithi029.rubqla (mgr.14180) 1873 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:41:03.439 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:41:04.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:04 smithi029 bash[14177]: cluster 2024-02-11T17:41:03.283698+0000 mgr.smithi029.rubqla (mgr.14180) 1874 : cluster [DBG] pgmap v1265: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:41:04.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:04 smithi073 bash[18997]: cluster 2024-02-11T17:41:03.283698+0000 mgr.smithi029.rubqla (mgr.14180) 1874 : cluster [DBG] pgmap v1265: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:41:06.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:06 smithi029 bash[14177]: cluster 2024-02-11T17:41:05.284454+0000 mgr.smithi029.rubqla (mgr.14180) 1875 : cluster [DBG] pgmap v1266: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:06.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:06 smithi073 bash[18997]: cluster 2024-02-11T17:41:05.284454+0000 mgr.smithi029.rubqla (mgr.14180) 1875 : cluster [DBG] pgmap v1266: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:08.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:08 smithi029 bash[14177]: cluster 2024-02-11T17:41:07.285678+0000 mgr.smithi029.rubqla (mgr.14180) 1876 : cluster [DBG] pgmap v1267: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:08.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:08 smithi073 bash[18997]: cluster 2024-02-11T17:41:07.285678+0000 mgr.smithi029.rubqla (mgr.14180) 1876 : cluster [DBG] pgmap v1267: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:09.692 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:41:09.693 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:38:50.296655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.jzkepq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:39:54.669125Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yddbdc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc\nDeploy daemon haproxy.nfs.foo.smithi073.yddbdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:39:59.241312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.tnvzzd on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd\nDeploy daemon haproxy.nfs.foo.smithi029.tnvzzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:39:59.245638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.weftxb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:39:59.247651Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tvdfsb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:41:10.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:10 smithi029 bash[14177]: cluster 2024-02-11T17:41:09.286811+0000 mgr.smithi029.rubqla (mgr.14180) 1877 : cluster [DBG] pgmap v1268: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:10.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:10 smithi029 bash[14177]: audit 2024-02-11T17:41:09.820733+0000 mon.smithi029 (mon.0) 1146 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:41:10.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:10 smithi073 bash[18997]: cluster 2024-02-11T17:41:09.286811+0000 mgr.smithi029.rubqla (mgr.14180) 1877 : cluster [DBG] pgmap v1268: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:10.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:10 smithi073 bash[18997]: audit 2024-02-11T17:41:09.820733+0000 mon.smithi029 (mon.0) 1146 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:41:11.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:41:11.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:11 smithi029 bash[14177]: audit 2024-02-11T17:41:09.678494+0000 mgr.smithi029.rubqla (mgr.14180) 1878 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:41:11.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:11 smithi073 bash[18997]: audit 2024-02-11T17:41:09.678494+0000 mgr.smithi029.rubqla (mgr.14180) 1878 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:41:12.620 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:41:12.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:12 smithi029 bash[14177]: cluster 2024-02-11T17:41:11.288116+0000 mgr.smithi029.rubqla (mgr.14180) 1879 : cluster [DBG] pgmap v1269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:12.728 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:12 smithi073 bash[18997]: cluster 2024-02-11T17:41:11.288116+0000 mgr.smithi029.rubqla (mgr.14180) 1879 : cluster [DBG] pgmap v1269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:14.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:14 smithi029 bash[14177]: cluster 2024-02-11T17:41:13.288861+0000 mgr.smithi029.rubqla (mgr.14180) 1880 : cluster [DBG] pgmap v1270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:41:14.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:14 smithi073 bash[18997]: cluster 2024-02-11T17:41:13.288861+0000 mgr.smithi029.rubqla (mgr.14180) 1880 : cluster [DBG] pgmap v1270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:41:16.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:16 smithi073 bash[18997]: audit 2024-02-11T17:41:15.287769+0000 mon.smithi029 (mon.0) 1147 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:41:16.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:16 smithi073 bash[18997]: cluster 2024-02-11T17:41:15.289462+0000 mgr.smithi029.rubqla (mgr.14180) 1881 : cluster [DBG] pgmap v1271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:16.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:16 smithi073 bash[18997]: audit 2024-02-11T17:41:15.554015+0000 mon.smithi029 (mon.0) 1148 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:41:16.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:16 smithi073 bash[18997]: audit 2024-02-11T17:41:15.554890+0000 mon.smithi029 (mon.0) 1149 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:41:16.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:16 smithi073 bash[18997]: audit 2024-02-11T17:41:15.561437+0000 mon.smithi029 (mon.0) 1150 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:41:16.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:16 smithi073 bash[18997]: audit 2024-02-11T17:41:15.567687+0000 mon.smithi029 (mon.0) 1151 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:41:16.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:16 smithi073 bash[18997]: audit 2024-02-11T17:41:15.578863+0000 mon.smithi029 (mon.0) 1152 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:41:16.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:16 smithi029 bash[14177]: audit 2024-02-11T17:41:15.287769+0000 mon.smithi029 (mon.0) 1147 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:41:16.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:16 smithi029 bash[14177]: cluster 2024-02-11T17:41:15.289462+0000 mgr.smithi029.rubqla (mgr.14180) 1881 : cluster [DBG] pgmap v1271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:16.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:16 smithi029 bash[14177]: audit 2024-02-11T17:41:15.554015+0000 mon.smithi029 (mon.0) 1148 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-11T17:41:16.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:16 smithi029 bash[14177]: audit 2024-02-11T17:41:15.554890+0000 mon.smithi029 (mon.0) 1149 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-11T17:41:16.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:16 smithi029 bash[14177]: audit 2024-02-11T17:41:15.561437+0000 mon.smithi029 (mon.0) 1150 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:41:16.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:16 smithi029 bash[14177]: audit 2024-02-11T17:41:15.567687+0000 mon.smithi029 (mon.0) 1151 : audit [DBG] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-11T17:41:16.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:16 smithi029 bash[14177]: audit 2024-02-11T17:41:15.578863+0000 mon.smithi029 (mon.0) 1152 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:41:17.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:17 smithi073 bash[18997]: cluster 2024-02-11T17:41:15.562103+0000 mgr.smithi029.rubqla (mgr.14180) 1882 : cluster [DBG] pgmap v1272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:41:17.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:17 smithi073 bash[18997]: cephadm 2024-02-11T17:41:15.581469+0000 mgr.smithi029.rubqla (mgr.14180) 1883 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.kckcrd on smithi073 2024-02-11T17:41:17.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:17 smithi073 bash[18997]: cluster 2024-02-11T17:41:16.284310+0000 mon.smithi029 (mon.0) 1153 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:41:17.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:17 smithi073 bash[18997]: cluster 2024-02-11T17:41:16.284351+0000 mon.smithi029 (mon.0) 1154 : cluster [INF] Cluster is now healthy 2024-02-11T17:41:17.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:17 smithi073 bash[18997]: audit 2024-02-11T17:41:17.100751+0000 mon.smithi029 (mon.0) 1155 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:41:17.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:17 smithi029 bash[14177]: cluster 2024-02-11T17:41:15.562103+0000 mgr.smithi029.rubqla (mgr.14180) 1882 : cluster [DBG] pgmap v1272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:41:17.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:17 smithi029 bash[14177]: cephadm 2024-02-11T17:41:15.581469+0000 mgr.smithi029.rubqla (mgr.14180) 1883 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi073.kckcrd on smithi073 2024-02-11T17:41:17.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:17 smithi029 bash[14177]: cluster 2024-02-11T17:41:16.284310+0000 mon.smithi029 (mon.0) 1153 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-11T17:41:17.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:17 smithi029 bash[14177]: cluster 2024-02-11T17:41:16.284351+0000 mon.smithi029 (mon.0) 1154 : cluster [INF] Cluster is now healthy 2024-02-11T17:41:17.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:17 smithi029 bash[14177]: audit 2024-02-11T17:41:17.100751+0000 mon.smithi029 (mon.0) 1155 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:41:17.907 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:41:17.907 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:38:50.296655Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.jzkepq on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:39:54.669125Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.yddbdc on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-yddbdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.yddbdc\nDeploy daemon haproxy.nfs.foo.smithi073.yddbdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:39:59.241312Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.tnvzzd on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-tnvzzd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.tnvzzd\nDeploy daemon haproxy.nfs.foo.smithi029.tnvzzd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:39:59.245638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.weftxb on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:39:59.247651Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tvdfsb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:41:19.032 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:41:19.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:19 smithi073 bash[18997]: cluster 2024-02-11T17:41:17.563185+0000 mgr.smithi029.rubqla (mgr.14180) 1884 : cluster [DBG] pgmap v1273: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:41:19.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:19 smithi073 bash[18997]: audit 2024-02-11T17:41:17.894610+0000 mgr.smithi029.rubqla (mgr.14180) 1885 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:41:19.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:19 smithi029 bash[14177]: cluster 2024-02-11T17:41:17.563185+0000 mgr.smithi029.rubqla (mgr.14180) 1884 : cluster [DBG] pgmap v1273: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:41:19.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:19 smithi029 bash[14177]: audit 2024-02-11T17:41:17.894610+0000 mgr.smithi029.rubqla (mgr.14180) 1885 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:41:20.033 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:41:20.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: cephadm 2024-02-11T17:41:19.382657+0000 mgr.smithi029.rubqla (mgr.14180) 1886 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kckcrd 2024-02-11T17:41:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:41:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kckcrd 2024-02-11T17:41:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kckcrd 2024-02-11T17:41:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:41:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kckcrd 2024-02-11T17:41:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.kckcrd ... 2024-02-11T17:41:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:41:20.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:41:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:41:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:41:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:41:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:41:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:41:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:41:20.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:41:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:41:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kckcrd 2024-02-11T17:41:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:41:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kckcrd 2024-02-11T17:41:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kckcrd 2024-02-11T17:41:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:41:20.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kckcrd 2024-02-11T17:41:20.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.kckcrd ... 2024-02-11T17:41:20.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:41:20.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:41:20.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:41:20.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:41:20.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:41:20.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: cephadm 2024-02-11T17:41:19.383263+0000 mgr.smithi029.rubqla (mgr.14180) 1887 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.kckcrd 2024-02-11T17:41:20.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: audit 2024-02-11T17:41:19.384097+0000 mon.smithi029 (mon.0) 1156 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.kckcrd"}]: dispatch 2024-02-11T17:41:20.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: cephadm 2024-02-11T17:41:19.385873+0000 mgr.smithi029.rubqla (mgr.14180) 1888 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.kckcrd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kckcrd 2024-02-11T17:41:20.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:41:20.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kckcrd 2024-02-11T17:41:20.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kckcrd 2024-02-11T17:41:20.599 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:41:20.600 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kckcrd 2024-02-11T17:41:20.600 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi073.kckcrd ... 2024-02-11T17:41:20.600 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:41:20.600 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:41:20.600 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:41:20.600 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:41:20.601 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:41:20.601 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:20 smithi073 bash[18997]: cephadm 2024-02-11T17:41:19.391395+0000 mgr.smithi029.rubqla (mgr.14180) 1889 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.imjluc on smithi029 2024-02-11T17:41:20.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: cephadm 2024-02-11T17:41:19.382657+0000 mgr.smithi029.rubqla (mgr.14180) 1886 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kckcrd 2024-02-11T17:41:20.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:41:20.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kckcrd 2024-02-11T17:41:20.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kckcrd 2024-02-11T17:41:20.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:41:20.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kckcrd 2024-02-11T17:41:20.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.kckcrd ... 2024-02-11T17:41:20.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:41:20.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:41:20.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:41:20.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:41:20.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:41:20.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:41:20.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:41:20.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:41:20.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:41:20.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:41:20.685 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kckcrd 2024-02-11T17:41:20.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:41:20.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kckcrd 2024-02-11T17:41:20.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kckcrd 2024-02-11T17:41:20.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:41:20.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kckcrd 2024-02-11T17:41:20.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.kckcrd ... 2024-02-11T17:41:20.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:41:20.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:41:20.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:41:20.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:41:20.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:41:20.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: cephadm 2024-02-11T17:41:19.383263+0000 mgr.smithi029.rubqla (mgr.14180) 1887 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi073.kckcrd 2024-02-11T17:41:20.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: audit 2024-02-11T17:41:19.384097+0000 mon.smithi029 (mon.0) 1156 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi073.kckcrd"}]: dispatch 2024-02-11T17:41:20.686 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: cephadm 2024-02-11T17:41:19.385873+0000 mgr.smithi029.rubqla (mgr.14180) 1888 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi073.kckcrd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kckcrd 2024-02-11T17:41:20.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:41:20.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kckcrd 2024-02-11T17:41:20.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kckcrd 2024-02-11T17:41:20.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:41:20.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kckcrd 2024-02-11T17:41:20.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi073.kckcrd ... 2024-02-11T17:41:20.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:41:20.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:41:20.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:41:20.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:41:20.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:41:20.687 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:20 smithi029 bash[14177]: cephadm 2024-02-11T17:41:19.391395+0000 mgr.smithi029.rubqla (mgr.14180) 1889 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi029.imjluc on smithi029 2024-02-11T17:41:21.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:21 smithi073 bash[18997]: cluster 2024-02-11T17:41:19.563886+0000 mgr.smithi029.rubqla (mgr.14180) 1890 : cluster [DBG] pgmap v1274: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:41:21.647 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:21 smithi029 bash[14177]: cluster 2024-02-11T17:41:19.563886+0000 mgr.smithi029.rubqla (mgr.14180) 1890 : cluster [DBG] pgmap v1274: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:41:23.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:23 smithi073 bash[18997]: cluster 2024-02-11T17:41:21.564725+0000 mgr.smithi029.rubqla (mgr.14180) 1891 : cluster [DBG] pgmap v1275: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:41:23.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:23 smithi029 bash[14177]: cluster 2024-02-11T17:41:21.564725+0000 mgr.smithi029.rubqla (mgr.14180) 1891 : cluster [DBG] pgmap v1275: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:41:24.593 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:24 smithi073 bash[18997]: audit 2024-02-11T17:41:23.999984+0000 mon.smithi029 (mon.0) 1157 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.imjluc"}]: dispatch 2024-02-11T17:41:24.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:24 smithi029 bash[14177]: audit 2024-02-11T17:41:23.999984+0000 mon.smithi029 (mon.0) 1157 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi029.imjluc"}]: dispatch 2024-02-11T17:41:24.817 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:41:24.818 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:39:59.247651Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tvdfsb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:41:19.385539Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kckcrd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kckcrd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kckcrd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kckcrd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kckcrd\nDeploy daemon haproxy.nfs.foo.smithi073.kckcrd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:41:24.000924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.imjluc on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-imjluc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-imjluc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.imjluc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.imjluc\nDeploy daemon haproxy.nfs.foo.smithi029.imjluc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:41:24.004459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fulsuh on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:41:24.007664Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.kqcucj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:41:25.434 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: cluster 2024-02-11T17:41:23.565361+0000 mgr.smithi029.rubqla (mgr.14180) 1892 : cluster [DBG] pgmap v1276: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:41:25.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: cephadm 2024-02-11T17:41:23.998897+0000 mgr.smithi029.rubqla (mgr.14180) 1893 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-imjluc 2024-02-11T17:41:25.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:41:25.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-imjluc 2024-02-11T17:41:25.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.imjluc 2024-02-11T17:41:25.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:41:25.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.imjluc 2024-02-11T17:41:25.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.imjluc ... 2024-02-11T17:41:25.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:41:25.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:41:25.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:41:25.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:41:25.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:41:25.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: Traceback (most recent call last): 2024-02-11T17:41:25.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:41:25.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: yield (conn, connr) 2024-02-11T17:41:25.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:41:25.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: code, '\n'.join(err))) 2024-02-11T17:41:25.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-imjluc 2024-02-11T17:41:25.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:41:25.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-imjluc 2024-02-11T17:41:25.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.imjluc 2024-02-11T17:41:25.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:41:25.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.imjluc 2024-02-11T17:41:25.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.imjluc ... 2024-02-11T17:41:25.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:41:25.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:41:25.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:41:25.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:41:25.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:41:25.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: cephadm 2024-02-11T17:41:23.999444+0000 mgr.smithi029.rubqla (mgr.14180) 1894 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.imjluc 2024-02-11T17:41:25.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: cephadm 2024-02-11T17:41:24.001154+0000 mgr.smithi029.rubqla (mgr.14180) 1895 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.imjluc on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-imjluc 2024-02-11T17:41:25.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:41:25.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-imjluc 2024-02-11T17:41:25.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.imjluc 2024-02-11T17:41:25.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: /usr/bin/docker: stdout 2024-02-11T17:41:25.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.imjluc 2024-02-11T17:41:25.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: Deploy daemon haproxy.nfs.foo.smithi029.imjluc ... 2024-02-11T17:41:25.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:41:25.437 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:41:25.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:41:25.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: stat: stderr See 'docker run --help'. 2024-02-11T17:41:25.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:41:25.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: cephadm 2024-02-11T17:41:24.004636+0000 mgr.smithi029.rubqla (mgr.14180) 1896 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.fulsuh on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:41:25.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: cephadm 2024-02-11T17:41:24.007839+0000 mgr.smithi029.rubqla (mgr.14180) 1897 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.kqcucj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:41:25.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: cluster 2024-02-11T17:41:24.008931+0000 mgr.smithi029.rubqla (mgr.14180) 1898 : cluster [DBG] pgmap v1277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 0 op/s 2024-02-11T17:41:25.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:25 smithi029 bash[14177]: cluster 2024-02-11T17:41:24.322885+0000 mon.smithi029 (mon.0) 1158 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:41:25.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: cluster 2024-02-11T17:41:23.565361+0000 mgr.smithi029.rubqla (mgr.14180) 1892 : cluster [DBG] pgmap v1276: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-11T17:41:25.594 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: cephadm 2024-02-11T17:41:23.998897+0000 mgr.smithi029.rubqla (mgr.14180) 1893 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-imjluc 2024-02-11T17:41:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:41:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-imjluc 2024-02-11T17:41:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.imjluc 2024-02-11T17:41:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:41:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.imjluc 2024-02-11T17:41:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.imjluc ... 2024-02-11T17:41:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:41:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:41:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:41:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:41:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:41:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: Traceback (most recent call last): 2024-02-11T17:41:25.595 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-11T17:41:25.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: yield (conn, connr) 2024-02-11T17:41:25.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-11T17:41:25.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: code, '\n'.join(err))) 2024-02-11T17:41:25.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-imjluc 2024-02-11T17:41:25.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:41:25.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-imjluc 2024-02-11T17:41:25.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.imjluc 2024-02-11T17:41:25.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:41:25.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.imjluc 2024-02-11T17:41:25.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.imjluc ... 2024-02-11T17:41:25.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:41:25.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:41:25.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:41:25.596 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:41:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:41:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: cephadm 2024-02-11T17:41:23.999444+0000 mgr.smithi029.rubqla (mgr.14180) 1894 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi029.imjluc 2024-02-11T17:41:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: cephadm 2024-02-11T17:41:24.001154+0000 mgr.smithi029.rubqla (mgr.14180) 1895 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi029.imjluc on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-imjluc 2024-02-11T17:41:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:41:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-imjluc 2024-02-11T17:41:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.imjluc 2024-02-11T17:41:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: /usr/bin/docker: stdout 2024-02-11T17:41:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.imjluc 2024-02-11T17:41:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: Deploy daemon haproxy.nfs.foo.smithi029.imjluc ... 2024-02-11T17:41:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:41:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-11T17:41:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-11T17:41:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: stat: stderr See 'docker run --help'. 2024-02-11T17:41:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-11T17:41:25.597 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: cephadm 2024-02-11T17:41:24.004636+0000 mgr.smithi029.rubqla (mgr.14180) 1896 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi029.fulsuh on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:41:25.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: cephadm 2024-02-11T17:41:24.007839+0000 mgr.smithi029.rubqla (mgr.14180) 1897 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi073.kqcucj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-11T17:41:25.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: cluster 2024-02-11T17:41:24.008931+0000 mgr.smithi029.rubqla (mgr.14180) 1898 : cluster [DBG] pgmap v1277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 0 op/s 2024-02-11T17:41:25.598 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:25 smithi073 bash[18997]: cluster 2024-02-11T17:41:24.322885+0000 mon.smithi029 (mon.0) 1158 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-11T17:41:25.944 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:41:26.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:26 smithi029 bash[14177]: audit 2024-02-11T17:41:24.805303+0000 mgr.smithi029.rubqla (mgr.14180) 1899 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:41:26.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:26 smithi073 bash[18997]: audit 2024-02-11T17:41:24.805303+0000 mgr.smithi029.rubqla (mgr.14180) 1899 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:41:26.945 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:41:27.433 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:27 smithi029 bash[14177]: cluster 2024-02-11T17:41:26.010076+0000 mgr.smithi029.rubqla (mgr.14180) 1900 : cluster [DBG] pgmap v1278: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-02-11T17:41:27.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:27 smithi073 bash[18997]: cluster 2024-02-11T17:41:26.010076+0000 mgr.smithi029.rubqla (mgr.14180) 1900 : cluster [DBG] pgmap v1278: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-02-11T17:41:29.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:29 smithi029 bash[14177]: cluster 2024-02-11T17:41:28.011333+0000 mgr.smithi029.rubqla (mgr.14180) 1901 : cluster [DBG] pgmap v1279: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-02-11T17:41:29.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:29 smithi029 bash[14177]: audit 2024-02-11T17:41:28.713792+0000 mon.smithi029 (mon.0) 1159 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:41:29.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:29 smithi073 bash[18997]: cluster 2024-02-11T17:41:28.011333+0000 mgr.smithi029.rubqla (mgr.14180) 1901 : cluster [DBG] pgmap v1279: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-02-11T17:41:29.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:29 smithi073 bash[18997]: audit 2024-02-11T17:41:28.713792+0000 mon.smithi029 (mon.0) 1159 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:41:31.300 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:41:31.300 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:39:59.247651Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tvdfsb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:41:19.385539Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kckcrd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kckcrd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kckcrd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kckcrd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kckcrd\nDeploy daemon haproxy.nfs.foo.smithi073.kckcrd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:41:24.000924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.imjluc on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-imjluc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-imjluc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.imjluc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.imjluc\nDeploy daemon haproxy.nfs.foo.smithi029.imjluc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:41:24.004459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fulsuh on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:41:24.007664Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.kqcucj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:41:31.627 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:31 smithi029 bash[14177]: cluster 2024-02-11T17:41:30.012412+0000 mgr.smithi029.rubqla (mgr.14180) 1902 : cluster [DBG] pgmap v1280: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-02-11T17:41:31.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:31 smithi073 bash[18997]: cluster 2024-02-11T17:41:30.012412+0000 mgr.smithi029.rubqla (mgr.14180) 1902 : cluster [DBG] pgmap v1280: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-02-11T17:41:32.408 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:41:32.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:32 smithi029 bash[14177]: audit 2024-02-11T17:41:31.285291+0000 mgr.smithi029.rubqla (mgr.14180) 1903 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:41:32.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:32 smithi029 bash[14177]: audit 2024-02-11T17:41:32.099419+0000 mon.smithi029 (mon.0) 1160 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:41:32.728 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:32 smithi073 bash[18997]: audit 2024-02-11T17:41:31.285291+0000 mgr.smithi029.rubqla (mgr.14180) 1903 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:41:32.729 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:32 smithi073 bash[18997]: audit 2024-02-11T17:41:32.099419+0000 mon.smithi029 (mon.0) 1160 : audit [INF] from='mgr.14180 172.21.15.29:0/190306987' entity='mgr.smithi029.rubqla' 2024-02-11T17:41:33.409 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:41:33.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:33 smithi029 bash[14177]: cluster 2024-02-11T17:41:32.013607+0000 mgr.smithi029.rubqla (mgr.14180) 1904 : cluster [DBG] pgmap v1281: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-02-11T17:41:33.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:33 smithi073 bash[18997]: cluster 2024-02-11T17:41:32.013607+0000 mgr.smithi029.rubqla (mgr.14180) 1904 : cluster [DBG] pgmap v1281: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-02-11T17:41:35.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:35 smithi029 bash[14177]: cluster 2024-02-11T17:41:34.014834+0000 mgr.smithi029.rubqla (mgr.14180) 1905 : cluster [DBG] pgmap v1282: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-11T17:41:35.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:35 smithi073 bash[18997]: cluster 2024-02-11T17:41:34.014834+0000 mgr.smithi029.rubqla (mgr.14180) 1905 : cluster [DBG] pgmap v1282: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-02-11T17:41:37.638 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:41:37.638 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:39:59.247651Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tvdfsb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:41:19.385539Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kckcrd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kckcrd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kckcrd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kckcrd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kckcrd\nDeploy daemon haproxy.nfs.foo.smithi073.kckcrd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:41:24.000924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.imjluc on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-imjluc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-imjluc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.imjluc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.imjluc\nDeploy daemon haproxy.nfs.foo.smithi029.imjluc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:41:24.004459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fulsuh on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:41:24.007664Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.kqcucj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:41:37.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:37 smithi029 bash[14177]: cluster 2024-02-11T17:41:36.015558+0000 mgr.smithi029.rubqla (mgr.14180) 1906 : cluster [DBG] pgmap v1283: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:37.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:37 smithi073 bash[18997]: cluster 2024-02-11T17:41:36.015558+0000 mgr.smithi029.rubqla (mgr.14180) 1906 : cluster [DBG] pgmap v1283: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:38.736 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:41:39.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:39 smithi029 bash[14177]: audit 2024-02-11T17:41:37.624163+0000 mgr.smithi029.rubqla (mgr.14180) 1907 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:41:39.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:39 smithi029 bash[14177]: cluster 2024-02-11T17:41:38.016841+0000 mgr.smithi029.rubqla (mgr.14180) 1908 : cluster [DBG] pgmap v1284: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:39.737 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:41:39.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:39 smithi073 bash[18997]: audit 2024-02-11T17:41:37.624163+0000 mgr.smithi029.rubqla (mgr.14180) 1907 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:41:39.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:39 smithi073 bash[18997]: cluster 2024-02-11T17:41:38.016841+0000 mgr.smithi029.rubqla (mgr.14180) 1908 : cluster [DBG] pgmap v1284: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:41.618 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:41 smithi029 bash[14177]: cluster 2024-02-11T17:41:40.017951+0000 mgr.smithi029.rubqla (mgr.14180) 1909 : cluster [DBG] pgmap v1285: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:41.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:41 smithi073 bash[18997]: cluster 2024-02-11T17:41:40.017951+0000 mgr.smithi029.rubqla (mgr.14180) 1909 : cluster [DBG] pgmap v1285: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:43.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:43 smithi029 bash[14177]: cluster 2024-02-11T17:41:42.019144+0000 mgr.smithi029.rubqla (mgr.14180) 1910 : cluster [DBG] pgmap v1286: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:43.724 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:41:43.724 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:39:59.247651Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tvdfsb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:41:19.385539Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kckcrd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kckcrd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kckcrd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kckcrd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kckcrd\nDeploy daemon haproxy.nfs.foo.smithi073.kckcrd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:41:24.000924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.imjluc on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-imjluc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-imjluc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.imjluc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.imjluc\nDeploy daemon haproxy.nfs.foo.smithi029.imjluc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:41:24.004459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fulsuh on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:41:24.007664Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.kqcucj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:41:43.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:43 smithi073 bash[18997]: cluster 2024-02-11T17:41:42.019144+0000 mgr.smithi029.rubqla (mgr.14180) 1910 : cluster [DBG] pgmap v1286: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:44.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:41:45.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:45 smithi029 bash[14177]: audit 2024-02-11T17:41:43.711987+0000 mgr.smithi029.rubqla (mgr.14180) 1911 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:41:45.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:45 smithi029 bash[14177]: cluster 2024-02-11T17:41:44.020418+0000 mgr.smithi029.rubqla (mgr.14180) 1912 : cluster [DBG] pgmap v1287: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:41:45.771 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:41:45.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:45 smithi073 bash[18997]: audit 2024-02-11T17:41:43.711987+0000 mgr.smithi029.rubqla (mgr.14180) 1911 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:41:45.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:45 smithi073 bash[18997]: cluster 2024-02-11T17:41:44.020418+0000 mgr.smithi029.rubqla (mgr.14180) 1912 : cluster [DBG] pgmap v1287: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:41:47.625 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:47 smithi029 bash[14177]: cluster 2024-02-11T17:41:46.021585+0000 mgr.smithi029.rubqla (mgr.14180) 1913 : cluster [DBG] pgmap v1288: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:47.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:47 smithi073 bash[18997]: cluster 2024-02-11T17:41:46.021585+0000 mgr.smithi029.rubqla (mgr.14180) 1913 : cluster [DBG] pgmap v1288: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:49.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:49 smithi029 bash[14177]: cluster 2024-02-11T17:41:48.022844+0000 mgr.smithi029.rubqla (mgr.14180) 1914 : cluster [DBG] pgmap v1289: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:49.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:49 smithi073 bash[18997]: cluster 2024-02-11T17:41:48.022844+0000 mgr.smithi029.rubqla (mgr.14180) 1914 : cluster [DBG] pgmap v1289: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:50.035 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:41:50.035 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:39:59.247651Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tvdfsb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:41:19.385539Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kckcrd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kckcrd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kckcrd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kckcrd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kckcrd\nDeploy daemon haproxy.nfs.foo.smithi073.kckcrd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:41:24.000924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.imjluc on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-imjluc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-imjluc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.imjluc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.imjluc\nDeploy daemon haproxy.nfs.foo.smithi029.imjluc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:41:24.004459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fulsuh on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:41:24.007664Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.kqcucj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:41:51.139 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:41:51.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:51 smithi029 bash[14177]: audit 2024-02-11T17:41:50.022254+0000 mgr.smithi029.rubqla (mgr.14180) 1915 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:41:51.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:51 smithi029 bash[14177]: cluster 2024-02-11T17:41:50.024151+0000 mgr.smithi029.rubqla (mgr.14180) 1916 : cluster [DBG] pgmap v1290: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:51.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:51 smithi073 bash[18997]: audit 2024-02-11T17:41:50.022254+0000 mgr.smithi029.rubqla (mgr.14180) 1915 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:41:51.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:51 smithi073 bash[18997]: cluster 2024-02-11T17:41:50.024151+0000 mgr.smithi029.rubqla (mgr.14180) 1916 : cluster [DBG] pgmap v1290: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:52.141 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:41:53.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:53 smithi029 bash[14177]: cluster 2024-02-11T17:41:52.025346+0000 mgr.smithi029.rubqla (mgr.14180) 1917 : cluster [DBG] pgmap v1291: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:53.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:53 smithi073 bash[18997]: cluster 2024-02-11T17:41:52.025346+0000 mgr.smithi029.rubqla (mgr.14180) 1917 : cluster [DBG] pgmap v1291: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:55.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:55 smithi073 bash[18997]: cluster 2024-02-11T17:41:54.026539+0000 mgr.smithi029.rubqla (mgr.14180) 1918 : cluster [DBG] pgmap v1292: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:41:55.893 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:55 smithi029 bash[14177]: cluster 2024-02-11T17:41:54.026539+0000 mgr.smithi029.rubqla (mgr.14180) 1918 : cluster [DBG] pgmap v1292: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-11T17:41:56.282 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:41:56.282 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:39:59.247651Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tvdfsb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:41:19.385539Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kckcrd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kckcrd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kckcrd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kckcrd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kckcrd\nDeploy daemon haproxy.nfs.foo.smithi073.kckcrd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:41:24.000924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.imjluc on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-imjluc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-imjluc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.imjluc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.imjluc\nDeploy daemon haproxy.nfs.foo.smithi029.imjluc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:41:24.004459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fulsuh on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:41:24.007664Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.kqcucj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:41:57.386 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:41:57.683 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:57 smithi029 bash[14177]: cluster 2024-02-11T17:41:56.027644+0000 mgr.smithi029.rubqla (mgr.14180) 1919 : cluster [DBG] pgmap v1293: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:57.684 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:57 smithi029 bash[14177]: audit 2024-02-11T17:41:56.269715+0000 mgr.smithi029.rubqla (mgr.14180) 1920 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:41:57.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:57 smithi073 bash[18997]: cluster 2024-02-11T17:41:56.027644+0000 mgr.smithi029.rubqla (mgr.14180) 1919 : cluster [DBG] pgmap v1293: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:57.844 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:57 smithi073 bash[18997]: audit 2024-02-11T17:41:56.269715+0000 mgr.smithi029.rubqla (mgr.14180) 1920 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:41:58.387 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5db25abe00e218b6920215c0bef70af7e47c7152 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-11T17:41:59.834 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:41:59 smithi029 bash[14177]: cluster 2024-02-11T17:41:58.028922+0000 mgr.smithi029.rubqla (mgr.14180) 1921 : cluster [DBG] pgmap v1294: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:41:59.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:41:59 smithi073 bash[18997]: cluster 2024-02-11T17:41:58.028922+0000 mgr.smithi029.rubqla (mgr.14180) 1921 : cluster [DBG] pgmap v1294: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:42:00.843 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:42:00 smithi073 bash[18997]: cluster 2024-02-11T17:42:00.029964+0000 mgr.smithi029.rubqla (mgr.14180) 1922 : cluster [DBG] pgmap v1295: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:42:00.933 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:42:00 smithi029 bash[14177]: cluster 2024-02-11T17:42:00.029964+0000 mgr.smithi029.rubqla (mgr.14180) 1922 : cluster [DBG] pgmap v1295: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:42:02.665 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-11T17:42:02.666 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-11T16:59:56.105440Z", "last_refresh": "2024-02-11T17:32:58.596383Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-11T16:59:44.936771Z", "last_refresh": "2024-02-11T17:32:57.627780Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-11T16:59:49.872957Z", "last_refresh": "2024-02-11T17:32:58.596854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-11T17:39:59.247651Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.tvdfsb on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:41:19.385539Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi073.kckcrd on smithi073: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kckcrd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi073-kckcrd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kckcrd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi073.kckcrd\nDeploy daemon haproxy.nfs.foo.smithi073.kckcrd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi073 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:41:24.000924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi029.imjluc on smithi029: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-imjluc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy-nfs-foo-smithi029-imjluc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.imjluc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-haproxy.nfs.foo.smithi029.imjluc\nDeploy daemon haproxy.nfs.foo.smithi029.imjluc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi029 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-11T17:41:24.004459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi029.fulsuh on smithi029: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-11T17:41:24.007664Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi073.kqcucj on smithi073: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.29/16"}, "status": {"created": "2024-02-11T17:10:00.330259Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-02-11T17:09:54.524173Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-11T17:09:54.516891Z", "last_refresh": "2024-02-11T17:32:57.629388Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-11T16:59:42.442067Z", "last_refresh": "2024-02-11T17:32:57.628121Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:01:53.327390Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi073:172.21.15.73=smithi073"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-11T17:01:53.323985Z", "last_refresh": "2024-02-11T17:32:57.628344Z", "running": 2, "size": 2}}, {"events": ["2024-02-11T17:10:00.329964Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-11T17:10:00.323748Z", "last_refresh": "2024-02-11T17:32:57.629556Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-11T16:59:52.345379Z", "last_refresh": "2024-02-11T17:32:57.628537Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-11T17:02:41.628828Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-11T17:02:41.623419Z", "last_refresh": "2024-02-11T17:32:57.628707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-11T16:59:47.430250Z", "last_refresh": "2024-02-11T17:32:58.597320Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-11T17:42:03.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:42:03 smithi073 bash[18997]: cluster 2024-02-11T17:42:02.030914+0000 mgr.smithi029.rubqla (mgr.14180) 1923 : cluster [DBG] pgmap v1296: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:42:03.435 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:42:03 smithi029 bash[14177]: cluster 2024-02-11T17:42:02.030914+0000 mgr.smithi029.rubqla (mgr.14180) 1923 : cluster [DBG] pgmap v1296: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-11T17:42:03.714 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-11T17:42:03.715 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-11T17:42:03.964 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=98ca1713524b4590b9856352a47b5b4e Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_5db25abe00e218b6920215c0bef70af7e47c7152/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-11T17:42:03.966 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-02-11T17:42:03.976 INFO:tasks.vip:Removing 10.0.15.29 (and any VIPs) on smithi029.front.sepia.ceph.com iface ens1f0... 2024-02-11T17:42:03.976 DEBUG:teuthology.orchestra.run.smithi029:> sudo ip addr del 10.0.15.29/16 dev ens1f0 2024-02-11T17:42:04.004 DEBUG:teuthology.orchestra.run.smithi029:> sudo ip addr del 10.0.31.29/16 dev ens1f0 2024-02-11T17:42:04.063 INFO:teuthology.orchestra.run.smithi029.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-11T17:42:04.063 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-11T17:42:04.064 INFO:tasks.vip:Removing 10.0.15.73 (and any VIPs) on smithi073.front.sepia.ceph.com iface enp3s0f1... 2024-02-11T17:42:04.064 DEBUG:teuthology.orchestra.run.smithi073:> sudo ip addr del 10.0.15.73/16 dev enp3s0f1 2024-02-11T17:42:04.080 DEBUG:teuthology.orchestra.run.smithi073:> sudo ip addr del 10.0.31.29/16 dev enp3s0f1 2024-02-11T17:42:04.137 INFO:teuthology.orchestra.run.smithi073.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-11T17:42:04.138 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-11T17:42:04.139 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-11T17:42:04.149 INFO:tasks.cephadm:Teardown begin 2024-02-11T17:42:04.149 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-11T17:42:04.164 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-11T17:42:04.199 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-11T17:42:04.200 DEBUG:teuthology.orchestra.run.smithi029:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-11T17:42:04.212 DEBUG:teuthology.orchestra.run.smithi073:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-11T17:42:04.246 INFO:tasks.cephadm:Stopping all daemons... 2024-02-11T17:42:04.247 INFO:tasks.cephadm.mon.smithi029:Stopping mon.smithi029... 2024-02-11T17:42:04.247 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715@mon.smithi029 2024-02-11T17:42:04.264 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:42:04 smithi029 bash[14177]: audit 2024-02-11T17:42:02.652795+0000 mgr.smithi029.rubqla (mgr.14180) 1924 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:42:04.343 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:42:04 smithi073 bash[18997]: audit 2024-02-11T17:42:02.652795+0000 mgr.smithi029.rubqla (mgr.14180) 1924 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-11T17:42:04.592 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:42:04 smithi029 systemd[1]: Stopping Ceph mon.smithi029 for ae9da74a-c8fe-11ee-95b9-87774f69a715... 2024-02-11T17:42:04.592 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:42:04 smithi029 bash[122286]: Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-mon.smithi029 2024-02-11T17:42:04.592 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:42:04 smithi029 bash[14177]: debug 2024-02-11T17:42:04.445+0000 7f64a8299700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi029 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-11T17:42:04.593 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:42:04 smithi029 bash[14177]: debug 2024-02-11T17:42:04.445+0000 7f64a8299700 -1 mon.smithi029@0(leader) e2 *** Got Signal Terminated *** 2024-02-11T17:42:05.800 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:42:05 smithi029 bash[122322]: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-mon-smithi029 2024-02-11T17:42:05.800 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:42:05 smithi029 bash[122395]: Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-mon-smithi029 2024-02-11T17:42:05.801 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:42:05 smithi029 systemd[1]: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715@mon.smithi029.service: Succeeded. 2024-02-11T17:42:05.801 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Feb 11 17:42:05 smithi029 systemd[1]: Stopped Ceph mon.smithi029 for ae9da74a-c8fe-11ee-95b9-87774f69a715. 2024-02-11T17:42:05.802 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715@mon.smithi029.service' 2024-02-11T17:42:05.899 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-11T17:42:05.900 INFO:tasks.cephadm.mon.smithi029:Stopped mon.smithi029 2024-02-11T17:42:05.900 INFO:tasks.cephadm.mon.smithi073:Stopping mon.smithi073... 2024-02-11T17:42:05.900 DEBUG:teuthology.orchestra.run.smithi073:> sudo systemctl stop ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715@mon.smithi073 2024-02-11T17:42:06.212 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:42:05 smithi073 systemd[1]: Stopping Ceph mon.smithi073 for ae9da74a-c8fe-11ee-95b9-87774f69a715... 2024-02-11T17:42:06.212 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:42:05 smithi073 bash[46991]: Error response from daemon: No such container: ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715-mon.smithi073 2024-02-11T17:42:06.213 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:42:06 smithi073 bash[18997]: debug 2024-02-11T17:42:06.069+0000 7f400bde0700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi073 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-11T17:42:06.213 INFO:journalctl@ceph.mon.smithi073.smithi073.stdout:Feb 11 17:42:06 smithi073 bash[18997]: debug 2024-02-11T17:42:06.069+0000 7f400bde0700 -1 mon.smithi073@1(peon) e2 *** Got Signal Terminated *** 2024-02-11T17:42:07.127 DEBUG:teuthology.orchestra.run.smithi073:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ae9da74a-c8fe-11ee-95b9-87774f69a715@mon.smithi073.service' 2024-02-11T17:42:07.182 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-11T17:42:07.182 INFO:tasks.cephadm.mon.smithi073:Stopped mon.smithi073 2024-02-11T17:42:07.183 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 --force --keep-logs 2024-02-11T17:43:14.963 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 --force --keep-logs 2024-02-11T17:44:16.069 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-11T17:44:16.098 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-11T17:44:16.114 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-11T17:44:16.124 DEBUG:teuthology.misc:Transferring archived files from smithi029:/var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556244/remote/ubuntu@smithi029.front.sepia.ceph.com/crash 2024-02-11T17:44:16.130 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/crash -- . 2024-02-11T17:44:16.157 INFO:teuthology.orchestra.run.smithi029.stderr:tar: /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/crash: Cannot open: No such file or directory 2024-02-11T17:44:16.157 INFO:teuthology.orchestra.run.smithi029.stderr:tar: Error is not recoverable: exiting now 2024-02-11T17:44:16.161 DEBUG:teuthology.misc:Transferring archived files from smithi073:/var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556244/remote/ubuntu@smithi073.front.sepia.ceph.com/crash 2024-02-11T17:44:16.162 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/crash -- . 2024-02-11T17:44:16.177 INFO:teuthology.orchestra.run.smithi073.stderr:tar: /var/lib/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/crash: Cannot open: No such file or directory 2024-02-11T17:44:16.177 INFO:teuthology.orchestra.run.smithi073.stderr:tar: Error is not recoverable: exiting now 2024-02-11T17:44:16.178 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-11T17:44:16.178 DEBUG:teuthology.orchestra.run.smithi029:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-11T17:44:16.216 INFO:teuthology.orchestra.run.smithi029.stderr:grep: /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph.log: No such file or directory 2024-02-11T17:44:16.218 INFO:tasks.cephadm:Compressing logs... 2024-02-11T17:44:16.218 DEBUG:teuthology.orchestra.run.smithi029:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-11T17:44:16.264 DEBUG:teuthology.orchestra.run.smithi073:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-11T17:44:16.276 INFO:teuthology.orchestra.run.smithi029.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-02-11T17:44:16.281 INFO:teuthology.orchestra.run.smithi073.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-02-11T17:44:16.296 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-11T17:44:16.296 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi073.jdzgex.log 2024-02-11T17:44:16.297 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-mgr.smithi073.utgpdt.log 2024-02-11T17:44:16.297 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-osd.6.log 2024-02-11T17:44:16.298 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi073.jdzgex.log: /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-mgr.smithi073.utgpdt.log: gzip -5 --verbose -- /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-mon.smithi073.log 2024-02-11T17:44:16.299 INFO:teuthology.orchestra.run.smithi073.stderr: 83.9% -- replaced with /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi073.jdzgex.log.gz 2024-02-11T17:44:16.300 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-osd.0.log 2024-02-11T17:44:16.300 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-mon.smithi073.log: gzip -5 --verbose -- /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-osd.4.log 2024-02-11T17:44:16.300 INFO:teuthology.orchestra.run.smithi073.stderr:gzip -5 --verbose -- /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-volume.log 2024-02-11T17:44:16.301 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-osd.2.log 2024-02-11T17:44:16.309 INFO:teuthology.orchestra.run.smithi073.stderr:/var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-osd.4.log: /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-volume.log: /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-osd.2.log: 93.8% -- replaced with /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-mgr.smithi073.utgpdt.log.gz 2024-02-11T17:44:16.309 INFO:teuthology.orchestra.run.smithi073.stderr: 92.4% -- replaced with /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-volume.log.gz 2024-02-11T17:44:16.310 INFO:teuthology.orchestra.run.smithi073.stderr: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-11T17:44:16.315 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-11T17:44:16.316 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-mon.smithi029.log 2024-02-11T17:44:16.316 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-osd.5.log 2024-02-11T17:44:16.317 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-mgr.smithi029.rubqla.log 2024-02-11T17:44:16.317 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-mon.smithi029.log: /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-osd.1.log 2024-02-11T17:44:16.318 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-mgr.smithi029.rubqla.log: gzip -5 --verbose -- /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi029.yssnmo.log 2024-02-11T17:44:16.318 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-osd.3.log 2024-02-11T17:44:16.320 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-volume.log 2024-02-11T17:44:16.320 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi029.yssnmo.log: gzip -5 --verbose -- /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-osd.7.log 2024-02-11T17:44:16.321 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-osd.3.log: 60.3%/var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-volume.log: -- replaced with /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-mds.foofs.smithi029.yssnmo.log.gz 2024-02-11T17:44:16.330 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-osd.7.log: 92.4% -- replaced with /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-volume.log.gz 2024-02-11T17:44:16.342 INFO:teuthology.orchestra.run.smithi029.stderr: 93.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-11T17:44:16.819 INFO:teuthology.orchestra.run.smithi073.stderr: 92.5% -- replaced with /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-mon.smithi073.log.gz 2024-02-11T17:44:16.829 INFO:teuthology.orchestra.run.smithi029.stderr: 89.6% -- replaced with /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-mgr.smithi029.rubqla.log.gz 2024-02-11T17:44:16.916 INFO:teuthology.orchestra.run.smithi029.stderr: 93.2% -- replaced with /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-osd.5.log.gz 2024-02-11T17:44:16.925 INFO:teuthology.orchestra.run.smithi029.stderr: 93.1% -- replaced with /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-osd.1.log.gz 2024-02-11T17:44:17.023 INFO:teuthology.orchestra.run.smithi073.stderr: 93.2% -- replaced with /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-osd.2.log.gz 2024-02-11T17:44:17.058 INFO:teuthology.orchestra.run.smithi073.stderr: 93.0% -- replaced with /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-osd.0.log.gz 2024-02-11T17:44:17.071 INFO:teuthology.orchestra.run.smithi073.stderr: 93.1% -- replaced with /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-osd.4.log.gz 2024-02-11T17:44:17.140 INFO:teuthology.orchestra.run.smithi029.stderr: 93.2% -- replaced with /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-osd.7.log.gz 2024-02-11T17:44:17.252 INFO:teuthology.orchestra.run.smithi073.stderr: 93.0% -- replaced with /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-osd.6.log.gz 2024-02-11T17:44:17.254 INFO:teuthology.orchestra.run.smithi073.stderr: 2024-02-11T17:44:17.254 INFO:teuthology.orchestra.run.smithi073.stderr:real 0m0.983s 2024-02-11T17:44:17.255 INFO:teuthology.orchestra.run.smithi073.stderr:user 0m3.633s 2024-02-11T17:44:17.255 INFO:teuthology.orchestra.run.smithi073.stderr:sys 0m0.155s 2024-02-11T17:44:17.330 INFO:teuthology.orchestra.run.smithi029.stderr: 93.6% -- replaced with /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-osd.3.log.gz 2024-02-11T17:44:17.620 INFO:teuthology.orchestra.run.smithi029.stderr: 89.7% -- replaced with /var/log/ceph/ae9da74a-c8fe-11ee-95b9-87774f69a715/ceph-mon.smithi029.log.gz 2024-02-11T17:44:17.620 INFO:teuthology.orchestra.run.smithi029.stderr: 2024-02-11T17:44:17.621 INFO:teuthology.orchestra.run.smithi029.stderr:real 0m1.353s 2024-02-11T17:44:17.621 INFO:teuthology.orchestra.run.smithi029.stderr:user 0m4.741s 2024-02-11T17:44:17.621 INFO:teuthology.orchestra.run.smithi029.stderr:sys 0m0.172s 2024-02-11T17:44:17.622 INFO:tasks.cephadm:Archiving logs... 2024-02-11T17:44:17.622 DEBUG:teuthology.misc:Transferring archived files from smithi029:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556244/remote/ubuntu@smithi029.front.sepia.ceph.com/log 2024-02-11T17:44:17.623 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-11T17:44:18.336 DEBUG:teuthology.misc:Transferring archived files from smithi073:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556244/remote/ubuntu@smithi073.front.sepia.ceph.com/log 2024-02-11T17:44:18.337 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-11T17:44:18.840 INFO:tasks.cephadm:Removing cluster... 2024-02-11T17:44:18.840 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 --force 2024-02-11T17:44:20.225 DEBUG:teuthology.orchestra.run.smithi073:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ae9da74a-c8fe-11ee-95b9-87774f69a715 --force 2024-02-11T17:44:21.582 INFO:tasks.cephadm:Removing cephadm ... 2024-02-11T17:44:21.583 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-11T17:44:21.591 DEBUG:teuthology.orchestra.run.smithi073:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-11T17:44:21.598 INFO:tasks.cephadm:Teardown complete 2024-02-11T17:44:21.599 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-02-11T17:44:21.610 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi029:/dev/vg_nvme/lv_1... 2024-02-11T17:44:21.610 DEBUG:teuthology.orchestra.run.smithi029:> sudo nvme disconnect -n lv_1 2024-02-11T17:44:21.954 INFO:teuthology.orchestra.run.smithi029.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-11T17:44:21.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:44:21.956 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi029:/dev/vg_nvme/lv_2... 2024-02-11T17:44:21.956 DEBUG:teuthology.orchestra.run.smithi029:> sudo nvme disconnect -n lv_2 2024-02-11T17:44:22.230 INFO:teuthology.orchestra.run.smithi029.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-11T17:44:22.232 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:44:22.232 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi029:/dev/vg_nvme/lv_3... 2024-02-11T17:44:22.233 DEBUG:teuthology.orchestra.run.smithi029:> sudo nvme disconnect -n lv_3 2024-02-11T17:44:22.558 INFO:teuthology.orchestra.run.smithi029.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-11T17:44:22.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:44:22.560 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi029:/dev/vg_nvme/lv_4... 2024-02-11T17:44:22.560 DEBUG:teuthology.orchestra.run.smithi029:> sudo nvme disconnect -n lv_4 2024-02-11T17:44:22.878 INFO:teuthology.orchestra.run.smithi029.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-11T17:44:22.879 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:44:22.880 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-11T17:44:22.880 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/scratch_devs 2024-02-11T17:44:22.900 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi073:/dev/vg_nvme/lv_1... 2024-02-11T17:44:22.901 DEBUG:teuthology.orchestra.run.smithi073:> sudo nvme disconnect -n lv_1 2024-02-11T17:44:23.185 INFO:teuthology.orchestra.run.smithi073.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-11T17:44:23.186 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:44:23.187 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi073:/dev/vg_nvme/lv_2... 2024-02-11T17:44:23.188 DEBUG:teuthology.orchestra.run.smithi073:> sudo nvme disconnect -n lv_2 2024-02-11T17:44:23.497 INFO:teuthology.orchestra.run.smithi073.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-11T17:44:23.498 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:44:23.499 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi073:/dev/vg_nvme/lv_3... 2024-02-11T17:44:23.499 DEBUG:teuthology.orchestra.run.smithi073:> sudo nvme disconnect -n lv_3 2024-02-11T17:44:23.773 INFO:teuthology.orchestra.run.smithi073.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-11T17:44:23.774 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:44:23.775 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi073:/dev/vg_nvme/lv_4... 2024-02-11T17:44:23.775 DEBUG:teuthology.orchestra.run.smithi073:> sudo nvme disconnect -n lv_4 2024-02-11T17:44:24.069 INFO:teuthology.orchestra.run.smithi073.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-11T17:44:24.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:44:24.071 DEBUG:teuthology.orchestra.run.smithi073:> set -ex 2024-02-11T17:44:24.072 DEBUG:teuthology.orchestra.run.smithi073:> sudo dd of=/scratch_devs 2024-02-11T17:44:24.087 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-11T17:44:24.099 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-11T17:44:24.100 DEBUG:teuthology.orchestra.run.smithi029:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-11T17:44:24.103 DEBUG:teuthology.orchestra.run.smithi073:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-11T17:44:24.124 INFO:teuthology.orchestra.run.smithi029.stdout: remote refid st t when poll reach delay offset jitter 2024-02-11T17:44:24.125 INFO:teuthology.orchestra.run.smithi029.stdout:============================================================================== 2024-02-11T17:44:24.125 INFO:teuthology.orchestra.run.smithi029.stdout:*hv01.front.sepi 44.4.53.2 2 u 33 64 377 0.106 0.246 0.148 2024-02-11T17:44:24.125 INFO:teuthology.orchestra.run.smithi029.stdout:+hv02.front.sepi 96.245.170.99 3 u 52 64 377 0.106 2.748 0.266 2024-02-11T17:44:24.126 INFO:teuthology.orchestra.run.smithi029.stdout:+hv03.front.sepi 74.6.168.72 3 u 50 64 377 0.088 1.433 0.142 2024-02-11T17:44:24.126 INFO:teuthology.orchestra.run.smithi029.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-02-11T17:44:24.147 INFO:teuthology.orchestra.run.smithi073.stdout: remote refid st t when poll reach delay offset jitter 2024-02-11T17:44:24.147 INFO:teuthology.orchestra.run.smithi073.stdout:============================================================================== 2024-02-11T17:44:24.147 INFO:teuthology.orchestra.run.smithi073.stdout:*hv01.front.sepi 44.4.53.2 2 u 43 128 377 0.210 -1.746 0.040 2024-02-11T17:44:24.147 INFO:teuthology.orchestra.run.smithi073.stdout:+hv02.front.sepi 96.245.170.99 3 u 22 128 377 0.150 0.640 0.137 2024-02-11T17:44:24.148 INFO:teuthology.orchestra.run.smithi073.stdout:+hv03.front.sepi 74.6.168.72 3 u 120 128 377 0.096 -0.538 0.034 2024-02-11T17:44:24.148 INFO:teuthology.orchestra.run.smithi073.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-02-11T17:44:24.149 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-11T17:44:24.159 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-11T17:44:24.160 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-11T17:44:24.170 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-11T17:44:24.179 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-11T17:44:24.188 INFO:teuthology.task.internal:Duration was 3145.435173 seconds 2024-02-11T17:44:24.189 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-11T17:44:24.199 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-11T17:44:24.199 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-11T17:44:24.201 DEBUG:teuthology.orchestra.run.smithi073:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-11T17:44:24.252 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-11T17:44:24.252 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi029.front.sepia.ceph.com 2024-02-11T17:44:24.252 DEBUG:teuthology.orchestra.run.smithi029:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-11T17:44:24.266 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi073.front.sepia.ceph.com 2024-02-11T17:44:24.266 DEBUG:teuthology.orchestra.run.smithi073:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-11T17:44:24.281 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-11T17:44:24.281 DEBUG:teuthology.orchestra.run.smithi029:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-11T17:44:24.311 DEBUG:teuthology.orchestra.run.smithi073:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-11T17:44:24.401 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-11T17:44:24.402 DEBUG:teuthology.orchestra.run.smithi029:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-11T17:44:24.404 DEBUG:teuthology.orchestra.run.smithi073:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-11T17:44:24.619 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-11T17:44:24.631 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-11T17:44:24.631 DEBUG:teuthology.orchestra.run.smithi029:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-11T17:44:24.647 DEBUG:teuthology.orchestra.run.smithi073:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-11T17:44:24.664 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-11T17:44:24.675 DEBUG:teuthology.orchestra.run.smithi029:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-11T17:44:24.691 DEBUG:teuthology.orchestra.run.smithi073:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-11T17:44:24.702 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern = core 2024-02-11T17:44:24.726 INFO:teuthology.orchestra.run.smithi073.stdout:kernel.core_pattern = core 2024-02-11T17:44:24.749 DEBUG:teuthology.orchestra.run.smithi029:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-11T17:44:24.778 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:44:24.779 DEBUG:teuthology.orchestra.run.smithi073:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-11T17:44:24.797 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-11T17:44:24.797 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-11T17:44:24.809 INFO:teuthology.task.internal:Transferring archived files... 2024-02-11T17:44:24.810 DEBUG:teuthology.misc:Transferring archived files from smithi029:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556244/remote/smithi029 2024-02-11T17:44:24.811 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-11T17:44:24.861 DEBUG:teuthology.misc:Transferring archived files from smithi073:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556244/remote/smithi073 2024-02-11T17:44:24.862 DEBUG:teuthology.orchestra.run.smithi073:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-11T17:44:24.891 INFO:teuthology.task.internal:Removing archive directory... 2024-02-11T17:44:24.891 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-11T17:44:24.895 DEBUG:teuthology.orchestra.run.smithi073:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-11T17:44:24.935 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-11T17:44:24.947 INFO:teuthology.task.internal:Not uploading archives. 2024-02-11T17:44:24.947 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-11T17:44:24.958 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-11T17:44:24.958 DEBUG:teuthology.orchestra.run.smithi029:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-11T17:44:24.960 DEBUG:teuthology.orchestra.run.smithi073:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-11T17:44:24.966 INFO:teuthology.orchestra.run.smithi029.stdout: 1048623 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 11 17:44 /home/ubuntu/cephtest 2024-02-11T17:44:24.983 INFO:teuthology.orchestra.run.smithi073.stdout: 1048602 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 11 17:44 /home/ubuntu/cephtest 2024-02-11T17:44:24.985 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-11T17:44:24.997 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-11T17:44:25.020 INFO:teuthology.nuke:Checking targets against current locks 2024-02-11T17:44:25.048 DEBUG:teuthology.nuke:shortname: smithi029 2024-02-11T17:44:25.049 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-11T17:44:25.071 DEBUG:teuthology.nuke:shortname: smithi073 2024-02-11T17:44:25.072 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-11T17:44:25.075 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi029.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556244', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-11 16:41:02.979540', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2024-02-11T17:44:25.100 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi073.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-11_15:26:36-rados-wip-yuri8-testing-2024-02-07-0820-pacific-distro-default-smithi/7556244', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-11 16:41:02.980672', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2024-02-11T17:44:25.131 INFO:teuthology.orchestra.console.smithi029:Power off 2024-02-11T17:44:25.132 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-11T17:44:25.160 DEBUG:teuthology.orchestra.console.smithi029:power off output: Chassis Power Control: Down/Off 2024-02-11T17:44:25.161 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T17:44:25.176 INFO:teuthology.orchestra.console.smithi073:Power off 2024-02-11T17:44:25.177 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-11T17:44:25.186 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is on 2024-02-11T17:44:25.199 DEBUG:teuthology.orchestra.console.smithi073:power off output: Chassis Power Control: Down/Off 2024-02-11T17:44:25.199 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T17:44:25.222 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is on 2024-02-11T17:44:29.188 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T17:44:29.224 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T17:44:29.299 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is on 2024-02-11T17:44:29.333 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is on 2024-02-11T17:44:33.304 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T17:44:33.335 DEBUG:teuthology.orchestra.console.smithi073:pexpect command: ipmitool -H smithi073.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-11T17:44:33.415 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is off 2024-02-11T17:44:33.445 DEBUG:teuthology.orchestra.console.smithi073:check power output: Chassis Power is off 2024-02-11T17:44:33.517 INFO:teuthology.orchestra.console.smithi029:Power off completed 2024-02-11T17:44:33.546 INFO:teuthology.orchestra.console.smithi073:Power off completed 2024-02-11T17:44:33.650 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: 3145.4351727962494 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=98ca1713524b4590b9856352a47b5b4e status: fail success: false 2024-02-11T17:44:33.651 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-11T17:44:33.723 INFO:teuthology.run:FAIL